This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9c598cb7f28 [JumpThreading] Don't select an edge that we know we can't thread new 0ebcf2f5d75 [PDB] Add an explain subcommand.
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: test/tools/llvm-pdbdump/explain.test | 83 +++++++++++++ tools/llvm-pdbutil/CMakeLists.txt | 1 + tools/llvm-pdbutil/ExplainOutputStyle.cpp | 200 ++++++++++++++++++++++++++++++ tools/llvm-pdbutil/ExplainOutputStyle.h | 59 +++++++++ tools/llvm-pdbutil/llvm-pdbutil.cpp | 24 ++++ tools/llvm-pdbutil/llvm-pdbutil.h | 4 + 6 files changed, 371 insertions(+) create mode 100644 test/tools/llvm-pdbdump/explain.test create mode 100644 tools/llvm-pdbutil/ExplainOutputStyle.cpp create mode 100644 tools/llvm-pdbutil/ExplainOutputStyle.h