summaryrefslogtreecommitdiffstats
path: root/llvm/utils/FileCheck/FileCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* [FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix o...Daniel Sanders2016-06-141-0/+5
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* FileCheck: dump command line context with empty inputXinliang David Li2016-05-271-0/+8
* Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix.Paul Robinson2016-02-291-1/+18
* Revert r262092, caught LLD testsPaul Robinson2016-02-261-18/+1
* [FileCheck] Abort if -NOT is combined with another suffix.Paul Robinson2016-02-261-1/+18
* Add -match-full-lines argument to FileCheck.James Y Knight2016-02-111-17/+32
* StringRef-ify some Option APIsDavid Blaikie2015-11-171-1/+1
* Cleanup places that passed SMLoc by const reference to pass it by value inste...Craig Topper2015-09-201-1/+1
* [FileCheck] Use range-based for loops. NFC.Benjamin Kramer2015-09-101-26/+14
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-8/+4
* [NFC] Updating FileCheck to reduce the std::vector interface used via cl::list.Chris Bieneman2015-04-291-6/+8
* Fix FileCheck: substr() expect the length of the string as 2nd argMehdi Amini2015-03-121-2/+1
* FileCheck: Add CHECK-SAMEDuncan P. N. Exon Smith2015-02-261-2/+47
* Make StringSet::insert return pair<iterator, bool> like other self-associativ...David Blaikie2014-11-191-1/+1
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-271-4/+5
OpenPOWER on IntegriCloud