[DebugInfo] Unify dumping of address ranges
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 16 Jan 2018 11:17:57 +0000 (11:17 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 16 Jan 2018 11:17:57 +0000 (11:17 +0000)
commit6f24c8778c95f7bb12912ab68a15569f28654293
tree726f36ae1aa9e4c99c8ee159fc17fb25ebca6289
parent5eaddb3f6825a472bc4ef59a3a6aa1b6f9ff3b16
[DebugInfo] Unify dumping of address ranges

Summary:
This patch unifies the printing of address ranges as [0x0, 0x1).

rdar://34822059

Reviewers: aprantl, dblaikie

Subscribers: mehdi_amini, llvm-commits

Differential Revision: https://reviews.llvm.org/D42056

llvm-svn: 322543
53 files changed:
llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
llvm/lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
llvm/test/CodeGen/ARM/debug-info-blocks.ll
llvm/test/CodeGen/ARM/debug-info-sreg2.ll
llvm/test/DebugInfo/AArch64/asan-stack-vars.ll
llvm/test/DebugInfo/ARM/PR26163.ll
llvm/test/DebugInfo/ARM/partial-subreg.ll
llvm/test/DebugInfo/MIR/AArch64/clobber-sp.mir
llvm/test/DebugInfo/MIR/ARM/split-superreg-piece.mir
llvm/test/DebugInfo/MIR/ARM/split-superreg.mir
llvm/test/DebugInfo/Mips/dsr-fixed-objects.ll
llvm/test/DebugInfo/Sparc/subreg.ll
llvm/test/DebugInfo/X86/DW_AT_location-reference.ll
llvm/test/DebugInfo/X86/PR26148.ll
llvm/test/DebugInfo/X86/constant-loclist.ll
llvm/test/DebugInfo/X86/dbg-addr.ll
llvm/test/DebugInfo/X86/dbg-declare-arg.ll
llvm/test/DebugInfo/X86/dbg-value-const-byref.ll
llvm/test/DebugInfo/X86/dbg-value-frame-index.ll
llvm/test/DebugInfo/X86/dbg-value-regmask-clobber.ll
llvm/test/DebugInfo/X86/debug-loc-asan.ll
llvm/test/DebugInfo/X86/debug-loc-frame.ll
llvm/test/DebugInfo/X86/debug-loc-offset.ll
llvm/test/DebugInfo/X86/dw_op_minus_direct.ll
llvm/test/DebugInfo/X86/dwarfdump-debug-loc-simple.test
llvm/test/DebugInfo/X86/dwarfdump-ranges-baseaddr-exe.s
llvm/test/DebugInfo/X86/dwarfdump-ranges-baseaddr.s
llvm/test/DebugInfo/X86/dwarfdump-ranges-unrelocated.s
llvm/test/DebugInfo/X86/float_const_loclist.ll
llvm/test/DebugInfo/X86/inlined-formal-parameter.ll
llvm/test/DebugInfo/X86/live-debug-variables.ll
llvm/test/DebugInfo/X86/pieces-1.ll
llvm/test/DebugInfo/X86/pieces-2.ll
llvm/test/DebugInfo/X86/pieces-3.ll
llvm/test/DebugInfo/X86/spill-nospill.ll
llvm/test/DebugInfo/X86/sret.ll
llvm/test/DebugInfo/X86/stack-value-piece.ll
llvm/test/DebugInfo/X86/subregisters.ll
llvm/test/DebugInfo/dwarfdump-ranges.test
llvm/test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s
llvm/test/MC/ARM/dwarf-asm-multiple-sections.s
llvm/test/MC/ARM/dwarf-asm-nonstandard-section.s
llvm/test/MC/ARM/dwarf-asm-single-section.s
llvm/test/tools/dsymutil/X86/basic-linking-x86.test
llvm/test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test
llvm/test/tools/dsymutil/X86/basic-lto-linking-x86.test
llvm/test/tools/llvm-dwarfdump/X86/debug_loc_offset.test
llvm/test/tools/llvm-dwarfdump/X86/debugloc.s
llvm/test/tools/llvm-dwarfdump/X86/verify_die_ranges.s