summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/FileCheck.rst
Commit message (Expand)AuthorAgeFilesLines
* [FileCheck] Implement --ignore-case option.Kai Nacke2019-10-111-0/+5
* Revert "[FileCheck] Implement --ignore-case option."Dmitri Gribenko2019-10-101-706/+701
* [FileCheck] Implement --ignore-case option.Kai Nacke2019-10-101-701/+706
* [FileCheck] Forbid using var defined on same lineThomas Preud'homme2019-09-021-1/+1
* [doc] Give a workaround for a FileCheck regex that ends in a brace.Paul Robinson2019-08-021-1/+4
* FileCheck [8/12]: Define numeric var from exprThomas Preud'homme2019-07-241-5/+21
* Revert "FileCheck [8/12]: Define numeric var from expr"Thomas Preud'homme2019-07-241-21/+5
* FileCheck [8/12]: Define numeric var from exprThomas Preud'homme2019-07-231-5/+21
* FileCheck [7/12]: Arbitrary long numeric expressionsThomas Preud'homme2019-07-131-13/+12
* [docs][tools] Add missing "program" tags to rst filesJames Henderson2019-06-271-0/+2
* [FileCheck] Stop qualifying expressions as numericThomas Preud'homme2019-06-191-9/+9
* FileCheck [6/12]: Introduce numeric variable definitionThomas Preud'homme2019-06-061-17/+32
* FileCheck: Improve FileCheck variable terminologyThomas Preud'homme2019-05-231-28/+35
* [FileCheck] Fix sphinx error: Make input be gas blockThomas Preud'homme2019-05-151-2/+2
* Reinstate "FileCheck [5/12]: Introduce regular numeric variables"Thomas Preud'homme2019-05-141-7/+53
* Revert "FileCheck [5/12]: Introduce regular numeric variables"Thomas Preud'homme2019-05-141-53/+7
* FileCheck [5/12]: Introduce regular numeric variablesThomas Preud'homme2019-05-131-7/+53
* FileCheck [4/12]: Introduce @LINE numeric expressionsThomas Preud'homme2019-05-021-14/+21
* [FileCheck] Suppress old -v/-vv diags if dumping inputJoel E. Denny2019-01-221-1/+4
* [FileCheck] Annotate input dump (1/7)Joel E. Denny2018-12-181-1/+8
* [FileCheck] fixing docs buildbot - use proper code-block typeFedor Sergeev2018-11-131-1/+1
* [FileCheck] fixing small formatting error in docsFedor Sergeev2018-11-131-1/+1
* [FileCheck] introduce CHECK-COUNT-<num> repetition directiveFedor Sergeev2018-11-131-0/+23
* [FileCheck] Parse command-line options from FILECHECK_OPTSJoel E. Denny2018-11-061-0/+3
* [SourceMgr][FileCheck] Obey -color by extending WithColorJoel E. Denny2018-10-241-0/+4
* Revert r344930 as it broke some of the bots on Windows.Aaron Ballman2018-10-221-4/+0
* [SourceMgr][FileCheck] Obey -color by extending WithColorJoel E. Denny2018-10-221-0/+4
* [docs] Fix an LLVM-syntax code block to actually be valid LLVM synatx.Chandler Carruth2018-08-061-2/+2
* [FileCheck] Provide an option for FileCheck to dump original input to stderr ...George Karpenkov2018-07-201-0/+4
* [FileCheck] Implement -v and -vv for tracing matchesJoel E. Denny2018-07-131-0/+10
* [FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny2018-07-111-0/+26
* Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny2018-07-111-26/+0
* [FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny2018-07-111-0/+26
* Fix doc title underlining.James Henderson2018-06-261-1/+1
* [FileCheck] Add CHECK-EMPTY directive for checking for blank linesJames Henderson2018-06-261-0/+19
* Add a -D flag to FileCheck to define variablesAlexander Richardson2017-11-071-0/+5
* [FileCheck] regexp doc update/fixSjoerd Meijer2017-10-131-5/+6
* [FileCheck] Added --enable-var-scope option to enable scope for regex variables.Artem Belevich2017-03-091-0/+19
* [docs] Fixing Sphinx warnings to unclog the buildbotRenato Golin2016-07-201-4/+4
* Document the ability to perform multi-line pattern matching in FileCheck.Wolfgang Pieb2016-06-271-0/+19
* [FileCheck] Document --check-prefixes.Daniel Sanders2016-06-141-0/+5
* Add -match-full-lines argument to FileCheck.James Y Knight2016-02-111-0/+12
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-2/+2
* All FileCheck directives allow patterns.Paul Robinson2015-03-051-1/+1
* FileCheck: Document CHECK-SAME, follow-up to r230612Duncan P. N. Exon Smith2015-03-051-0/+25
* Fix Sphinx warnings.Dan Liew2014-07-211-1/+1
* Add FileCheck -implicit-check-not option to allow stricter tests without addi...Alexander Kornienko2014-07-111-0/+11
* Allow multiple check prefixes in FileCheck.Matt Arsenault2013-11-101-5/+7
* Add warning about CHECK-DAG with variable definitionRenato Golin2013-10-111-9/+37
* Fix underscore to be the proper length.Bill Wendling2013-07-301-1/+1
OpenPOWER on IntegriCloud