[PATCH] Debug info: Support fragmented variables.

Adrian Prantl aprantl at apple.com
Tue Mar 18 17:55:38 PDT 2014


  Rebased on r204198.
  Moved the DWARF expression output for DW_op_pieces out of emitDebugLocEntry::emitDebugLocEntry() and into a DWARFPieceEmitter. Should be more readable this way.

Hi #llvm,

http://llvm-reviews.chandlerc.com/D2680

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D2680?vs=7650&id=7931#toc

Files:
  docs/SourceLevelDebugging.rst
  include/llvm/CodeGen/AsmPrinter.h
  include/llvm/CodeGen/MachineInstr.h
  include/llvm/CodeGen/SelectionDAG.h
  include/llvm/IR/DIBuilder.h
  include/llvm/IR/DebugInfo.h
  lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
  lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  lib/CodeGen/AsmPrinter/DwarfDebug.h
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/IR/DIBuilder.cpp
  lib/IR/DebugInfo.cpp
  lib/Transforms/Scalar/SROA.cpp
  test/DebugInfo/X86/dbg-large-unsigned-const.ll
  test/DebugInfo/X86/pieces-1.ll
  test/DebugInfo/X86/sdagsplit-1.ll
  test/DebugInfo/X86/sdagsplit-2.ll
  test/DebugInfo/X86/sroasplit-1.ll
  test/DebugInfo/X86/sroasplit-2.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2680.7.patch
Type: text/x-patch
Size: 70794 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140318/647baad5/attachment.bin>


More information about the llvm-commits mailing list