[PATCH] D17321: DIEData, DIEWriter: introduce and begin migration.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 19 15:24:14 PST 2016
pcc updated this revision to Diff 48550.
pcc marked 3 inline comments as done.
pcc added a comment.
- Address code review comments
- Restore sizeof(llvm::DIE) as intended. I misunderstood the code and thought that IntrusiveBackList was 2 pointers when in fact it is 1
http://reviews.llvm.org/D17321
Files:
include/llvm/CodeGen/DIE.h
include/llvm/CodeGen/DIEData.h
include/llvm/Support/Allocator.h
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
lib/CodeGen/AsmPrinter/CMakeLists.txt
lib/CodeGen/AsmPrinter/DIE.cpp
lib/CodeGen/AsmPrinter/DIEData.cpp
lib/CodeGen/AsmPrinter/DIEHash.cpp
lib/CodeGen/AsmPrinter/DIEHash.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfFile.cpp
lib/CodeGen/AsmPrinter/DwarfFile.h
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.h
test/DebugInfo/X86/enum-class.ll
test/DebugInfo/X86/fission-cu.ll
test/DebugInfo/X86/linkage-name.ll
test/DebugInfo/X86/low-pc-cu.ll
test/DebugInfo/X86/pieces-2.ll
test/DebugInfo/X86/pieces-3.ll
unittests/CodeGen/CMakeLists.txt
unittests/CodeGen/DIEDataTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17321.48550.patch
Type: text/x-patch
Size: 39790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160219/f5b47c7d/attachment.bin>
More information about the llvm-commits
mailing list