This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fe0f4354daf [llvm-objcopy] Delete a redundant override whose base is empty new daecf945cc4 [DWARF] Revert r345546: 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, 398 insertions(+), 394 deletions(-) create mode 100644 include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h create mode 100644 lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp