summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/FileCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FileCheck] Stop qualifying expressions as numericThomas Preud'homme2019-06-191-40/+39
* FileCheck: Return parse error w/ Error & ExpectedThomas Preud'homme2019-06-191-201/+214
* FileCheck [6/12]: Introduce numeric variable definitionThomas Preud'homme2019-06-061-124/+283
* [FileCheck] Remove llvm:: prefixThomas Preud'homme2019-05-231-25/+23
* [FileCheck] Introduce substitution subclassesThomas Preud'homme2019-05-231-27/+39
* FileCheck: Improve FileCheck variable terminologyThomas Preud'homme2019-05-231-69/+66
* Reinstate "FileCheck [5/12]: Introduce regular numeric variables"Thomas Preud'homme2019-05-141-67/+235
* Revert "FileCheck [5/12]: Introduce regular numeric variables"Thomas Preud'homme2019-05-141-235/+67
* FileCheck [5/12]: Introduce regular numeric variablesThomas Preud'homme2019-05-131-67/+235
* [FileCheck] Fix code style of method commentsThomas Preud'homme2019-05-081-47/+3
* FileCheck [4/12]: Introduce @LINE numeric expressionsThomas Preud'homme2019-05-021-109/+157
* FileCheck [3/12]: Stricter parsing of @LINE expressionsThomas Preud'homme2019-04-291-33/+72
* FileCheck [2/12]: Stricter parsing of -D optionThomas Preud'homme2019-04-291-43/+112
* FileCheck [1/12]: Move variable table in new objectThomas Preud'homme2019-04-151-85/+86
* [FileCheck]Remove assertions that prevent matching an empty string at file st...James Henderson2019-03-121-12/+0
* [FileCheck] Suppress old -v/-vv diags if dumping inputJoel E. Denny2019-01-221-17/+39
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FileCheck] Annotate input dump (final tweaks)Joel E. Denny2018-12-181-5/+5
* [FileCheck] Annotate input dump (7/7)Joel E. Denny2018-12-181-5/+4
* [FileCheck] Annotate input dump (6/7)Joel E. Denny2018-12-181-1/+1
* [FileCheck] Annotate input dump (5/7)Joel E. Denny2018-12-181-6/+13
* [FileCheck] Annotate input dump (4/7)Joel E. Denny2018-12-181-18/+23
* [FileCheck] Annotate input dump (3/7)Joel E. Denny2018-12-181-3/+13
* [FileCheck] Annotate input dump (2/7)Joel E. Denny2018-12-181-4/+8
* [FileCheck] Annotate input dump (1/7)Joel E. Denny2018-12-181-23/+61
* [FileCheck] fixing typo in assertFedor Sergeev2018-11-131-1/+1
* [FileCheck] introduce CHECK-COUNT-<num> repetition directiveFedor Sergeev2018-11-131-103/+146
* Refactor FileCheck to make it usable as an APIAditya Nandakumar2018-08-071-0/+1340
OpenPOWER on IntegriCloud