This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2ef0c67809b [LV][NFC] Factor out calculation of "best" estimated trip count. new 17151ff61ea [FileCheck] Implement --ignore-case option. new 33d66718c95 [DAGCombine] Match more patterns for half word bswap
The 2 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 | 1407 +++++------ include/llvm/Support/FileCheck.h | 361 +-- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 58 +- lib/Support/FileCheck.cpp | 3975 +++++++++++++++--------------- lib/Support/FileCheckImpl.h | 1245 +++++----- test/CodeGen/X86/bswap_tree.ll | 21 +- test/FileCheck/check-ignore-case.txt | 45 + utils/FileCheck/FileCheck.cpp | 1307 +++++----- 8 files changed, 4234 insertions(+), 4185 deletions(-) create mode 100644 test/FileCheck/check-ignore-case.txt