[PATCH] D67492: [DebugInfo] Add a DW_OP_LLVM_entry_value operation

David Stenberg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 15 04:33:40 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG1ae2d9a2bdce: [DebugInfo] Add a DW_OP_LLVM_entry_value operation (authored by dstenb).
Herald added a subscriber: jrtc27.

Changed prior to commit:
  https://reviews.llvm.org/D67492?vs=222620&id=225001#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67492/new/

https://reviews.llvm.org/D67492

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/BinaryFormat/Dwarf.h
  llvm/include/llvm/CodeGen/MachineInstr.h
  llvm/include/llvm/IR/DebugInfoMetadata.h
  llvm/lib/BinaryFormat/Dwarf.cpp
  llvm/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
  llvm/lib/IR/DebugInfoMetadata.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/test/DebugInfo/ARM/entry-value-multi-byte-expr.ll
  llvm/test/DebugInfo/MIR/Hexagon/live-debug-values-bundled-entry-values.mir
  llvm/test/DebugInfo/MIR/X86/avoid-single-entry-value-location.mir
  llvm/test/DebugInfo/MIR/X86/dbgcall-site-interpretation.mir
  llvm/test/DebugInfo/MIR/X86/dbginfo-entryvals.mir
  llvm/test/DebugInfo/MIR/X86/multiple-param-dbg-value-entry.mir
  llvm/test/DebugInfo/Sparc/entry-value-complex-reg-expr.ll
  llvm/test/Verifier/diexpression-dwarf-entry-value.ll
  llvm/test/Verifier/diexpression-entry-value-llvm-ir.ll
  llvm/test/Verifier/diexpression-entry-value.ll
  llvm/test/Verifier/diexpression-valid-entry-value.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67492.225001.patch
Type: text/x-patch
Size: 29643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191015/3fc8e108/attachment.bin>


More information about the llvm-commits mailing list