[PATCH] D20122: [codeview] Add type stream merging prototype

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 17:09:14 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL269521: [codeview] Add type stream merging prototype (authored by rnk).

Changed prior to commit:
  http://reviews.llvm.org/D20122?vs=57236&id=57272#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D20122

Files:
  llvm/trunk/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/FieldListRecordBuilder.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/ListRecordBuilder.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/MemoryTypeTableBuilder.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeRecord.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeRecordBuilder.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeTableBuilder.h
  llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt
  llvm/trunk/lib/DebugInfo/CodeView/FieldListRecordBuilder.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeDumper.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeRecord.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeRecordBuilder.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeTableBuilder.cpp
  llvm/trunk/test/tools/llvm-readobj/Inputs/codeview-merging-1.obj
  llvm/trunk/test/tools/llvm-readobj/Inputs/codeview-merging-2.obj
  llvm/trunk/test/tools/llvm-readobj/codeview-merging.test
  llvm/trunk/tools/llvm-readobj/CMakeLists.txt
  llvm/trunk/tools/llvm-readobj/COFFDumper.cpp
  llvm/trunk/tools/llvm-readobj/ObjDumper.h
  llvm/trunk/tools/llvm-readobj/llvm-readobj.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20122.57272.patch
Type: text/x-patch
Size: 61527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160514/414e5c9d/attachment.bin>


More information about the llvm-commits mailing list