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 8d93d9461 [tsan] Use __sanitizer_siginfo from sanitizer_common
new 6b924b53f [esan] Fix compilation of signal handlers
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/esan/esan_sideline.h | 4 +++-
lib/esan/esan_sideline_linux.cpp | 3 ++-
lib/esan/working_set_posix.cpp | 7 ++++---
3 files changed, 9 insertions(+), 5 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 23cd700298 [Driver] Make clang/cc conforms to UNIX standard
new 41ea3d5b6c [X86] Reduce the number of FMA builtins needed by the fronte [...]
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/Basic/BuiltinsX86.def | 14 -------
lib/Headers/fma4intrin.h | 32 +++++++-------
lib/Headers/fmaintrin.h | 32 +++++++-------
test/CodeGen/fma-builtins.c | 84 ++++++++++++++++++++++++++++++-------
test/CodeGen/fma4-builtins.c | 52 ++++++++++++++++-------
5 files changed, 136 insertions(+), 78 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 0ed4f7262 [sanitizer] Remove unused <signal.h> which conflicts with asa [...]
new 8d93d9461 [tsan] Use __sanitizer_siginfo from sanitizer_common
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/msan/msan_interceptors.cc | 4 +-
.../sanitizer_platform_limits_netbsd.h | 7 +-
.../sanitizer_platform_limits_posix.h | 17 ++--
.../sanitizer_stoptheworld_linux_libcdep.cc | 3 +-
lib/tsan/rtl/tsan_interceptors.cc | 96 ++++++----------------
5 files changed, 46 insertions(+), 81 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 cfff54c58 [sanitizer] Forward declaration of __sanitizer_sigaction with [...]
new 0ed4f7262 [sanitizer] Remove unused <signal.h> which conflicts with asa [...]
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/asan/asan_posix.cc | 1 -
1 file changed, 1 deletion(-)
--
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 2675de17b [sanitizer] Remove unneeded forward declarations
new c40ec0e1e [sanitizer] Remove unneeded forward declaration of real_sigaction
new cfff54c58 [sanitizer] Forward declaration of __sanitizer_sigaction with [...]
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_interceptors.h | 4 ----
lib/sanitizer_common/sanitizer_signal_interceptors.inc | 3 +++
2 files 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 compiler-rt.
from f3e512c16 [sanitizer] Remove unused <signal.h> which conflicts with asa [...]
new 2675de17b [sanitizer] Remove unneeded forward declarations
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/asan/asan_interceptors.h | 4 ----
lib/sanitizer_common/sanitizer_signal_interceptors.inc | 4 ----
2 files changed, 8 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 288fbb5ed [sanitizer] Remove references and hide CommonSanitizerReportMutex
new c0ee38ab1 [sanitizer] Fix "cast from 'const void *' to 'sigaction *'" o [...]
new f3e512c16 [sanitizer] Remove unused <signal.h> which conflicts with asa [...]
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 | 1 -
lib/sanitizer_common/sanitizer_mac.cc | 2 +-
2 files changed, 1 insertion(+), 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 llvm.
from d3bd6cf5ccd [AMDGPU] Fix pointer info for pseudo source for r600
new bd2cfd038dc [AMDGPU] Fix pointer info for lowering load/store for r600 [...]
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/Target/AMDGPU/R600ISelLowering.cpp | 10 +++++++---
test/CodeGen/AMDGPU/combine_vloads.ll | 4 ++--
test/CodeGen/AMDGPU/load-local-i8.ll | 6 +++---
test/CodeGen/AMDGPU/min.ll | 8 ++++----
test/CodeGen/AMDGPU/setcc.ll | 4 ++--
test/CodeGen/AMDGPU/sext-in-reg.ll | 9 +++++----
test/CodeGen/AMDGPU/shl.ll | 6 +++---
test/CodeGen/AMDGPU/sra.ll | 6 +++---
test/CodeGen/AMDGPU/store-global.ll | 10 +++++-----
test/CodeGen/AMDGPU/store-local.ll | 8 ++++----
test/CodeGen/AMDGPU/trunc-vector-store-assertion-failure.ll | 2 +-
11 files changed, 39 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.