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 16cd8b12c Add NetBSD improvements in sanitizers
new 00b604240 [Sanitizers] ASan: detect new/delete calls with mismatched al [...]
new e625e66b7 [sanitizer] Random shuffling of chunks for the 32-bit Primary [...]
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_allocator.cc | 54 +++++--
lib/asan/asan_allocator.h | 5 +-
lib/asan/asan_descriptions.cc | 1 +
lib/asan/asan_descriptions.h | 1 +
lib/asan/asan_errors.cc | 28 +++-
lib/asan/asan_errors.h | 16 +-
lib/asan/asan_new_delete.cc | 102 ++++++-------
lib/asan/asan_report.cc | 7 +-
lib/asan/asan_report.h | 3 +-
lib/sanitizer_common/sanitizer_allocator.h | 13 ++
.../sanitizer_allocator_primary32.h | 54 +++++--
.../sanitizer_allocator_primary64.h | 18 +--
test/asan/TestCases/Linux/aligned_delete_test.cc | 168 +++++++++++++++++++++
test/scudo/random_shuffle.cpp | 2 -
14 files changed, 359 insertions(+), 113 deletions(-)
create mode 100644 test/asan/TestCases/Linux/aligned_delete_test.cc
--
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 1596739a8b [OPENMP] Improve debug info for taskgroup implicitly generat [...]
new 8dd1014922 [X86] Add avx512vpopcntdq to Knights Mill
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/Basic/Targets/X86.cpp | 2 ++
test/Preprocessor/predefined-arch-macros.c | 2 ++
2 files changed, 4 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 llvm.
from a3d8d8b25f9 AMDGPU: Cleanup memory legalizer load/store tests
new d5b3d597e5f [X86] Add avx512vpopcntdq to Knights Mill
new 7f40466d3bb [cmake] Restrict resource file usage to Windows build hosts
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:
cmake/modules/AddLLVM.cmake | 4 ++--
lib/Target/X86/X86.td | 3 ++-
2 files changed, 4 insertions(+), 3 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 e62a0cb4918 AMDGPU/NFC: Rename memory legalizer tests:
new a3d8d8b25f9 AMDGPU: Cleanup memory legalizer load/store tests
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:
test/CodeGen/AMDGPU/memory-legalizer-load.ll | 339 +++++++++++++--------
.../AMDGPU/memory-legalizer-nontemporal-load.ll | 97 ------
.../AMDGPU/memory-legalizer-nontemporal-store.ll | 97 ------
test/CodeGen/AMDGPU/memory-legalizer-store.ll | 220 +++++++++----
4 files changed, 375 insertions(+), 378 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/memory-legalizer-nontemporal-load.ll
delete mode 100644 test/CodeGen/AMDGPU/memory-legalizer-nontemporal-store.ll
--
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 d8ac58ba4 [asan] Don't print rows of shadow bytes outside shadow memory
new 16cd8b12c Add NetBSD improvements in sanitizers
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 | 38 +++----
lib/msan/msan_linux.cc | 6 +-
.../sanitizer_common_interceptors.inc | 13 ++-
lib/sanitizer_common/sanitizer_internal_defs.h | 2 +-
lib/sanitizer_common/sanitizer_linux.cc | 122 ++++++++++-----------
.../sanitizer_platform_limits_netbsd.cc | 2 +
.../sanitizer_platform_limits_netbsd.h | 2 +-
lib/sanitizer_common/sanitizer_syscall_generic.inc | 4 +
lib/tsan/go/buildgo.sh | 15 +++
lib/tsan/rtl/tsan_interceptors.cc | 14 ++-
lib/tsan/rtl/tsan_platform.h | 13 +++
lib/tsan/rtl/tsan_platform_linux.cc | 5 +-
lib/tsan/tests/rtl/tsan_test_util_posix.cc | 4 +-
test/msan/lit.cfg | 3 +-
test/tsan/lit.cfg | 3 +-
test/tsan/map32bit.cc | 5 +-
test/tsan/strerror_r.cc | 3 +-
17 files changed, 152 insertions(+), 102 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 6f634ed9c [tsan] Fix warnings in tsan_interceptors.cc from expansion of [...]
new d8ac58ba4 [asan] Don't print rows of shadow bytes outside shadow memory
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_errors.cc | 9 +++++++--
1 file changed, 7 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 llvm.
from 18476bdafdb [Local] Fix a bug in the domtree update logic for MergeBasi [...]
new e62a0cb4918 AMDGPU/NFC: Rename memory legalizer tests:
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:
.../AMDGPU/{memory-legalizer-atomic-load.ll => memory-legalizer-load.ll} | 0
.../{memory-legalizer-atomic-store.ll => memory-legalizer-store.ll} | 0
2 files changed, 0 insertions(+), 0 deletions(-)
rename test/CodeGen/AMDGPU/{memory-legalizer-atomic-load.ll => memory-legalizer-lo [...]
rename test/CodeGen/AMDGPU/{memory-legalizer-atomic-store.ll => memory-legalizer-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 glibc.
from 63da5cd4a0 powerpc: Replace lxvd2x/stxvd2x with lvx/stvx in P7's memcpy [...]
new 337ff3c501 localedata: Fix unicode-gen check target.
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:
ChangeLog | 14 ++++++++++++++
localedata/locales/i18n_ctype | 27 ++++++++++++++-------------
localedata/locales/tr_TR | 2 +-
localedata/locales/translit_circle | 2 +-
localedata/locales/translit_cjk_compat | 2 +-
localedata/locales/translit_combining | 2 +-
localedata/locales/translit_compat | 2 +-
localedata/locales/translit_font | 2 +-
localedata/locales/translit_fraction | 2 +-
localedata/unicode-gen/Makefile | 4 ++--
10 files changed, 37 insertions(+), 22 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 f5a3eef961 [OPENMP] Constify function parameters, NFC.
new 1596739a8b [OPENMP] Improve debug info for taskgroup implicitly generat [...]
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/Sema/SemaOpenMP.cpp | 28 +++++++++++-------------
test/OpenMP/taskgroup_task_reduction_codegen.cpp | 20 +++++++++--------
2 files changed, 24 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.