This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 92948ec17b6 [SelectionDAG] Add icmp UNDEF handling to SelectionDAG::FoldSetCC new f36ee139a4c [SLPVectorizer] Merge reorderAltShuffleOperands into reorde [...] new 428cbbbec8d [llvm] Prevent duplicate files in debug line header in dwarf 5.
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/DebugInfo/DWARF/DWARFDebugLine.h | 2 + include/llvm/MC/MCContext.h | 2 +- include/llvm/MC/MCDwarf.h | 18 +++- lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 1 + lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 1 + lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 1 - lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 20 +++- lib/MC/MCContext.cpp | 5 +- lib/MC/MCDwarf.cpp | 11 ++ lib/Transforms/Vectorize/SLPVectorizer.cpp | 120 ++++++--------------- test/MC/ARM/dwarf-asm-multiple-sections.s | 17 +-- test/MC/ELF/debug-mixed-md5.ll | 3 +- test/MC/ELF/dwarf-file0.s | 6 +- test/Transforms/SLPVectorizer/X86/PR39774.ll | 4 +- test/tools/llvm-objdump/Inputs/embedded-source | Bin 9936 -> 9528 bytes .../X86/function-sections-line-numbers.s | 9 +- 16 files changed, 107 insertions(+), 113 deletions(-)