[PATCH] D56587: Introduce DW_OP_LLVM_convert
Markus Lavin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 11 03:33:30 PST 2019
markus updated this revision to Diff 186209.
markus retitled this revision from "Fix sign/zero extension in Dwarf expressions." to "Introduce DW_OP_LLVM_convert".
markus edited the summary of this revision.
markus added a comment.
Herald added a subscriber: jholewinski.
Addresses most of the open issues I had. The major question that remains is what to do when not targeting Dwarf v5.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56587/new/
https://reviews.llvm.org/D56587
Files:
docs/LangRef.rst
include/llvm/BinaryFormat/Dwarf.h
include/llvm/CodeGen/DIE.h
lib/AsmParser/LLParser.cpp
lib/BinaryFormat/Dwarf.cpp
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
lib/CodeGen/AsmPrinter/DIEHash.cpp
lib/CodeGen/AsmPrinter/DebugLocEntry.h
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfExpression.cpp
lib/CodeGen/AsmPrinter/DwarfExpression.h
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.h
lib/IR/AsmWriter.cpp
lib/IR/DebugInfoMetadata.cpp
lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp
lib/Transforms/Utils/Local.cpp
test/Assembler/diexpression.ll
test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
test/CodeGen/X86/debug-loclists.ll
test/DebugInfo/NVPTX/cu-range-hole.ll
test/DebugInfo/NVPTX/dbg-declare-alloca.ll
test/DebugInfo/NVPTX/debug-file-loc.ll
test/DebugInfo/NVPTX/debug-info.ll
test/DebugInfo/NVPTX/debug-loc-offset.ll
test/DebugInfo/X86/dbg-value-range.ll
test/DebugInfo/X86/dbg-value-regmask-clobber.ll
test/DebugInfo/X86/dw_op_minus.mir
test/DebugInfo/X86/dwarf-pubnames-split.ll
test/DebugInfo/X86/sections_as_references.ll
test/Transforms/InstCombine/cast-set-preserve-signed-dbg-val.ll
unittests/Transforms/Utils/LocalTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56587.186209.patch
Type: text/x-patch
Size: 39054 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190211/53378868/attachment.bin>
More information about the llvm-commits
mailing list