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 d0859f227 [sanitizer] Revert D50940 new a043682ad [sanitizer] reapply r340884 'Add a RingBuffer class to saniti [...] new 28553c2a0 Add a thread-local ring buffer of heap allocations
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/hwasan/hwasan_allocator.cc | 11 ++- lib/hwasan/hwasan_allocator.h | 12 ++++ lib/hwasan/hwasan_flags.inc | 4 ++ lib/hwasan/hwasan_report.cc | 28 ++++++++ lib/hwasan/hwasan_thread.cc | 5 +- lib/hwasan/hwasan_thread.h | 4 ++ lib/sanitizer_common/CMakeLists.txt | 1 + lib/sanitizer_common/sanitizer_ring_buffer.h | 80 ++++++++++++++++++++++ lib/sanitizer_common/tests/CMakeLists.txt | 1 + .../tests/sanitizer_ring_buffer_test.cc | 77 +++++++++++++++++++++ 10 files changed, 219 insertions(+), 4 deletions(-) create mode 100644 lib/sanitizer_common/sanitizer_ring_buffer.h create mode 100644 lib/sanitizer_common/tests/sanitizer_ring_buffer_test.cc