[PATCH] D42056: [DebugInfo] Unify dumping of address ranges

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 03:19:35 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL322543: [DebugInfo] Unify dumping of address ranges (authored by JDevlieghere, committed by ).
Herald added subscribers: fedor.sergeev, eraman, javed.absar, sdardis, jyknight, qcolombet.

Changed prior to commit:
  https://reviews.llvm.org/D42056?vs=129821&id=129929#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D42056

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42056.129929.patch
Type: text/x-patch
Size: 65161 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180116/dbb2e726/attachment-0001.bin>


More information about the llvm-commits mailing list