[PATCH] D28715: Raise the PDB Hash Map out of the NameMap class
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 17 14:27:25 PST 2017
zturner updated this revision to Diff 84745.
zturner added a reviewer: rnk.
zturner added a comment.
This patch is entirely re-worked. Support for Present and Deleted fields is correctly implemented, linear probing is correctly implemented, growing is correctly implemented, and some unit tests are added to verify all of this.
https://reviews.llvm.org/D28715
Files:
llvm/include/llvm/DebugInfo/PDB/Raw/HashTable.h
llvm/include/llvm/DebugInfo/PDB/Raw/NameMapBuilder.h
llvm/lib/DebugInfo/PDB/CMakeLists.txt
llvm/lib/DebugInfo/PDB/Raw/HashTable.cpp
llvm/lib/DebugInfo/PDB/Raw/NameMap.cpp
llvm/lib/DebugInfo/PDB/Raw/NameMapBuilder.cpp
llvm/unittests/DebugInfo/PDB/CMakeLists.txt
llvm/unittests/DebugInfo/PDB/HashTableTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28715.84745.patch
Type: text/x-patch
Size: 30793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170117/e529ecdf/attachment.bin>
More information about the llvm-commits
mailing list