This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f191249bc8e [InstCombine] regenerate test checks; NFC new b6d8c58d412 [llvm-pdbutil] Add support for dumping detailed module stats.
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/Native/ModuleDebugStream.h | 1 + include/llvm/DebugInfo/PDB/Native/PDBFile.h | 3 + lib/DebugInfo/PDB/Native/PDBFile.cpp | 12 ++ test/DebugInfo/PDB/just-my-code.test | 20 +++ test/DebugInfo/PDB/module-stats.test | 81 ++++++++++ test/DebugInfo/PDB/pdbdump-headers.test | 134 ++++++++-------- tools/llvm-pdbutil/BytesOutputStyle.cpp | 26 +-- tools/llvm-pdbutil/BytesOutputStyle.h | 3 +- tools/llvm-pdbutil/Diff.cpp | 41 +++-- tools/llvm-pdbutil/DumpOutputStyle.cpp | 174 ++++++++++++++++++--- tools/llvm-pdbutil/DumpOutputStyle.h | 29 +++- tools/llvm-pdbutil/FormatUtil.cpp | 60 +++++++ tools/llvm-pdbutil/FormatUtil.h | 5 + tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 13 +- tools/llvm-pdbutil/StreamUtil.cpp | 140 ++++++++++------- tools/llvm-pdbutil/StreamUtil.h | 31 +++- tools/llvm-pdbutil/llvm-pdbutil.cpp | 12 ++ tools/llvm-pdbutil/llvm-pdbutil.h | 2 + 18 files changed, 582 insertions(+), 205 deletions(-) create mode 100644 test/DebugInfo/PDB/just-my-code.test create mode 100644 test/DebugInfo/PDB/module-stats.test