This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 97f19f4b513 [WebAssembly] Refactor tablegen for store instructions (NFC) new 21ff13f9ffa [llvm-pdbutil] Dig deeper into the PDB and DBI streams when [...]
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/PDB/Native/DbiStream.h | 2 + include/llvm/DebugInfo/PDB/Native/InfoStream.h | 20 +-- lib/DebugInfo/PDB/Native/InfoStream.cpp | 22 ++- test/tools/llvm-pdbdump/explain-dbi-stream.test | 207 ++++++++++++++++++++++++ test/tools/llvm-pdbdump/explain-pdb-stream.test | 46 ++++++ tools/llvm-pdbutil/ExplainOutputStyle.cpp | 200 +++++++++++++++++++++++ tools/llvm-pdbutil/ExplainOutputStyle.h | 4 + tools/llvm-pdbutil/StreamUtil.cpp | 81 +++++----- tools/llvm-pdbutil/StreamUtil.h | 15 +- tools/llvm-pdbutil/llvm-pdbutil.cpp | 12 +- tools/llvm-pdbutil/llvm-pdbutil.h | 2 +- 11 files changed, 538 insertions(+), 73 deletions(-) create mode 100644 test/tools/llvm-pdbdump/explain-dbi-stream.test create mode 100644 test/tools/llvm-pdbdump/explain-pdb-stream.test