This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 412e256 GVNHoist: Use the pass version of MemorySSA and preserve it. new a04e9e4 [ARM] Generate consistent frame records for Thumb2
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: lib/Target/ARM/ARMBaseRegisterInfo.cpp | 9 +- lib/Target/ARM/ARMFrameLowering.cpp | 51 +++++---- lib/Target/ARM/ARMSubtarget.h | 8 +- lib/Target/ARM/Thumb1FrameLowering.cpp | 4 +- test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll | 2 +- test/CodeGen/ARM/2010-11-29-PrologueBug.ll | 2 +- test/CodeGen/ARM/2010-12-07-PEIBug.ll | 2 +- test/CodeGen/ARM/2011-08-25-ldmia_ret.ll | 2 +- test/CodeGen/ARM/arm-shrink-wrapping.ll | 24 ++-- test/CodeGen/ARM/call-tc.ll | 20 ++-- test/CodeGen/ARM/cxx-tlscc.ll | 12 +- test/CodeGen/ARM/debug-frame-large-stack.ll | 28 +++-- test/CodeGen/ARM/debug-info-arg.ll | 2 +- test/CodeGen/ARM/dwarf-unwind.ll | 12 +- test/CodeGen/ARM/fast-isel-frameaddr.ll | 24 ++-- test/CodeGen/ARM/hello.ll | 7 +- test/CodeGen/ARM/ifcvt-iter-indbr.ll | 17 +-- test/CodeGen/ARM/ifcvt10.ll | 2 +- test/CodeGen/ARM/ifcvt5.ll | 4 +- test/CodeGen/ARM/insn-sched1.ll | 2 +- test/CodeGen/ARM/ldrd.ll | 18 +-- test/CodeGen/ARM/lsr-unfolded-offset.ll | 2 +- test/CodeGen/ARM/memfunc.ll | 58 +++++----- test/CodeGen/ARM/noreturn.ll | 57 +++++++++- test/CodeGen/ARM/swiftself.ll | 12 +- test/CodeGen/ARM/v7k-abi-align.ll | 22 ++-- test/CodeGen/ARM/warn-stack.ll | 4 +- test/CodeGen/Thumb/large-stack.ll | 67 +++++++++--- test/CodeGen/Thumb/push.ll | 2 +- test/CodeGen/Thumb2/2009-07-21-ISelBug.ll | 2 +- test/CodeGen/Thumb2/2010-11-22-EpilogueBug.ll | 2 +- test/CodeGen/Thumb2/aligned-spill.ll | 6 +- test/CodeGen/Thumb2/frame-pointer.ll | 152 ++++++++++++++++++++++++++ test/CodeGen/Thumb2/thumb2-ldm.ll | 8 +- test/DebugInfo/ARM/PR16736.ll | 2 +- 35 files changed, 452 insertions(+), 196 deletions(-) create mode 100644 test/CodeGen/Thumb2/frame-pointer.ll