This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from dcde740cd [MinGW] Only apply -Bstatic to following libraries
new fe9107d86 Move a piece of code above some local variable definitions to [...]
new a82843a22 Use getUnaliasedOption so that this switch works for option aliases.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
MinGW/Driver.cpp | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 65bdf0ae4a8 Fix a misleading phrase in the LangRef
new fb0da33fc13 [LV] Avoid computing the register usage for default VF. NFC
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Transforms/Vectorize/LoopVectorize.cpp | 6 ++++--
test/Transforms/LoopVectorize/X86/reg-usage.ll | 4 ----
2 files changed, 4 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from f8ed4483c Remove CopyRelSecOff from SharedSymbol.
new 3699d9a4b [MinGW] Support dllexport on i386
new dcde740cd [MinGW] Only apply -Bstatic to following libraries
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
COFF/Config.h | 1 +
COFF/Driver.cpp | 10 ++++++++++
COFF/Options.td | 1 +
MinGW/Driver.cpp | 14 ++++++++++----
test/COFF/dllexport-mingw.s | 19 +++++++++++++++++++
test/MinGW/driver.test | 3 +++
test/MinGW/lib.test | 10 ++++++++--
7 files changed, 52 insertions(+), 6 deletions(-)
create mode 100644 test/COFF/dllexport-mingw.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8e1a2cd6447 Fix emission of exception dispatch (PR middle-end/82154).
new 3c0921e893e 2017-09-13 Paolo Carlini <paolo.carlini(a)oracle.com>
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-68177.C | 16 ++++++++++++++++
2 files changed, 21 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-68177.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 80c7261798 Add more tests for OpenCL atomic builtin functions
new 914987de45 [Fuchsia] Set ENABLE_X86_RELAX_RELOCATIONS for Fuchsia builds
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
cmake/caches/Fuchsia-stage2.cmake | 7 +++++++
1 file changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9925fd1cda6 2017-09-13 Paolo Carlini <paolo.carlini(a)oracle.com>
new 8e1a2cd6447 Fix emission of exception dispatch (PR middle-end/82154).
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 6 ++++
gcc/stmt.c | 6 ++--
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/g++.dg/torture/pr82154.C | 50 ++++++++++++++++++++++++++++++++++
4 files changed, 65 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr82154.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c208bb49457 Refactoring the stride 4 code in the X86interleavedaccess NFC
new 65bdf0ae4a8 Fix a misleading phrase in the LangRef
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/LangRef.rst | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from dbca73854b Driver: Make -fwhole-program-vtables a core option so it can [...]
new 98cefd8dc1 [AMDGPU] Change addr space of clk_event_t, queue_t and reser [...]
new 80c7261798 Add more tests for OpenCL atomic builtin functions
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Basic/Targets/AMDGPU.h | 4 ++++
test/CodeGenOpenCL/atomic-ops-libcall.cl | 27 ++++++++++++++++++++++++++-
test/CodeGenOpenCL/atomic-ops.cl | 19 +++++++++++++++++++
test/CodeGenOpenCL/opencl_types.cl | 19 +++++++++++--------
4 files changed, 60 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c44a59062e Attempt to fix MSVC build.
new dbca73854b Driver: Make -fwhole-program-vtables a core option so it can [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/clang/Driver/Options.td | 5 +++--
test/Driver/whole-program-vtables.c | 9 +++++++++
2 files changed, 12 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 5c8c2c47d [compiler-rt] Compile signal specific functions only for !SAN [...]
new 2eaff6eec [compiler-rt] Add siginfo into SignalContext
new a8682fdf7 [compiler-rt] Use SignalContext in ErrorStackOverflow and Err [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/asan/asan_errors.cc | 33 ++++++-----
lib/asan/asan_errors.h | 40 ++++---------
lib/asan/asan_posix.cc | 4 +-
lib/asan/asan_report.cc | 4 +-
lib/asan/asan_report.h | 2 +-
lib/sanitizer_common/sanitizer_common.h | 22 +++++--
lib/sanitizer_common/sanitizer_fuchsia.cc | 2 +-
lib/sanitizer_common/sanitizer_posix.cc | 13 +++--
lib/sanitizer_common/sanitizer_posix_libcdep.cc | 6 +-
lib/sanitizer_common/sanitizer_win.cc | 77 ++++++++++++++++---------
10 files changed, 114 insertions(+), 89 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.