This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ec76cbbaaab Reapply "llvm-mt: implement simple merging of manifests, no [...] new 4a753bdddfc [PDB] Improve GSI hash table dumping for publics and globals
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: include/llvm/DebugInfo/CodeView/CVRecord.h | 44 +++++---- include/llvm/DebugInfo/CodeView/SymbolRecord.h | 3 + include/llvm/DebugInfo/PDB/Native/GlobalsStream.h | 51 ++++++++-- include/llvm/DebugInfo/PDB/Native/PublicsStream.h | 23 +---- include/llvm/DebugInfo/PDB/Native/RawTypes.h | 14 +++ lib/DebugInfo/CodeView/RecordSerialization.cpp | 6 ++ lib/DebugInfo/PDB/CMakeLists.txt | 1 - lib/DebugInfo/PDB/Native/GSI.cpp | 93 ------------------ lib/DebugInfo/PDB/Native/GSI.h | 17 ---- lib/DebugInfo/PDB/Native/GlobalsStream.cpp | 97 +++++++++++++++++-- lib/DebugInfo/PDB/Native/PDBFile.cpp | 3 +- lib/DebugInfo/PDB/Native/PublicsStream.cpp | 42 ++------ lib/DebugInfo/PDB/Native/PublicsStreamBuilder.cpp | 2 +- test/DebugInfo/PDB/pdbdump-headers.test | 12 ++- tools/llvm-pdbutil/DumpOutputStyle.cpp | 112 ++++++++++++++-------- tools/llvm-pdbutil/DumpOutputStyle.h | 4 + tools/llvm-pdbutil/llvm-pdbutil.cpp | 5 + tools/llvm-pdbutil/llvm-pdbutil.h | 2 + 18 files changed, 285 insertions(+), 246 deletions(-) delete mode 100644 lib/DebugInfo/PDB/Native/GSI.cpp