This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 97579182cd4 [NFC] Precommit tests for D68089 new 4c97d66eb89 [NFC][emacs] remove out-of-date comment from tablegen-mode.el new c58a5d49af3 [AIX]Emit function descriptor csect in assembly
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 | 10 ++++- include/llvm/MC/MCAsmInfo.h | 10 +++++ include/llvm/MC/MCAsmInfoXCOFF.h | 5 +++ include/llvm/MC/MCDirectives.h | 1 + include/llvm/MC/MCSymbolXCOFF.h | 6 +-- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 39 +++++++++++++++-- lib/MC/MCAsmInfoXCOFF.cpp | 11 +++++ lib/MC/MCAsmStreamer.cpp | 1 + lib/MC/MCELFStreamer.cpp | 3 ++ lib/MC/MCMachOStreamer.cpp | 1 + lib/MC/MCSectionXCOFF.cpp | 36 ++++++++++++---- lib/MC/XCOFFObjectWriter.cpp | 3 ++ lib/Target/PowerPC/PPCAsmPrinter.cpp | 57 ++++++++++++++++++++++++ test/CodeGen/PowerPC/aix-xcoff-common.ll | 2 + test/CodeGen/PowerPC/test_func_desc.ll | 74 ++++++++++++++++++++++++++++++++ utils/emacs/tablegen-mode.el | 2 - 16 files changed, 244 insertions(+), 17 deletions(-) create mode 100644 test/CodeGen/PowerPC/test_func_desc.ll