This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3bfb1e8 Use dynamic symbols for ELF disassembly new 5ddc432 [Assembler] Enable nicer diagnostics for inline assembly. new f5cac02 [AVR] XFAIL a set of failing CodeGen tests
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 | 14 +++++ include/llvm/MC/MCContext.h | 5 ++ include/llvm/MC/MCParser/MCAsmParser.h | 2 +- lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 60 +++++++++++----------- lib/MC/MCContext.cpp | 14 ++--- lib/MC/MCParser/AsmParser.cpp | 15 ++++-- test/Assembler/inline-asm-diags.ll | 9 ++++ test/CodeGen/Generic/2003-07-29-BadConstSbyte.ll | 3 ++ .../Generic/2007-04-08-MultipleFrameIndices.ll | 3 ++ test/CodeGen/Generic/2007-12-17-InvokeAsm.ll | 2 + .../CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll | 4 ++ test/CodeGen/Generic/MachineBranchProb.ll | 3 ++ test/CodeGen/Generic/inline-asm-mem-clobber.ll | 3 ++ test/CodeGen/Generic/select-cc.ll | 5 ++ test/CodeGen/Generic/v-split.ll | 4 ++ test/CodeGen/Generic/vector-redux.ll | 3 ++ test/CodeGen/Generic/vector.ll | 3 ++ 17 files changed, 109 insertions(+), 43 deletions(-) create mode 100644 test/Assembler/inline-asm-diags.ll