This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d55ea9f2a73 [AMDGPU] Downgrade from StringLiteral to const char* in an [...] new 325fca633f4 [PowerPC][AIX] Adds support for writing the .data section i [...] new 6888da8be65 [X86] Add test case for inserting/extracting from shuffled [...]
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/AsmPrinter.h | 5 ++ include/llvm/MC/MCAsmInfo.h | 8 +++ lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 5 +- lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 3 ++ lib/MC/MCAsmInfoXCOFF.cpp | 4 ++ lib/MC/MCAsmStreamer.cpp | 10 ++++ lib/MC/MCObjectFileInfo.cpp | 4 ++ lib/MC/MCSectionXCOFF.cpp | 10 ++++ lib/Target/PowerPC/PPCAsmPrinter.cpp | 37 +++++++++---- test/CodeGen/PowerPC/aix-xcoff-data.ll | 57 ++++++++++++++++++++ test/CodeGen/X86/vector-shuffle-combining.ll | 80 ++++++++++++++++++++++++++++ 11 files changed, 210 insertions(+), 13 deletions(-) create mode 100644 test/CodeGen/PowerPC/aix-xcoff-data.ll