This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6528ff861ff [docs][llvm-dwarfdump] Add missing options and behaviour to [...] new dce1007a340 [FIX] Forces shrink wrapping to consider any memory access [...] new 5ce9ebd9ec9 [docs][llvm-symbolizer] Fix formatting issue with --functions new 26f45ec9741 Remove ';' after namespace's closing bracket [NFC]
The 3 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: docs/CommandGuide/llvm-symbolizer.rst | 8 +- lib/CodeGen/LiveDebugValues.cpp | 2 +- lib/CodeGen/ShrinkWrap.cpp | 9 + test/CodeGen/AArch64/arm64-shrink-wrapping.ll | 1082 +++++++++---- test/CodeGen/AArch64/branch-relax-cbz.ll | 42 +- .../dont-shrink-wrap-stack-mayloadorstore.mir | 229 +++ test/CodeGen/AArch64/taildup-cfi.ll | 2 +- test/CodeGen/ARM/arm-shrink-wrapping-linux.ll | 229 ++- test/CodeGen/ARM/arm-shrink-wrapping.ll | 1601 ++++++++++++++++--- test/CodeGen/PowerPC/BreakableToken-reduced.ll | 4 +- .../CodeGen/PowerPC/ifcvt-forked-bug-2016-08-08.ll | 3 +- test/CodeGen/PowerPC/licm-tocReg.ll | 4 +- test/CodeGen/PowerPC/ppc64-sibcall-shrinkwrap.ll | 6 +- test/CodeGen/PowerPC/xray-ret-is-terminator.ll | 4 +- test/CodeGen/Thumb/thumb-shrink-wrapping.ll | 1642 +++++++++++++++----- test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll | 2 +- test/CodeGen/X86/MachineSink-eflags.ll | 9 +- test/CodeGen/X86/cmov.ll | 2 +- test/CodeGen/X86/copy-eflags.ll | 4 +- test/CodeGen/X86/fold-pcmpeqd-2.ll | 12 +- test/CodeGen/X86/i386-shrink-wrapping.ll | 125 +- test/CodeGen/X86/shrink-wrap-chkstk-x86_64.ll | 32 +- test/CodeGen/X86/x86-shrink-wrapping.ll | 1446 +++++++++++------ test/CodeGen/X86/xchg-nofold.ll | 3 +- 24 files changed, 5004 insertions(+), 1498 deletions(-) create mode 100644 test/CodeGen/AArch64/dont-shrink-wrap-stack-mayloadorstore.mir