This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8a69efc9542 [X86][SSE] Add more non-uniform exact sdiv vector tests cov [...] new 4fcef69e659 [TargetLowering] Add support for non-uniform vectors to BuildUDIV new 23332c50c13 [DebugInfo] Reduce debug_str_offsets section size
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/CodeGen/DwarfStringPoolEntry.h | 47 +++- include/llvm/CodeGen/TargetLowering.h | 3 +- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 3 +- lib/CodeGen/AsmPrinter/DwarfStringPool.cpp | 50 +++- lib/CodeGen/AsmPrinter/DwarfStringPool.h | 10 + lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 7 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 37 +-- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 160 ++++++++--- test/CodeGen/X86/combine-udiv.ll | 332 +++-------------------- test/DebugInfo/X86/string-offsets-table-order.ll | 79 ++++++ test/DebugInfo/X86/string-offsets-table.ll | 26 +- tools/dsymutil/DwarfStreamer.cpp | 4 +- tools/dsymutil/MachOUtils.cpp | 5 +- tools/dsymutil/NonRelocatableStringpool.cpp | 11 +- tools/dsymutil/NonRelocatableStringpool.h | 4 +- unittests/CodeGen/DIEHashTest.cpp | 4 +- unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 93 +++++++ unittests/DebugInfo/DWARF/DwarfGenerator.cpp | 11 +- 18 files changed, 477 insertions(+), 409 deletions(-) create mode 100644 test/DebugInfo/X86/string-offsets-table-order.ll