This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b70e54f12d2 [ConstantFold] fp_binop undef, undef --> undef new 1a5231fa62e [DWARF v5] Support for verbose dumping of .debug_rnglist entries new a5b92985863 Fix signed-unsigned comparison warning.
The 2 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/BinaryFormat/Dwarf.h | 1 + include/llvm/DebugInfo/DIContext.h | 1 + include/llvm/DebugInfo/DWARF/DWARFAddressRange.h | 4 +- include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h | 26 ++++- lib/BinaryFormat/Dwarf.cpp | 11 ++ lib/DebugInfo/DWARF/DWARFAddressRange.cpp | 9 +- lib/DebugInfo/DWARF/DWARFContext.cpp | 5 +- lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 101 +++++++++++++----- lib/Support/MemoryBuffer.cpp | 2 +- .../X86/Inputs/debug_rnglists_DWARF64.s | 2 + test/tools/llvm-dwarfdump/X86/debug_rnglists.s | 115 ++++++++++++++------- .../llvm-dwarfdump/X86/debug_rnglists_invalid.s | 5 + 12 files changed, 212 insertions(+), 70 deletions(-) create mode 100644 test/tools/llvm-dwarfdump/X86/Inputs/debug_rnglists_DWARF64.s