This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c662b7e [asan] Cleanup instrumentation of dynamic allocas new 7b2eb8e [asan] Optimize store size in FunctionStackPoisoner::poisonRedZones new d66cc57 [asan] Initialize __asan_set_shadow_* callbacks
The 2 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: .../llvm/Transforms/Utils/ASanStackFrameLayout.h | 1 + .../Instrumentation/AddressSanitizer.cpp | 126 +++++++++++++-------- test/Instrumentation/AddressSanitizer/lifetime.ll | 3 +- .../stack-poisoning-experimental.ll | 24 ++++ .../AddressSanitizer/stack-poisoning.ll | 12 +- 5 files changed, 112 insertions(+), 54 deletions(-) create mode 100644 test/Instrumentation/AddressSanitizer/stack-poisoning-experimental.ll