This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 245f8d7f3fb [llvm-objcopy] Move elf-specific code into subfolder new 3efd3a74afe [DWARF][NFC] Refactor range list extraction and dumping
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 | 8 +- include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 85 ----------- include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h | 38 ++++- include/llvm/DebugInfo/DWARF/DWARFListTable.h | 165 +++++++++++++++------ include/llvm/DebugInfo/DWARF/DWARFUnit.h | 7 - lib/DebugInfo/DWARF/CMakeLists.txt | 1 - lib/DebugInfo/DWARF/DWARFContext.cpp | 74 ++++----- lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 96 ------------ lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 96 +++++++++--- lib/DebugInfo/DWARF/DWARFDie.cpp | 1 - lib/DebugInfo/DWARF/DWARFListTable.cpp | 74 +++++---- lib/DebugInfo/DWARF/DWARFUnit.cpp | 101 +++++++------ tools/dsymutil/DwarfLinker.cpp | 23 +-- tools/dsymutil/DwarfStreamer.cpp | 19 ++- tools/dsymutil/DwarfStreamer.h | 4 +- 15 files changed, 394 insertions(+), 398 deletions(-) delete mode 100644 include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h delete mode 100644 lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp