This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 625d4a7a0d6 [X86] Add baseline tests for D55780 new e1af89a06fd [FileCheck] Annotate input dump (1/7) new 3fc136c9a9e [FileCheck] Annotate input dump (2/7) new 7e86f826b9b [FileCheck] Annotate input dump (3/7) new 8a1f7d65f79 [FileCheck] Annotate input dump (4/7) new cf38e31d996 [FileCheck] Annotate input dump (5/7) new 0b0cf2671a9 [FileCheck] Annotate input dump (6/7) new c4c24a8093c [FileCheck] Annotate input dump (7/7) new 302fa307d9f [FileCheck] Annotate input dump (final tweaks)
The 8 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 | 9 +- include/llvm/Support/FileCheck.h | 69 ++++- lib/Support/FileCheck.cpp | 159 +++++++---- test/FileCheck/dump-input-annotations.txt | 394 +++++++++++++++++++++++++++ test/FileCheck/dump-input-enable.txt | 128 +++++++++ test/FileCheck/no-check-file.txt | 3 + test/FileCheck/verbose_mode.txt | 17 -- utils/FileCheck/FileCheck.cpp | 431 +++++++++++++++++++++++++++++- 8 files changed, 1132 insertions(+), 78 deletions(-) create mode 100644 test/FileCheck/dump-input-annotations.txt create mode 100644 test/FileCheck/dump-input-enable.txt create mode 100644 test/FileCheck/no-check-file.txt delete mode 100644 test/FileCheck/verbose_mode.txt