[PATCH] D31439: PR32382: Emit complex DWARF expressions with the correct location description kind

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 14 11:39:24 PDT 2017


aprantl updated this revision to Diff 95323.
aprantl edited the summary of this revision.
This revision is now accepted and ready to land.
Herald added subscribers: qcolombet, MatzeB.

https://reviews.llvm.org/D31439

Files:
  docs/LangRef.rst
  docs/SourceLevelDebugging.rst
  include/llvm/CodeGen/MachineInstrBuilder.h
  include/llvm/IR/DebugInfoMetadata.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Reader/MetadataLoader.cpp
  lib/Bitcode/Reader/MetadataLoader.h
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  lib/CodeGen/AsmPrinter/DwarfExpression.cpp
  lib/CodeGen/AsmPrinter/DwarfExpression.h
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  lib/CodeGen/InlineSpiller.cpp
  lib/CodeGen/MachineInstr.cpp
  lib/CodeGen/RegAllocFast.cpp
  lib/CodeGen/SafeStack.cpp
  lib/CodeGen/SelectionDAG/FastISel.cpp
  lib/Transforms/Instrumentation/AddressSanitizer.cpp
  lib/Transforms/Utils/Local.cpp
  test/Bitcode/DIExpression-aggresult.ll
  test/Bitcode/DIExpression-aggresult.ll.bc
  test/DebugInfo/ARM/selectiondag-deadcode.ll
  test/DebugInfo/Generic/block-asan.ll
  test/DebugInfo/X86/dbg_value_direct.ll
  test/DebugInfo/X86/debug-info-block-captured-self.ll
  test/DebugInfo/X86/dw_op_minus.ll
  test/DebugInfo/X86/dw_op_minus_direct.ll
  test/DebugInfo/X86/sret.ll
  test/Instrumentation/AddressSanitizer/debug_info.ll
  test/Transforms/SafeStack/X86/debug-loc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31439.95323.patch
Type: text/x-patch
Size: 45312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170414/9dc4a422/attachment.bin>


More information about the llvm-commits mailing list