This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dce7fb08a0d [Lexicon] Add "ICE", internal compiler error new 1cdf10abfa3 [Hexagon] Remove default values from lambda parameters new 1444c19a6b8 ARM: Do not spill CSR to stack on entry to noreturn functions
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: include/llvm/CodeGen/TargetFrameLowering.h | 4 ++ lib/CodeGen/TargetFrameLoweringImpl.cpp | 18 ++++++++ lib/Target/ARM/ARMFrameLowering.cpp | 11 +++++ lib/Target/ARM/ARMFrameLowering.h | 2 + lib/Target/Hexagon/HexagonInstrInfo.cpp | 46 ++++++++++---------- test/CodeGen/AArch64/arm64-shrink-wrapping.ll | 4 +- test/CodeGen/ARM/arm-shrink-wrapping.ll | 2 +- test/CodeGen/ARM/noreturn-csr-skip.mir | 51 +++++++++++++++++++++++ test/CodeGen/PowerPC/ppc-shrink-wrapping.ll | 2 +- test/CodeGen/Thumb/thumb-shrink-wrapping.ll | 2 +- test/CodeGen/X86/2010-02-19-TailCallRetAddrBug.ll | 10 ++--- test/CodeGen/X86/x86-shrink-wrapping.ll | 2 +- 12 files changed, 120 insertions(+), 34 deletions(-) create mode 100644 test/CodeGen/ARM/noreturn-csr-skip.mir