summaryrefslogtreecommitdiffstats
path: root/llvm/utils/FileCheck
Commit message (Expand)AuthorAgeFilesLines
* [FileCheck] Given multiple -dump-input, prefer most verboseJoel E. Denny2019-12-031-7/+15
* [FileCheck] Implement --ignore-case option.Kai Nacke2019-10-111-0/+5
* Revert "[FileCheck] Implement --ignore-case option."Dmitri Gribenko2019-10-101-656/+651
* [FileCheck] Implement --ignore-case option.Kai Nacke2019-10-101-651/+656
* [FileCheck] Remove implementation types from APIThomas Preud'homme2019-09-301-3/+2
* [FileCheck] Document FILECHECK_OPTS in -helpJoel E. Denny2019-08-141-0/+4
* [FileCheck] Move -dump-input diagnostic to first lineJoel E. Denny2019-08-141-10/+6
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-2/+3
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-3/+2
* [llvm] [FileCheck] Use FILECHECK_DUMP_INPUT_ON_FAILURE only when non-emptyMichal Gorny2019-07-261-1/+2
* FileCheck: Improve FileCheck variable terminologyThomas Preud'homme2019-05-231-2/+2
* [FileCheck] Fix FileCheck.cpp compilation on SolarisRainer Orth2019-04-021-1/+2
* Recommit: Detect incorrect FileCheck variable CLI definitionThomas Preud'homme2019-02-051-4/+22
* Revert "Detect incorrect FileCheck variable CLI definition"Thomas Preud'homme2019-01-271-22/+4
* [FileCheck] Suppress old -v/-vv diags if dumping inputJoel E. Denny2019-01-221-3/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Detect incorrect FileCheck variable CLI definitionThomas Preud'homme2019-01-141-4/+22
* [FileCheck] Annotate input dump (final tweaks)Joel E. Denny2018-12-181-16/+16
* [FileCheck] Annotate input dump (7/7)Joel E. Denny2018-12-181-2/+3
* [FileCheck] Annotate input dump (6/7)Joel E. Denny2018-12-181-0/+8
* [FileCheck] Annotate input dump (5/7)Joel E. Denny2018-12-181-15/+68
* [FileCheck] Annotate input dump (4/7)Joel E. Denny2018-12-181-0/+3
* [FileCheck] Annotate input dump (3/7)Joel E. Denny2018-12-181-1/+8
* [FileCheck] Annotate input dump (2/7)Joel E. Denny2018-12-181-8/+43
* [FileCheck] Annotate input dump (1/7)Joel E. Denny2018-12-181-7/+317
* [FileCheck] Parse command-line options from FILECHECK_OPTSJoel E. Denny2018-11-061-1/+2
* [SourceMgr][FileCheck] Obey -color by extending WithColorJoel E. Denny2018-10-241-0/+5
* Refactor FileCheck to make it usable as an APIAditya Nandakumar2018-08-071-1442/+29
* [FileCheck] Provide an option for FileCheck to dump original input to stderr ...George Karpenkov2018-07-201-1/+12
* [FileCheck] Fix search ranges for DAG-NOT-DAGJoel E. Denny2018-07-201-46/+46
* [FileCheck] Implement -v and -vv for tracing matchesJoel E. Denny2018-07-131-33/+137
* [FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny2018-07-111-12/+53
* Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny2018-07-111-53/+12
* [FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny2018-07-111-12/+53
* [FileCheck] Add CHECK-EMPTY directive for checking for blank linesJames Henderson2018-06-261-10/+44
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-4/+2
* [FileCheck] - Fix possible buffer out of bounds access when parsing --check-p...George Rimar2018-01-161-0/+3
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-1/+1
* Add a -D flag to FileCheck to define variablesAlexander Richardson2017-11-071-0/+7
* [FileCheck] Don't scan past the closing CHECK-DAG for CHECK-NOT inside CHECK-DAGBenjamin Kramer2017-06-071-1/+1
* Test commit.James Henderson2017-03-141-1/+1
* [FileCheck] Added --enable-var-scope option to enable scope for regex variables.Artem Belevich2017-03-091-8/+33
* [FileCheck] Fix --strict-whitespace --match-full-linesTom de Vries2016-12-181-5/+7
* [FileCheck] Fix comment in ReadCheckFileTom de Vries2016-12-181-1/+1
* [FileCheck] Re-implement the logic to find each check prefix in theChandler Carruth2016-12-111-93/+94
* [FileCheck] Remove a parameter that was simply always set toChandler Carruth2016-12-111-9/+4
* [FileCheck] Clean up doxygen comments throughout. NFC.Chandler Carruth2016-12-111-70/+62
* [FileCheck] Run clang-format over this code. NFC.Chandler Carruth2016-12-111-118/+108
* Refactor FileCheck some to reduce memory allocation and copying. AlsoChandler Carruth2016-12-111-87/+90
* FileCheck: Minor cleanup of the class PatternSaleem Abdulrasool2016-08-261-8/+6
OpenPOWER on IntegriCloud