summaryrefslogtreecommitdiff
path: root/llvm/utils/FileCheck/FileCheck.cpp
AgeCommit message (Expand)Author
2019-08-14[FileCheck] Move -dump-input diagnostic to first lineJoel E. Denny
2019-08-02Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama
2019-08-02Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama
2019-07-26[llvm] [FileCheck] Use FILECHECK_DUMP_INPUT_ON_FAILURE only when non-emptyMichal Gorny
2019-05-23FileCheck: Improve FileCheck variable terminologyThomas Preud'homme
2019-04-02[FileCheck] Fix FileCheck.cpp compilation on SolarisRainer Orth
2019-02-05Recommit: Detect incorrect FileCheck variable CLI definitionThomas Preud'homme
2019-01-27Revert "Detect incorrect FileCheck variable CLI definition"Thomas Preud'homme
2019-01-22[FileCheck] Suppress old -v/-vv diags if dumping inputJoel E. Denny
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-14Detect incorrect FileCheck variable CLI definitionThomas Preud'homme
2018-12-18[FileCheck] Annotate input dump (final tweaks)Joel E. Denny
2018-12-18[FileCheck] Annotate input dump (7/7)Joel E. Denny
2018-12-18[FileCheck] Annotate input dump (6/7)Joel E. Denny
2018-12-18[FileCheck] Annotate input dump (5/7)Joel E. Denny
2018-12-18[FileCheck] Annotate input dump (4/7)Joel E. Denny
2018-12-18[FileCheck] Annotate input dump (3/7)Joel E. Denny
2018-12-18[FileCheck] Annotate input dump (2/7)Joel E. Denny
2018-12-18[FileCheck] Annotate input dump (1/7)Joel E. Denny
2018-11-06[FileCheck] Parse command-line options from FILECHECK_OPTSJoel E. Denny
2018-10-24[SourceMgr][FileCheck] Obey -color by extending WithColorJoel E. Denny
2018-08-07Refactor FileCheck to make it usable as an APIAditya Nandakumar
2018-07-20[FileCheck] Provide an option for FileCheck to dump original input to stderr ...George Karpenkov
2018-07-20[FileCheck] Fix search ranges for DAG-NOT-DAGJoel E. Denny
2018-07-13[FileCheck] Implement -v and -vv for tracing matchesJoel E. Denny
2018-07-11[FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny
2018-07-11Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny
2018-07-11[FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny
2018-06-26[FileCheck] Add CHECK-EMPTY directive for checking for blank linesJames Henderson
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2018-01-16[FileCheck] - Fix possible buffer out of bounds access when parsing --check-p...George Rimar
2017-11-07Add a -D flag to FileCheck to define variablesAlexander Richardson
2017-06-07[FileCheck] Don't scan past the closing CHECK-DAG for CHECK-NOT inside CHECK-DAGBenjamin Kramer
2017-03-14Test commit.James Henderson
2017-03-09[FileCheck] Added --enable-var-scope option to enable scope for regex variables.Artem Belevich
2016-12-18[FileCheck] Fix --strict-whitespace --match-full-linesTom de Vries
2016-12-18[FileCheck] Fix comment in ReadCheckFileTom de Vries
2016-12-11[FileCheck] Re-implement the logic to find each check prefix in theChandler Carruth
2016-12-11[FileCheck] Remove a parameter that was simply always set toChandler Carruth
2016-12-11[FileCheck] Clean up doxygen comments throughout. NFC.Chandler Carruth
2016-12-11[FileCheck] Run clang-format over this code. NFC.Chandler Carruth
2016-12-11Refactor FileCheck some to reduce memory allocation and copying. AlsoChandler Carruth
2016-08-26FileCheck: Minor cleanup of the class PatternSaleem Abdulrasool
2016-06-14[FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix o...Daniel Sanders
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-05-27FileCheck: dump command line context with empty inputXinliang David Li
2016-02-29Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix.Paul Robinson
2016-02-26Revert r262092, caught LLD testsPaul Robinson
2016-02-26[FileCheck] Abort if -NOT is combined with another suffix.Paul Robinson
2016-02-11Add -match-full-lines argument to FileCheck.James Y Knight