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 8e6fd7f35 [sanitizer] Use private futex operations for BlockingMutex new 3c5a7c781 [hwasan] Add a (almost) no-interceptor mode.
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: CMakeLists.txt | 3 + include/sanitizer/hwasan_interface.h | 8 ++ lib/hwasan/CMakeLists.txt | 15 +++- lib/hwasan/hwasan.cc | 4 +- lib/hwasan/hwasan.h | 9 +- lib/hwasan/hwasan_interceptors.cc | 152 +++------------------------------ lib/hwasan/hwasan_interface_internal.h | 6 ++ lib/hwasan/hwasan_linux.cc | 51 ++++++++--- lib/hwasan/hwasan_thread.cc | 18 +--- lib/hwasan/hwasan_thread.h | 3 +- test/hwasan/TestCases/longjmp.c | 4 +- 11 files changed, 88 insertions(+), 185 deletions(-)