This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 59c1bff047d [SafeStack] Insert the deref after the offset new c20c6c1b771 Stubs out TLOF for AIX and add support for common vars in a [...]
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/BinaryFormat/XCOFF.h | 8 ++++ .../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 26 ++++++++++ include/llvm/MC/MCContext.h | 2 +- include/llvm/MC/MCSectionXCOFF.h | 16 +++++-- lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 55 ++++++++++++++++++++++ lib/MC/MCAsmInfoXCOFF.cpp | 1 + lib/MC/MCContext.cpp | 3 +- lib/MC/MCObjectFileInfo.cpp | 5 +- lib/MC/MCSectionXCOFF.cpp | 16 ++++++- lib/Target/PowerPC/PPCAsmPrinter.cpp | 33 +++++++++++++ lib/Target/PowerPC/PPCTargetMachine.cpp | 5 +- test/CodeGen/PowerPC/aix-xcoff-common.ll | 24 ++++++++++ 12 files changed, 184 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/PowerPC/aix-xcoff-common.ll