This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9a96669 Next set of additional error checks for invalid Mach-O files [...] new 7b65cae Re-land "[Thumb] Save/restore high registers in Thumb1 pro/ep [...]
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/ARMFrameLowering.cpp | 122 +++++++++++++++ lib/Target/ARM/ARMSubtarget.h | 8 +- lib/Target/ARM/Thumb1FrameLowering.cpp | 269 ++++++++++++++++++++++++++++++--- test/CodeGen/Thumb/callee_save.ll | 236 +++++++++++++++++++++++++++++ test/CodeGen/Thumb/large-stack.ll | 16 +- test/CodeGen/Thumb2/frame-pointer.ll | 12 +- 6 files changed, 627 insertions(+), 36 deletions(-) create mode 100644 test/CodeGen/Thumb/callee_save.ll