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 7d07acf [asan] Mark symbolize_pc.cc as UNSUPPORTED on i386-apple. new 28c63a2 [asan] first attempt at releasing free-d memory back to the s [...]
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 | 5 + lib/asan/asan_poisoning.cc | 2 +- lib/asan/asan_poisoning.h | 2 +- lib/msan/msan_allocator.cc | 4 +- .../sanitizer_allocator_combined.h | 2 + .../sanitizer_allocator_primary32.h | 4 + .../sanitizer_allocator_primary64.h | 105 +++++++++++++++++---- lib/sanitizer_common/sanitizer_common.cc | 5 + lib/sanitizer_common/sanitizer_common.h | 9 +- lib/sanitizer_common/sanitizer_common_libcdep.cc | 11 ++- lib/sanitizer_common/sanitizer_flags.inc | 3 + lib/sanitizer_common/sanitizer_posix_libcdep.cc | 2 +- lib/sanitizer_common/sanitizer_win.cc | 4 +- lib/tsan/rtl/tsan_mman.cc | 2 +- lib/tsan/rtl/tsan_platform_linux.cc | 2 +- lib/tsan/rtl/tsan_rtl.cc | 2 +- lib/tsan/rtl/tsan_rtl_thread.cc | 4 +- test/asan/TestCases/Linux/release_to_os_test.cc | 45 +++++++++ 18 files changed, 182 insertions(+), 31 deletions(-) create mode 100644 test/asan/TestCases/Linux/release_to_os_test.cc