This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 06da926 Remove all of the legacy home-grown atomic operations LLVM pr [...] new fda0a69 [CodeView] Implement function-type indices new 396d480 Ignore Lexing errors in macro body definitions
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: lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 62 +++++++++++++++++++++++--------- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 8 ++--- lib/MC/MCParser/AsmLexer.cpp | 2 +- lib/MC/MCParser/AsmParser.cpp | 55 +++++++++++++++++----------- lib/MC/MCParser/MCAsmLexer.cpp | 2 +- test/DebugInfo/COFF/asm.ll | 4 +-- test/DebugInfo/COFF/inlining.ll | 8 ++++- test/DebugInfo/COFF/multifile.ll | 4 +-- test/DebugInfo/COFF/multifunction.ll | 12 +++---- test/DebugInfo/COFF/simple.ll | 4 +-- test/DebugInfo/COFF/types-basic.ll | 60 +++++++++++++++++++++++++------ test/MC/AsmParser/floating-literals.s | 6 ---- test/MC/AsmParser/macro_parsing.s | 16 +++++++++ 13 files changed, 168 insertions(+), 75 deletions(-) create mode 100644 test/MC/AsmParser/macro_parsing.s