This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9b892823048 [cmake] Pass TARGETS_TO_BUILD through to host tools build new 5f52d2457c2 [PowerPC] Partially enable the ISEL expansion pass. new af6ca7789cd ASAN: Provide reliable debug info for local variables at -O0.
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: lib/Target/PowerPC/PPCExpandISEL.cpp | 85 ++++++++++++----- .../Instrumentation/AddressSanitizer.cpp | 14 ++- test/CodeGen/PowerPC/expand-contiguous-isel.ll | 105 ++++++++++----------- test/CodeGen/PowerPC/expand-foldable-isel.ll | 71 ++++++++++++++ .../{expand-isel-5.mir => expand-isel-10.mir} | 20 ++-- .../{expand-isel-5.mir => expand-isel-9.mir} | 20 ++-- test/CodeGen/PowerPC/expand-isel.ll | 23 +---- test/DebugInfo/Generic/block-asan.ll | 2 +- test/Instrumentation/AddressSanitizer/basic.ll | 1 + .../Instrumentation/AddressSanitizer/debug_info.ll | 4 +- .../AddressSanitizer/local_stack_base.ll | 54 +++++++++++ .../AddressSanitizer/stack_layout.ll | 3 + 12 files changed, 280 insertions(+), 122 deletions(-) create mode 100644 test/CodeGen/PowerPC/expand-foldable-isel.ll copy test/CodeGen/PowerPC/{expand-isel-5.mir => expand-isel-10.mir} (70%) copy test/CodeGen/PowerPC/{expand-isel-5.mir => expand-isel-9.mir} (71%) create mode 100644 test/Instrumentation/AddressSanitizer/local_stack_base.ll