[PATCH] D84115: [Debuginfo][Codegen] (2/7) Support for DW_OP_implicit_pointer for named and unnamed variables (second strategy).
Alok Kumar Sharma via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 26 04:29:58 PST 2020
alok updated this revision to Diff 307830.
alok added a reviewer: djtodoro.
alok added a comment.
Updated to incorporate comments from @djtodoro .
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84115/new/
https://reviews.llvm.org/D84115
Files:
llvm/include/llvm/BinaryFormat/Dwarf.def
llvm/include/llvm/CodeGen/MachineInstr.h
llvm/include/llvm/CodeGen/MachineInstrBuilder.h
llvm/include/llvm/CodeGen/SelectionDAG.h
llvm/include/llvm/IR/DIBuilder.h
llvm/include/llvm/IR/DebugInfoMetadata.h
llvm/include/llvm/IR/IntrinsicInst.h
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
llvm/lib/CodeGen/CodeGenPrepare.cpp
llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
llvm/lib/CodeGen/MachineInstr.cpp
llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
llvm/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
llvm/lib/IR/DIBuilder.cpp
llvm/test/DebugInfo/X86/dwarfdump-implicit_pointer_dwarf4.ll
llvm/test/DebugInfo/X86/dwarfdump-implicit_pointer_instcomb.ll
llvm/test/DebugInfo/X86/dwarfdump-implicit_pointer_multilevel.ll
llvm/test/DebugInfo/X86/dwarfdump-implicit_pointer_sroa.ll
llvm/test/DebugInfo/X86/dwarfdump-implicit_pointer_sroa_inline.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84115.307830.patch
Type: text/x-patch
Size: 74289 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201126/d5e5932d/attachment-0001.bin>
More information about the llvm-commits
mailing list