This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 93b966c2e9c AArch64: Omit callframe setup/destroy when not necessary new 5d9e10f4430 AArch64: Fix emergency spillslot being out of reach for lar [...]
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: include/llvm/CodeGen/TargetSubtargetInfo.h | 3 +++ lib/CodeGen/MIRParser/MIRParser.cpp | 2 ++ lib/CodeGen/TargetSubtargetInfo.cpp | 3 +++ lib/Target/AArch64/AArch64FrameLowering.cpp | 32 +++++++++++++++++++++++------ lib/Target/AArch64/AArch64ISelLowering.cpp | 5 +++++ lib/Target/AArch64/AArch64ISelLowering.h | 2 ++ lib/Target/AArch64/AArch64RegisterInfo.cpp | 12 ++++++----- lib/Target/AArch64/AArch64Subtarget.cpp | 10 +++++++++ lib/Target/AArch64/AArch64Subtarget.h | 2 ++ test/CodeGen/AArch64/big-callframe.ll | 15 ++++++++++++++ 10 files changed, 75 insertions(+), 11 deletions(-) create mode 100644 test/CodeGen/AArch64/big-callframe.ll