[PATCH] Debug info: Support fragmented variables.

Adrian Prantl aprantl at apple.com
Mon Feb 24 15:01:19 PST 2014


  Updated to also support variables split up by SelectionDAG’s integer type legalization. Thanks iains for providing additional testcases.

Hi #llvm,

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

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

Files:
  docs/SourceLevelDebugging.rst
  include/llvm/CodeGen/AsmPrinter.h
  include/llvm/CodeGen/MachineInstr.h
  include/llvm/DIBuilder.h
  include/llvm/DebugInfo.h
  lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  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/Support/GraphWriter.cpp
  lib/Transforms/Scalar/SROA.cpp
  test/DebugInfo/X86/pieces-1.ll
  test/DebugInfo/X86/pieces-2.ll
  test/DebugInfo/X86/pieces-3.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2680.4.patch
Type: text/x-patch
Size: 48747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140224/4a993ab8/attachment.bin>


More information about the llvm-commits mailing list