This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ed2243b21bc [X86][BtVer2] Fix the number of micro opcodes for AES[ENC|D [...] new 7323a7bf809 Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
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/MCContext.h | 9 +--- include/llvm/MC/MCDwarf.h | 29 +++-------- include/llvm/MC/MCStreamer.h | 6 --- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 11 ++-- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 2 +- lib/CodeGen/AsmPrinter/DwarfUnit.h | 8 +-- lib/MC/MCAsmStreamer.cpp | 86 ++++++++++--------------------- lib/MC/MCDwarf.cpp | 61 ++++++++++------------ lib/MC/MCParser/AsmParser.cpp | 18 +++---- lib/MC/MCStreamer.cpp | 9 ---- test/CodeGen/Generic/dwarf-md5.ll | 35 +++++++------ test/CodeGen/Generic/dwarf-source.ll | 39 +++++++------- test/DebugInfo/X86/dbg-file-name.ll | 2 +- test/DebugInfo/X86/inline-asm-locs.ll | 2 +- test/MC/ARM/dwarf-asm-multiple-sections.s | 4 +- test/MC/ELF/debug-file-options.s | 13 ++--- test/MC/ELF/debug-md5.s | 12 ++--- test/MC/ELF/debug-source.s | 12 ++--- test/MC/ELF/dwarf-file0.s | 19 ------- tools/llvm-mc/llvm-mc.cpp | 12 ----- 20 files changed, 133 insertions(+), 256 deletions(-) delete mode 100644 test/MC/ELF/dwarf-file0.s