This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3c63e9245b0 Remove a duplicate test new 31bf9d4967f [PowerPC] Remove the SPE4RC register class and instead add [...] new f75129d2f59 [AArch64][GlobalISel] Support sibling calls with outgoing a [...]
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/GlobalISel/CallLowering.h | 10 +- lib/CodeGen/GlobalISel/CallLowering.cpp | 6 +- lib/Target/AArch64/AArch64CallLowering.cpp | 117 +++++++++++++++++---- lib/Target/AArch64/AArch64CallLowering.h | 7 +- .../PowerPC/Disassembler/PPCDisassembler.cpp | 6 -- lib/Target/PowerPC/PPCFastISel.cpp | 10 +- lib/Target/PowerPC/PPCFrameLowering.cpp | 3 +- lib/Target/PowerPC/PPCISelLowering.cpp | 6 +- lib/Target/PowerPC/PPCInstrInfo.cpp | 19 +--- lib/Target/PowerPC/PPCInstrInfo.td | 18 ++-- lib/Target/PowerPC/PPCRegisterInfo.cpp | 1 - lib/Target/PowerPC/PPCRegisterInfo.td | 10 +- .../GlobalISel/call-translator-tail-call.ll | 35 ++++-- test/CodeGen/AArch64/arm64-call-tailcalls.ll | 1 + test/CodeGen/AArch64/speculation-hardening.ll | 37 +++---- test/CodeGen/AArch64/tailcall-string-rvo.ll | 1 + test/CodeGen/AArch64/tailcall_misched_graph.ll | 46 ++++---- test/CodeGen/PowerPC/inc-of-add.ll | 14 ++- test/CodeGen/PowerPC/sub-of-not.ll | 14 ++- 19 files changed, 221 insertions(+), 140 deletions(-)