This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 292ffb5d194 [hwasan] Record and display stack history in stack-based reports. new 36d0e5fce07 Revert "[hwasan] Record and display stack history in stack- [...]
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: .../Instrumentation/HWAddressSanitizer.cpp | 182 ++++----------------- test/Instrumentation/HWAddressSanitizer/alloca.ll | 4 +- test/Instrumentation/HWAddressSanitizer/basic.ll | 5 +- .../Instrumentation/HWAddressSanitizer/prologue.ll | 88 ---------- .../HWAddressSanitizer/with-ifunc.ll | 30 ++++ 5 files changed, 70 insertions(+), 239 deletions(-) delete mode 100644 test/Instrumentation/HWAddressSanitizer/prologue.ll create mode 100644 test/Instrumentation/HWAddressSanitizer/with-ifunc.ll