This patch unifies the printing of address ranges as [0x0, 0x1).
rdar://34822059
Paths
| Differential D42056
[DebugInfo] Unify dumping of address ranges ClosedPublic Authored by JDevlieghere on Jan 15 2018, 2:27 AM.
Details Summary This patch unifies the printing of address ranges as [0x0, 0x1). rdar://34822059
Diff Detail
Event TimelineComment Actions Looks good to me
This revision is now accepted and ready to land.Jan 15 2018, 10:51 AM Closed by commit rL322543: [DebugInfo] Unify dumping of address ranges (authored by JDevlieghere). · Explain WhyJan 16 2018, 3:19 AM This revision was automatically updated to reflect the committed changes. Herald added subscribers: fedor.sergeev, eraman, javed.absar and 3 others. · View Herald TranscriptJan 16 2018, 3:19 AM
Revision Contents
Diff 129929 llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
llvm/trunk/lib/DebugInfo/DWARF/DWARFDie.cpp
llvm/trunk/test/CodeGen/ARM/debug-info-blocks.ll
llvm/trunk/test/CodeGen/ARM/debug-info-sreg2.ll
llvm/trunk/test/DebugInfo/AArch64/asan-stack-vars.ll
llvm/trunk/test/DebugInfo/ARM/PR26163.ll
llvm/trunk/test/DebugInfo/ARM/partial-subreg.ll
llvm/trunk/test/DebugInfo/MIR/AArch64/clobber-sp.mir
llvm/trunk/test/DebugInfo/MIR/ARM/split-superreg-piece.mir
llvm/trunk/test/DebugInfo/MIR/ARM/split-superreg.mir
llvm/trunk/test/DebugInfo/Mips/dsr-fixed-objects.ll
llvm/trunk/test/DebugInfo/Sparc/subreg.ll
llvm/trunk/test/DebugInfo/X86/DW_AT_location-reference.ll
llvm/trunk/test/DebugInfo/X86/PR26148.ll
llvm/trunk/test/DebugInfo/X86/constant-loclist.ll
llvm/trunk/test/DebugInfo/X86/dbg-addr.ll
llvm/trunk/test/DebugInfo/X86/dbg-declare-arg.ll
llvm/trunk/test/DebugInfo/X86/dbg-value-const-byref.ll
llvm/trunk/test/DebugInfo/X86/dbg-value-frame-index.ll
llvm/trunk/test/DebugInfo/X86/dbg-value-regmask-clobber.ll
llvm/trunk/test/DebugInfo/X86/debug-loc-asan.ll
llvm/trunk/test/DebugInfo/X86/debug-loc-frame.ll
llvm/trunk/test/DebugInfo/X86/debug-loc-offset.ll
llvm/trunk/test/DebugInfo/X86/dw_op_minus_direct.ll
llvm/trunk/test/DebugInfo/X86/dwarfdump-debug-loc-simple.test
llvm/trunk/test/DebugInfo/X86/dwarfdump-ranges-baseaddr-exe.s
llvm/trunk/test/DebugInfo/X86/dwarfdump-ranges-baseaddr.s
llvm/trunk/test/DebugInfo/X86/dwarfdump-ranges-unrelocated.s
llvm/trunk/test/DebugInfo/X86/float_const_loclist.ll
llvm/trunk/test/DebugInfo/X86/inlined-formal-parameter.ll
llvm/trunk/test/DebugInfo/X86/live-debug-variables.ll
llvm/trunk/test/DebugInfo/X86/pieces-1.ll
llvm/trunk/test/DebugInfo/X86/pieces-2.ll
llvm/trunk/test/DebugInfo/X86/pieces-3.ll
llvm/trunk/test/DebugInfo/X86/spill-nospill.ll
llvm/trunk/test/DebugInfo/X86/sret.ll
llvm/trunk/test/DebugInfo/X86/stack-value-piece.ll
llvm/trunk/test/DebugInfo/X86/subregisters.ll
llvm/trunk/test/DebugInfo/dwarfdump-ranges.test
llvm/trunk/test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s
llvm/trunk/test/MC/ARM/dwarf-asm-multiple-sections.s
llvm/trunk/test/MC/ARM/dwarf-asm-nonstandard-section.s
llvm/trunk/test/MC/ARM/dwarf-asm-single-section.s
llvm/trunk/test/tools/dsymutil/X86/basic-linking-x86.test
llvm/trunk/test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test
llvm/trunk/test/tools/dsymutil/X86/basic-lto-linking-x86.test
llvm/trunk/test/tools/llvm-dwarfdump/X86/debug_loc_offset.test
llvm/trunk/test/tools/llvm-dwarfdump/X86/debugloc.s
llvm/trunk/test/tools/llvm-dwarfdump/X86/verify_die_ranges.s
|