This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from afaddb4 [MCContext] Don't use getenv inside class constructor new e9d4816 Refactor and cleanup Assembly Parsing / Lexing new 58ee02e [codeview] Make function names more consistent with MSVC new 3891af6 [CodeView] Refactor enumerator emission
The 3 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/MCParser/AsmLexer.h | 11 +- include/llvm/MC/MCParser/MCAsmLexer.h | 13 +- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 93 +++++++++------ lib/MC/MCParser/AsmLexer.cpp | 137 ++++++++++++---------- lib/MC/MCParser/AsmParser.cpp | 88 ++++++-------- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 4 +- lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 25 ++-- lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp | 2 +- lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 2 +- test/DebugInfo/COFF/cpp-mangling.ll | 106 +++++++++++------ test/DebugInfo/COFF/enum.ll | 2 +- test/MC/AsmParser/hash-directive.s | 23 ++++ 12 files changed, 292 insertions(+), 214 deletions(-) create mode 100644 test/MC/AsmParser/hash-directive.s