This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8fac8d9af44 [AMDGPU] Improve code size cost model new a0544616ea2 [AIX] TOC pseudo expansion for 64bit large + 64bit small + [...]
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/MC/MCExpr.h | 2 + lib/MC/MCExpr.cpp | 4 + lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp | 25 ++++++ lib/Target/PowerPC/PPCAsmPrinter.cpp | 92 +++++++++++++++++++--- lib/Target/PowerPC/PPCInstrInfo.cpp | 1 + test/CodeGen/PowerPC/lower-globaladdr32-aix-asm.ll | 48 ++++++++--- test/CodeGen/PowerPC/lower-globaladdr64-aix-asm.ll | 45 +++++++++++ 7 files changed, 194 insertions(+), 23 deletions(-) create mode 100644 test/CodeGen/PowerPC/lower-globaladdr64-aix-asm.ll