This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bf20d51 [AArch64] Decouple zero store promotion from narrow ld merge. NFC. new b3b95be [AArch64] Combine callee-save and local stack SP adjustment i [...]
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/AArch64/AArch64FrameLowering.cpp | 271 +++++++++++++++------ lib/Target/AArch64/AArch64FrameLowering.h | 4 + lib/Target/AArch64/AArch64InstrInfo.cpp | 3 + .../AArch64/aarch64-dynamic-stack-layout.ll | 17 +- test/CodeGen/AArch64/arm64-aapcs-be.ll | 3 +- test/CodeGen/AArch64/arm64-abi.ll | 2 +- test/CodeGen/AArch64/arm64-abi_align.ll | 16 +- test/CodeGen/AArch64/arm64-fast-isel-alloca.ll | 2 +- test/CodeGen/AArch64/arm64-hello.ll | 18 +- test/CodeGen/AArch64/arm64-join-reserved.ll | 2 +- .../AArch64/arm64-patchpoint-webkit_jscc.ll | 8 +- test/CodeGen/AArch64/arm64-patchpoint.ll | 7 +- test/CodeGen/AArch64/arm64-shrink-wrapping.ll | 20 +- test/CodeGen/AArch64/fastcc.ll | 73 +++--- test/CodeGen/AArch64/func-calls.ll | 4 +- test/CodeGen/AArch64/tailcall-implicit-sret.ll | 2 +- test/DebugInfo/AArch64/prologue_end.ll | 4 +- 17 files changed, 289 insertions(+), 167 deletions(-)