This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 640265d Next set of additional error checks for invalid Mach-O files [...] new 7439986 [asan] Make -asan-experimental-poisoning the only behavior new 1914a40 [asan] Combine check-prefixes in stack-poisoning test new 9161c6d [asan] Rename test file as the poisoning is not "experimental" new db740ff [libFuzzer] reshuffle the code for -exit_on_src_pos and -exit [...]
The 4 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/Fuzzer/FuzzerInternal.h | 3 +- lib/Fuzzer/FuzzerLoop.cpp | 24 +- .../Instrumentation/AddressSanitizer.cpp | 45 +-- .../stack-poisoning-and-lifetime-be.ll | 222 ++++++++++++++ .../stack-poisoning-and-lifetime.ll | 222 ++++++++++++++ .../stack-poisoning-experimental-be.ll | 324 --------------------- .../stack-poisoning-experimental.ll | 324 --------------------- 7 files changed, 467 insertions(+), 697 deletions(-) create mode 100644 test/Instrumentation/AddressSanitizer/stack-poisoning-and-lifet [...] create mode 100644 test/Instrumentation/AddressSanitizer/stack-poisoning-and-lifetime.ll delete mode 100644 test/Instrumentation/AddressSanitizer/stack-poisoning-experimen [...] delete mode 100644 test/Instrumentation/AddressSanitizer/stack-poisoning-experimental.ll