This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2bd27f32fe0 [ADT] Made numerous methods of ImmutableList const new 76d3c908f50 [DWARF] Refactoring range list dumping to fold DWARF v4 fun [...]
The 1 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/DWARFContext.h | 4 +- include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 86 ----------- include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h | 39 ++++- include/llvm/DebugInfo/DWARF/DWARFListTable.h | 166 +++++++++++++++------ include/llvm/DebugInfo/DWARF/DWARFUnit.h | 7 - lib/DebugInfo/DWARF/CMakeLists.txt | 1 - lib/DebugInfo/DWARF/DWARFContext.cpp | 56 +++---- lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 96 ------------ lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 97 +++++++++--- lib/DebugInfo/DWARF/DWARFDie.cpp | 1 - lib/DebugInfo/DWARF/DWARFListTable.cpp | 72 ++++++--- lib/DebugInfo/DWARF/DWARFUnit.cpp | 99 ++++++------ test/DebugInfo/Generic/cu-ranges.ll | 24 +-- test/DebugInfo/Inputs/gmlt.ll | 2 +- test/DebugInfo/X86/dwarfdump-ranges-baseaddr.s | 19 +++ test/DebugInfo/X86/dwarfdump-ranges-unrelocated.s | 11 +- test/DebugInfo/dwarfdump-ranges.test | 24 ++- test/MC/ARM/dwarf-asm-multiple-sections.s | 11 +- tools/dsymutil/DwarfLinker.cpp | 21 +-- tools/dsymutil/DwarfStreamer.cpp | 15 +- tools/dsymutil/DwarfStreamer.h | 4 +- 21 files changed, 438 insertions(+), 417 deletions(-) delete mode 100644 include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h delete mode 100644 lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp