[PATCH] D33894: Align definition of DW_OP_plus with DWARF spec [3/3]
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 12 02:57:56 PDT 2017
sdesmalen updated this revision to Diff 102163.
sdesmalen edited the summary of this revision.
sdesmalen added a comment.
Herald added a subscriber: javed.absar.
Patch [1/3], now just adds support for DW_OP_plus_uconst.
Patch [3/3] changes meaning of DW_OP_plus and DW_OP_minus to be in line with its DWARF meaning. This patch includes the bitcode upgrade from legacy DIExpressions.
https://reviews.llvm.org/D33894
Files:
docs/LangRef.rst
include/llvm/IR/DebugInfoMetadata.h
lib/Bitcode/Reader/MetadataLoader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfExpression.cpp
lib/CodeGen/AsmPrinter/DwarfExpression.h
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/IR/DebugInfoMetadata.cpp
lib/IR/Metadata.cpp
test/Assembler/diexpression.ll
test/Bitcode/DIExpression-deref.ll
test/Bitcode/DIGlobalVariableExpression.ll
test/CodeGen/ARM/debug-info-blocks.ll
test/CodeGen/X86/lea-opt-with-debug.mir
test/DebugInfo/Generic/block-asan.ll
test/DebugInfo/X86/block-capture.ll
test/DebugInfo/X86/debug-info-block-captured-self.ll
test/DebugInfo/X86/debug-info-blocks.ll
test/DebugInfo/X86/dw_op_minus.ll
test/DebugInfo/X86/dw_op_minus_direct.ll
test/DebugInfo/X86/safestack-byval.ll
test/DebugInfo/X86/stack-value-dwarf2.ll
test/DebugInfo/X86/unattached-global.ll
test/Transforms/GlobalMerge/debug-info.ll
test/Transforms/InstCombine/debuginfo-dce.ll
test/Transforms/SafeStack/X86/debug-loc.ll
test/Transforms/SafeStack/X86/debug-loc2.ll
unittests/IR/MetadataTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33894.102163.patch
Type: text/x-patch
Size: 32336 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170612/2b348222/attachment.bin>
More information about the llvm-commits
mailing list