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 7b8950bd5 asan: Mark printf-4.c as unsupported on Windows. new c20b8a223 [HWASan] Introduce non-zero based and dynamic shadow memory ( [...]
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/hwasan/CMakeLists.txt | 3 +- lib/hwasan/hwasan.cc | 15 ++- lib/hwasan/hwasan.h | 12 -- lib/hwasan/hwasan_allocator.cc | 1 + lib/hwasan/hwasan_dynamic_shadow.cc | 132 ++++++++++++++++++++++ lib/hwasan/hwasan_dynamic_shadow.h | 27 +++++ lib/hwasan/hwasan_interceptors.cc | 1 + lib/hwasan/hwasan_interface_internal.h | 4 + lib/hwasan/hwasan_linux.cc | 198 ++++++++++++++++++++++++--------- lib/hwasan/hwasan_mapping.h | 81 ++++++++++++++ lib/hwasan/hwasan_poisoning.cc | 3 +- lib/hwasan/hwasan_report.cc | 1 + lib/hwasan/hwasan_thread.cc | 1 + 13 files changed, 409 insertions(+), 70 deletions(-) create mode 100644 lib/hwasan/hwasan_dynamic_shadow.cc create mode 100644 lib/hwasan/hwasan_dynamic_shadow.h create mode 100644 lib/hwasan/hwasan_mapping.h