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 9f1db094a [sanitizer_common] Always use posix_spawn on Darwin new 170060440 [GWP-ASan] Implement stack frame compression.
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/gwp_asan/CMakeLists.txt | 14 ++ lib/gwp_asan/guarded_pool_allocator.cpp | 44 +++-- lib/gwp_asan/guarded_pool_allocator.h | 22 ++- lib/gwp_asan/stack_trace_compressor.cpp | 111 +++++++++++ lib/gwp_asan/stack_trace_compressor.h | 38 ++++ lib/gwp_asan/stack_trace_compressor_fuzzer.cpp | 49 +++++ lib/gwp_asan/tests/compression.cpp | 258 +++++++++++++++++++++++++ 7 files changed, 517 insertions(+), 19 deletions(-) create mode 100644 lib/gwp_asan/stack_trace_compressor.cpp create mode 100644 lib/gwp_asan/stack_trace_compressor.h create mode 100644 lib/gwp_asan/stack_trace_compressor_fuzzer.cpp create mode 100644 lib/gwp_asan/tests/compression.cpp