This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 203691d83a7 [WebAssembly] Handle undefined lane indices in SIMD patterns new 3b86c685544 [DWARF] Make llvm-dwarfdump display location lists in a .dw [...] new 582cb39ac30 [X86] In PostprocessISelDAG, start from allnodes_end, not t [...]
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/DWARFCompileUnit.h | 8 ++-- include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h | 8 ++-- include/llvm/DebugInfo/DWARF/DWARFUnit.h | 23 ++++++--- lib/DebugInfo/DWARF/DWARFDie.cpp | 10 ++-- lib/DebugInfo/DWARF/DWARFUnit.cpp | 48 ++++++++++++------- lib/DebugInfo/DWARF/DWARFVerifier.cpp | 14 +++--- lib/Target/X86/X86ISelDAGToDAG.cpp | 3 +- test/DebugInfo/Inputs/loclists-dwp-b.ll | 32 +++++++++++++ test/DebugInfo/X86/loclists-dwp.ll | 62 +++++++++++++++++++++++++ 9 files changed, 161 insertions(+), 47 deletions(-) create mode 100644 test/DebugInfo/Inputs/loclists-dwp-b.ll create mode 100644 test/DebugInfo/X86/loclists-dwp.ll