This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3ad5f1a [X86] Extend single-source shuffle cost test to test more arc [...] new 8d4b01e [pdb] Add a new command for analyzing hash collisions.
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/TypeDatabase.h | 2 + lib/DebugInfo/CodeView/TypeDatabase.cpp | 4 + tools/llvm-pdbdump/Analyze.cpp | 164 ++++++++++++++++++++++++ tools/llvm-pdbdump/{OutputStyle.h => Analyze.h} | 18 +-- tools/llvm-pdbdump/CMakeLists.txt | 1 + tools/llvm-pdbdump/llvm-pdbdump.cpp | 27 ++++ 6 files changed, 208 insertions(+), 8 deletions(-) create mode 100644 tools/llvm-pdbdump/Analyze.cpp copy tools/llvm-pdbdump/{OutputStyle.h => Analyze.h} (50%)