[PATCH] D33009: [CodeView] Add an amortized O(1) random access type visitor

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 12 12:31:32 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL302936: [CodeView] Add a random access type visitor. (authored by zturner).

Changed prior to commit:
  https://reviews.llvm.org/D33009?vs=98805&id=98816#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D33009

Files:
  llvm/trunk/include/llvm/DebugInfo/CodeView/RandomAccessTypeVisitor.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeDatabase.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeDatabaseVisitor.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeDeserializer.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeIndex.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/RawTypes.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/TpiStream.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h
  llvm/trunk/include/llvm/Support/BinaryStreamArray.h
  llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt
  llvm/trunk/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  llvm/trunk/lib/DebugInfo/CodeView/RandomAccessTypeVisitor.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeDatabase.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeDatabaseVisitor.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp
  llvm/trunk/tools/llvm-pdbdump/LLVMOutputStyle.cpp
  llvm/trunk/unittests/DebugInfo/CMakeLists.txt
  llvm/trunk/unittests/DebugInfo/CodeView/CMakeLists.txt
  llvm/trunk/unittests/DebugInfo/CodeView/ErrorChecking.h
  llvm/trunk/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33009.98816.patch
Type: text/x-patch
Size: 44279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170512/da38865a/attachment.bin>


More information about the llvm-commits mailing list