[PATCH] D40518: [CodeView] Re-write TypeSerializer and TypeTableBuilder

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 28 10:33:44 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL319198: [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder. (authored by zturner).

Changed prior to commit:
  https://reviews.llvm.org/D40518?vs=124478&id=124605#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D40518

Files:
  llvm/trunk/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeSerializer.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeTableBuilder.h
  llvm/trunk/include/llvm/ObjectYAML/CodeViewYAMLTypes.h
  llvm/trunk/include/llvm/Support/BinaryByteStream.h
  llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt
  llvm/trunk/lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp
  llvm/trunk/lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeSerializer.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeTableBuilder.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeTableCollection.cpp
  llvm/trunk/lib/ObjectYAML/CodeViewYAMLTypes.cpp
  llvm/trunk/test/DebugInfo/COFF/big-type.ll
  llvm/trunk/tools/llvm-pdbutil/PdbYaml.cpp
  llvm/trunk/tools/llvm-pdbutil/llvm-pdbutil.cpp
  llvm/trunk/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
  llvm/trunk/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40518.124605.patch
Type: text/x-patch
Size: 78621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171128/4a7ebb4b/attachment.bin>


More information about the llvm-commits mailing list