This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8d8506a [AArch64] Allow label arithmetic with add/sub/cmp new f903c00 [ARM] Fix registers clobbered by SjLj EH on soft-float targets new 3addd05 [Thumb] Save/restore high registers in Thumb1 pro/epilogues
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/ARM/ARMBaseRegisterInfo.cpp | 9 ++ lib/Target/ARM/ARMBaseRegisterInfo.h | 1 + lib/Target/ARM/ARMCallingConv.td | 1 + lib/Target/ARM/ARMFrameLowering.cpp | 121 +++++++++++++++ lib/Target/ARM/ARMISelLowering.cpp | 6 +- lib/Target/ARM/ARMSubtarget.h | 8 +- lib/Target/ARM/Thumb1FrameLowering.cpp | 263 ++++++++++++++++++++++++++++++--- test/CodeGen/ARM/eh-dispcont.ll | 30 +++- test/CodeGen/Thumb/callee_save.ll | 236 +++++++++++++++++++++++++++++ test/CodeGen/Thumb/large-stack.ll | 16 +- test/CodeGen/Thumb2/frame-pointer.ll | 12 +- 11 files changed, 659 insertions(+), 44 deletions(-) create mode 100644 test/CodeGen/Thumb/callee_save.ll