This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 161c3053150 [GlobalISel][AArch64] Improve register bank mappings for G_SELECT new ea8ee651a9b Implement call lowering without parameters on AIX
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/PowerPC/P9InstrResources.td | 2 +- lib/Target/PowerPC/PPCCallingConv.td | 14 +++++ lib/Target/PowerPC/PPCFrameLowering.cpp | 4 +- lib/Target/PowerPC/PPCISelLowering.cpp | 98 ++++++++++++++++++++++++++++----- lib/Target/PowerPC/PPCISelLowering.h | 11 +++- lib/Target/PowerPC/PPCInstrInfo.td | 6 ++ lib/Target/PowerPC/PPCRegisterInfo.cpp | 4 ++ lib/Target/PowerPC/PPCSubtarget.h | 3 +- lib/Target/TargetMachine.cpp | 5 ++ test/CodeGen/PowerPC/test_call_aix.ll | 40 ++++++++++++++ 10 files changed, 168 insertions(+), 19 deletions(-) create mode 100644 test/CodeGen/PowerPC/test_call_aix.ll