This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 59371684659 [x86] add tests with movmsk potential (PR39665); NFC new 983ff6b3594 [llvm-pdbutil] Add -type-ref-stats to help find unused type info
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: lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp | 6 +- test/DebugInfo/PDB/pdb-type-ref-stats.test | 577 ++++++++++++++++++++++++++ tools/llvm-pdbutil/CMakeLists.txt | 1 + tools/llvm-pdbutil/DumpOutputStyle.cpp | 67 ++- tools/llvm-pdbutil/DumpOutputStyle.h | 4 + tools/llvm-pdbutil/MinimalTypeDumper.cpp | 22 +- tools/llvm-pdbutil/MinimalTypeDumper.h | 7 +- tools/llvm-pdbutil/TypeReferenceTracker.cpp | 160 +++++++ tools/llvm-pdbutil/TypeReferenceTracker.h | 69 +++ tools/llvm-pdbutil/llvm-pdbutil.cpp | 5 + tools/llvm-pdbutil/llvm-pdbutil.h | 1 + 11 files changed, 898 insertions(+), 21 deletions(-) create mode 100644 test/DebugInfo/PDB/pdb-type-ref-stats.test create mode 100644 tools/llvm-pdbutil/TypeReferenceTracker.cpp create mode 100644 tools/llvm-pdbutil/TypeReferenceTracker.h