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 59b78d964 [PGO] Reduce IO in profile dumping with merging new 7ea9c79f1 [Sanitizers] Operator new() interceptors always die on alloca [...]
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_allocator.cc | 11 ++- lib/asan/asan_new_delete.cc | 39 +++++---- lib/lsan/lsan_interceptors.cc | 23 +++-- lib/msan/msan_new_delete.cc | 20 +++-- lib/sanitizer_common/sanitizer_allocator.cc | 4 +- lib/sanitizer_common/sanitizer_allocator.h | 4 +- lib/scudo/scudo_new_delete.cpp | 9 +- lib/tsan/rtl/tsan_new_delete.cc | 13 +-- test/asan/TestCases/allocator_returns_null.cc | 107 ++++++++++++++++-------- test/msan/allocator_returns_null.cc | 115 +++++++++++++++++-------- test/scudo/sizes.cpp | 45 +++++++--- test/tsan/allocator_returns_null.cc | 116 ++++++++++++++++++-------- 12 files changed, 342 insertions(+), 164 deletions(-)