This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fa36b7f50db Fix -Wsign-compare warning. new afc6e834feb [DAGCombiner] Remove some calls to AddToWorklist that shoul [...] new c91e9d7b377 [SelectionDAG] Add MLOAD/MSTORE/MGATHER/MSCATTER to AddNode [...] new c0e32a59eda [DWARF v5] Reposting r337981, which was reverted in r337997 [...]
The 3 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: lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 2 - lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 81 +++++++++++--------------- lib/CodeGen/AsmPrinter/DwarfDebug.h | 9 ++- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 3 - lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 28 +++++++++ test/DebugInfo/X86/cu-ranges.ll | 11 ++++ test/DebugInfo/X86/rnglists_base_attr.ll | 89 +++++++++++++++++++++++++++++ test/DebugInfo/X86/rnglists_curanges.ll | 50 ++++++++++++++++ 8 files changed, 219 insertions(+), 54 deletions(-) create mode 100644 test/DebugInfo/X86/rnglists_base_attr.ll create mode 100644 test/DebugInfo/X86/rnglists_curanges.ll