| Commit message (Expand) | Author | Age | Files | Lines |
| * | [FileCheck] Given multiple -dump-input, prefer most verbose | Joel E. Denny | 2019-12-03 | 1 | -7/+15 |
| * | [FileCheck] Implement --ignore-case option. | Kai Nacke | 2019-10-11 | 1 | -0/+5 |
| * | Revert "[FileCheck] Implement --ignore-case option." | Dmitri Gribenko | 2019-10-10 | 1 | -656/+651 |
| * | [FileCheck] Implement --ignore-case option. | Kai Nacke | 2019-10-10 | 1 | -651/+656 |
| * | [FileCheck] Remove implementation types from API | Thomas Preud'homme | 2019-09-30 | 1 | -3/+2 |
| * | [FileCheck] Document FILECHECK_OPTS in -help | Joel E. Denny | 2019-08-14 | 1 | -0/+4 |
| * | [FileCheck] Move -dump-input diagnostic to first line | Joel E. Denny | 2019-08-14 | 1 | -10/+6 |
| * | Revert r367649: Improve raw_ostream so that you can "write" colors using oper... | Rui Ueyama | 2019-08-02 | 1 | -2/+3 |
| * | Improve raw_ostream so that you can "write" colors using operator<< | Rui Ueyama | 2019-08-02 | 1 | -3/+2 |
| * | [llvm] [FileCheck] Use FILECHECK_DUMP_INPUT_ON_FAILURE only when non-empty | Michal Gorny | 2019-07-26 | 1 | -1/+2 |
| * | FileCheck: Improve FileCheck variable terminology | Thomas Preud'homme | 2019-05-23 | 1 | -2/+2 |
| * | [FileCheck] Fix FileCheck.cpp compilation on Solaris | Rainer Orth | 2019-04-02 | 1 | -1/+2 |
| * | Recommit: Detect incorrect FileCheck variable CLI definition | Thomas Preud'homme | 2019-02-05 | 1 | -4/+22 |
| * | Revert "Detect incorrect FileCheck variable CLI definition" | Thomas Preud'homme | 2019-01-27 | 1 | -22/+4 |
| * | [FileCheck] Suppress old -v/-vv diags if dumping input | Joel E. Denny | 2019-01-22 | 1 | -3/+6 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Detect incorrect FileCheck variable CLI definition | Thomas Preud'homme | 2019-01-14 | 1 | -4/+22 |
| * | [FileCheck] Annotate input dump (final tweaks) | Joel E. Denny | 2018-12-18 | 1 | -16/+16 |
| * | [FileCheck] Annotate input dump (7/7) | Joel E. Denny | 2018-12-18 | 1 | -2/+3 |
| * | [FileCheck] Annotate input dump (6/7) | Joel E. Denny | 2018-12-18 | 1 | -0/+8 |
| * | [FileCheck] Annotate input dump (5/7) | Joel E. Denny | 2018-12-18 | 1 | -15/+68 |
| * | [FileCheck] Annotate input dump (4/7) | Joel E. Denny | 2018-12-18 | 1 | -0/+3 |
| * | [FileCheck] Annotate input dump (3/7) | Joel E. Denny | 2018-12-18 | 1 | -1/+8 |
| * | [FileCheck] Annotate input dump (2/7) | Joel E. Denny | 2018-12-18 | 1 | -8/+43 |
| * | [FileCheck] Annotate input dump (1/7) | Joel E. Denny | 2018-12-18 | 1 | -7/+317 |
| * | [FileCheck] Parse command-line options from FILECHECK_OPTS | Joel E. Denny | 2018-11-06 | 1 | -1/+2 |
| * | [SourceMgr][FileCheck] Obey -color by extending WithColor | Joel E. Denny | 2018-10-24 | 1 | -0/+5 |
| * | Refactor FileCheck to make it usable as an API | Aditya Nandakumar | 2018-08-07 | 1 | -1442/+29 |
| * | [FileCheck] Provide an option for FileCheck to dump original input to stderr ... | George Karpenkov | 2018-07-20 | 1 | -1/+12 |
| * | [FileCheck] Fix search ranges for DAG-NOT-DAG | Joel E. Denny | 2018-07-20 | 1 | -46/+46 |
| * | [FileCheck] Implement -v and -vv for tracing matches | Joel E. Denny | 2018-07-13 | 1 | -33/+137 |
| * | [FileCheck] Don't permit overlapping CHECK-DAG | Joel E. Denny | 2018-07-11 | 1 | -12/+53 |
| * | Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAG | Joel E. Denny | 2018-07-11 | 1 | -53/+12 |
| * | [FileCheck] Don't permit overlapping CHECK-DAG | Joel E. Denny | 2018-07-11 | 1 | -12/+53 |
| * | [FileCheck] Add CHECK-EMPTY directive for checking for blank lines | James Henderson | 2018-06-26 | 1 | -10/+44 |
| * | Define InitLLVM to do common initialization all at once. | Rui Ueyama | 2018-04-13 | 1 | -4/+2 |
| * | [FileCheck] - Fix possible buffer out of bounds access when parsing --check-p... | George Rimar | 2018-01-16 | 1 | -0/+3 |
| * | Add a -D flag to FileCheck to define variables | Alexander Richardson | 2017-11-07 | 1 | -0/+7 |
| * | [FileCheck] Don't scan past the closing CHECK-DAG for CHECK-NOT inside CHECK-DAG | Benjamin Kramer | 2017-06-07 | 1 | -1/+1 |
| * | Test commit. | James Henderson | 2017-03-14 | 1 | -1/+1 |
| * | [FileCheck] Added --enable-var-scope option to enable scope for regex variables. | Artem Belevich | 2017-03-09 | 1 | -8/+33 |
| * | [FileCheck] Fix --strict-whitespace --match-full-lines | Tom de Vries | 2016-12-18 | 1 | -5/+7 |
| * | [FileCheck] Fix comment in ReadCheckFile | Tom de Vries | 2016-12-18 | 1 | -1/+1 |
| * | [FileCheck] Re-implement the logic to find each check prefix in the | Chandler Carruth | 2016-12-11 | 1 | -93/+94 |
| * | [FileCheck] Remove a parameter that was simply always set to | Chandler Carruth | 2016-12-11 | 1 | -9/+4 |
| * | [FileCheck] Clean up doxygen comments throughout. NFC. | Chandler Carruth | 2016-12-11 | 1 | -70/+62 |
| * | [FileCheck] Run clang-format over this code. NFC. | Chandler Carruth | 2016-12-11 | 1 | -118/+108 |
| * | Refactor FileCheck some to reduce memory allocation and copying. Also | Chandler Carruth | 2016-12-11 | 1 | -87/+90 |
| * | FileCheck: Minor cleanup of the class Pattern | Saleem Abdulrasool | 2016-08-26 | 1 | -8/+6 |
| * | [FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix o... | Daniel Sanders | 2016-06-14 | 1 | -0/+5 |