OSDN Git Service

[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)
commit231176041f866708e70ac95ea147ee561084d026
tree159606f29f26fdd0daa22e0487fc656d2dd43a20
parent5c1ffd9231914bb34f387f7f7b5bcfa6851fc640
[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

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