This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8a35df349b4 [InstCombine] return when SimplifyAssociativeOrCommutative [...] new 9074a87ea5f [FileCheck] Implement -v and -vv for tracing matches
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: docs/CommandGuide/FileCheck.rst | 10 ++ test/FileCheck/check-empty.txt | 2 +- test/FileCheck/check-label-dag.txt | 2 +- .../check-multiple-prefixes-nomatch-2.txt | 2 +- test/FileCheck/check-multiple-prefixes-nomatch.txt | 2 +- test/FileCheck/check-not-diaginfo.txt | 5 +- test/FileCheck/defines.txt | 13 +- test/FileCheck/implicit-check-not.txt | 28 ++-- test/FileCheck/match-full-lines.txt | 10 +- test/FileCheck/verbose.txt | 115 ++++++++++++++ utils/FileCheck/FileCheck.cpp | 170 +++++++++++++++++---- 11 files changed, 300 insertions(+), 59 deletions(-) create mode 100644 test/FileCheck/verbose.txt