This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4cdbf5e60a3 Revert "[llvm-readobj] Separate `Symbol Version` dumpers in [...] new 29d9e6a569a [pdb] Add -type-stats and sort stats by descending size new 7057f99d389 [SLP] Remove redundancy of performing operand reordering tw [...]
The 2 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/Transforms/Vectorize/SLPVectorizer.cpp | 253 +++++++++++++++++++---------- test/DebugInfo/PDB/module-stats.test | 38 ++--- test/DebugInfo/PDB/type-stats.test | 17 ++ test/DebugInfo/PDB/udt-stats.test | 6 +- tools/llvm-pdbutil/DumpOutputStyle.cpp | 76 ++++++++- tools/llvm-pdbutil/DumpOutputStyle.h | 5 + tools/llvm-pdbutil/llvm-pdbutil.cpp | 5 +- tools/llvm-pdbutil/llvm-pdbutil.h | 1 + 8 files changed, 288 insertions(+), 113 deletions(-) create mode 100644 test/DebugInfo/PDB/type-stats.test