This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 06d793d2334 [ORC] Fix BuildingAJIT tutorial code broken by r368707. new c6f50310583 [AIX]Lowering global address for 32/64bit small/large c [...]
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/PPCISelDAGToDAG.cpp | 87 +++++++++++++++++++------- lib/Target/PowerPC/PPCISelLowering.cpp | 41 ++++++------ lib/Target/PowerPC/PPCISelLowering.h | 2 + lib/Target/PowerPC/PPCInstrInfo.td | 9 +++ lib/Target/PowerPC/PPCTOCRegDeps.cpp | 9 ++- lib/Target/PowerPC/PPCTargetMachine.cpp | 17 +++-- test/CodeGen/PowerPC/lower-globaladdr32-aix.ll | 38 +++++++++++ test/CodeGen/PowerPC/lower-globaladdr64-aix.ll | 38 +++++++++++ 8 files changed, 195 insertions(+), 46 deletions(-) create mode 100644 test/CodeGen/PowerPC/lower-globaladdr32-aix.ll create mode 100644 test/CodeGen/PowerPC/lower-globaladdr64-aix.ll