[PATCH] D70833: [DebugInfo] Support for DW_OP_LLVM_explicit_pointer (temp2reg).

Alok Kumar Sharma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 23:39:52 PST 2019


alok updated this revision to Diff 232038.
alok retitled this revision from "[DebugInfo] Support for DW_OP_explicit_pointer (temp2reg)." to "[DebugInfo] Support for DW_OP_LLVM_explicit_pointer (temp2reg).".
alok added a comment.

Updated to rename proposed LLVM Dwarf extension to DW_OP_LLVM_explicit_pointer.


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

https://reviews.llvm.org/D70833

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/BinaryFormat/Dwarf.def
  llvm/include/llvm/IR/DebugInfoMetadata.h
  llvm/include/llvm/IR/IntrinsicInst.h
  llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
  llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
  llvm/lib/IR/AsmWriter.cpp
  llvm/lib/IR/DebugInfoMetadata.cpp
  llvm/lib/IR/IntrinsicInst.cpp
  llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  llvm/test/DebugInfo/dwarfdump_explicit_pointer.ll
  llvm/test/DebugInfo/explicit_pointer.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70833.232038.patch
Type: text/x-patch
Size: 15520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191204/0a15e536/attachment.bin>


More information about the llvm-commits mailing list