This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1f2edf66a2a [MIR] Update MIRLangRef with documentation on bundled instructions new 11adaf9955a 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