This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 97657013928 [ARM] Add support for MVE pre and post inc loads and stores new 09fb75f1390 Enable assembly output of local commons for 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: include/llvm/MC/MCStreamer.h | 9 +++++++++ include/llvm/MC/MCXCOFFStreamer.h | 2 ++ lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 7 ++++--- lib/MC/MCAsmInfoXCOFF.cpp | 1 + lib/MC/MCAsmStreamer.cpp | 20 ++++++++++++++++++++ lib/MC/MCSectionXCOFF.cpp | 8 +++++--- lib/MC/MCStreamer.cpp | 4 ++++ lib/MC/MCXCOFFStreamer.cpp | 5 +++++ lib/Target/PowerPC/PPCAsmPrinter.cpp | 8 ++++++-- test/CodeGen/PowerPC/aix-xcoff-lcomm.ll | 10 ++++++++++ 10 files changed, 66 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/PowerPC/aix-xcoff-lcomm.ll