This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 95e5d37d586 DA: remove uses of GEP, only ask SCEV new cd508410db3 [TargetLowering] Add vector BITCAST support to SimplifyDema [...] new c7343198cac Reapply "[DWARFv5] Emit file 0 to the line table."
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/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/CodeGen/SelectionDAG/TargetLowering.cpp | 68 ++ lib/MC/MCAsmStreamer.cpp | 86 ++- lib/MC/MCDwarf.cpp | 61 +- lib/MC/MCParser/AsmParser.cpp | 6 +- lib/MC/MCStreamer.cpp | 9 + test/CodeGen/Generic/dwarf-md5.ll | 35 +- test/CodeGen/Generic/dwarf-source.ll | 39 +- test/CodeGen/X86/avg.ll | 284 +++++---- test/CodeGen/X86/mmx-build-vector.ll | 68 +- test/CodeGen/X86/oddshuffles.ll | 6 +- test/CodeGen/X86/vec_insert-7.ll | 7 +- test/CodeGen/X86/vec_int_to_fp.ll | 38 +- test/CodeGen/X86/vector-half-conversions.ll | 919 ++++++++++++++++------------ test/CodeGen/X86/vector-shuffle-128-v4.ll | 2 +- test/CodeGen/X86/vector-shuffle-128-v8.ll | 68 +- test/CodeGen/X86/vector-shuffle-256-v16.ll | 9 +- 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 + 30 files changed, 1062 insertions(+), 784 deletions(-) create mode 100644 test/MC/ELF/dwarf-file0.s