This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c2e06bab45f [NFC] Change cast from r332739 to a static cast new eab311b6616 [DWARF v5] Improved support for .debug_rnglists (consumer). [...]
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/DWARFDebugRnglists.h | 30 ++++ include/llvm/DebugInfo/DWARF/DWARFObject.h | 1 + include/llvm/DebugInfo/DWARF/DWARFUnit.h | 22 +++ lib/DebugInfo/DWARF/DWARFContext.cpp | 53 ++++-- lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 74 ++++++++- lib/DebugInfo/DWARF/DWARFDie.cpp | 21 ++- lib/DebugInfo/DWARF/DWARFFormValue.cpp | 5 + lib/DebugInfo/DWARF/DWARFUnit.cpp | 91 +++++++++- test/DebugInfo/X86/dwarfdump-rnglists.s | 192 ++++++++++++++++++++++ 9 files changed, 459 insertions(+), 30 deletions(-) create mode 100644 test/DebugInfo/X86/dwarfdump-rnglists.s