[PATCH] D56587: Introduce DW_OP_LLVM_convert
Markus Lavin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 22 04:52:26 PST 2019
markus updated this revision to Diff 187926.
markus added a comment.
- Added test with two CUs.
- Updated some comments.
- Removed the `-generate-typed-dwarf5-expr` option, will only produce `DW_OP_convert` for Dwarf v5, for all prior versions the mask & shift expression is used. I suggest that we forget about `DW_OP_GNU_convert` and debugger tunings for this review. If that is really desired it can be added later in a separate patch.
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/AsmPrinter.h
include/llvm/CodeGen/DIE.h
include/llvm/CodeGen/DIEValue.def
include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
include/llvm/MC/MCStreamer.h
lib/AsmParser/LLParser.cpp
lib/BinaryFormat/Dwarf.cpp
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
lib/CodeGen/AsmPrinter/ByteStreamer.h
lib/CodeGen/AsmPrinter/DIE.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/DwarfFile.h
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
lib/DebugInfo/DWARF/DWARFDie.cpp
lib/IR/AsmWriter.cpp
lib/IR/DebugInfoMetadata.cpp
lib/MC/MCStreamer.cpp
lib/Transforms/Utils/Local.cpp
test/Assembler/diexpression.ll
test/DebugInfo/Generic/convert-debugloc.ll
test/DebugInfo/Generic/convert-inlined.ll
test/DebugInfo/Generic/convert-linked.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.187926.patch
Type: text/x-patch
Size: 61969 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190222/66929b07/attachment.bin>
More information about the llvm-commits
mailing list