This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 15050a4 [PM] The assumption cache is fundamentally designed to be sel [...] new 4b8b0ba PDB: Add a class to create the /names stream contents.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../llvm/DebugInfo/PDB/Raw/NameHashTableBuilder.h | 45 +++++++++ include/llvm/DebugInfo/PDB/Raw/RawTypes.h | 9 ++ lib/DebugInfo/PDB/CMakeLists.txt | 1 + lib/DebugInfo/PDB/Raw/NameHashTable.cpp | 11 +-- lib/DebugInfo/PDB/Raw/NameHashTableBuilder.cpp | 101 +++++++++++++++++++++ unittests/DebugInfo/PDB/CMakeLists.txt | 1 + .../DebugInfo/PDB/NameHashTableBuilderTest.cpp | 54 +++++++++++ 7 files changed, 214 insertions(+), 8 deletions(-) create mode 100644 include/llvm/DebugInfo/PDB/Raw/NameHashTableBuilder.h create mode 100644 lib/DebugInfo/PDB/Raw/NameHashTableBuilder.cpp create mode 100644 unittests/DebugInfo/PDB/NameHashTableBuilderTest.cpp