aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/FileCheck.rst
AgeCommit message (Expand)AuthorFilesLines
2020-01-24FileCheck [9/12]: Add support for matching formatsThomas Preud'homme1-18/+53
2019-10-11[FileCheck] Implement --ignore-case option.Kai Nacke1-0/+5
2019-10-10Revert "[FileCheck] Implement --ignore-case option."Dmitri Gribenko1-706/+701
2019-10-10[FileCheck] Implement --ignore-case option.Kai Nacke1-701/+706
2019-09-02[FileCheck] Forbid using var defined on same lineThomas Preud'homme1-1/+1
2019-08-02[doc] Give a workaround for a FileCheck regex that ends in a brace.Paul Robinson1-1/+4
2019-07-24FileCheck [8/12]: Define numeric var from exprThomas Preud'homme1-5/+21
2019-07-24Revert "FileCheck [8/12]: Define numeric var from expr"Thomas Preud'homme1-21/+5
2019-07-23FileCheck [8/12]: Define numeric var from exprThomas Preud'homme1-5/+21
2019-07-13FileCheck [7/12]: Arbitrary long numeric expressionsThomas Preud'homme1-13/+12
2019-06-27[docs][tools] Add missing "program" tags to rst filesJames Henderson1-0/+2
2019-06-19[FileCheck] Stop qualifying expressions as numericThomas Preud'homme1-9/+9
2019-06-06FileCheck [6/12]: Introduce numeric variable definitionThomas Preud'homme1-17/+32
2019-05-23FileCheck: Improve FileCheck variable terminologyThomas Preud'homme1-28/+35
2019-05-15[FileCheck] Fix sphinx error: Make input be gas blockThomas Preud'homme1-2/+2
2019-05-14Reinstate "FileCheck [5/12]: Introduce regular numeric variables"Thomas Preud'homme1-7/+53
2019-05-14Revert "FileCheck [5/12]: Introduce regular numeric variables"Thomas Preud'homme1-53/+7
2019-05-13FileCheck [5/12]: Introduce regular numeric variablesThomas Preud'homme1-7/+53
2019-05-02FileCheck [4/12]: Introduce @LINE numeric expressionsThomas Preud'homme1-14/+21
2019-01-22[FileCheck] Suppress old -v/-vv diags if dumping inputJoel E. Denny1-1/+4
2018-12-18[FileCheck] Annotate input dump (1/7)Joel E. Denny1-1/+8
2018-11-13[FileCheck] fixing docs buildbot - use proper code-block typeFedor Sergeev1-1/+1
2018-11-13[FileCheck] fixing small formatting error in docsFedor Sergeev1-1/+1
2018-11-13[FileCheck] introduce CHECK-COUNT-<num> repetition directiveFedor Sergeev1-0/+23
2018-11-06[FileCheck] Parse command-line options from FILECHECK_OPTSJoel E. Denny1-0/+3
2018-10-24[SourceMgr][FileCheck] Obey -color by extending WithColorJoel E. Denny1-0/+4
2018-10-22Revert r344930 as it broke some of the bots on Windows.Aaron Ballman1-4/+0
2018-10-22[SourceMgr][FileCheck] Obey -color by extending WithColorJoel E. Denny1-0/+4
2018-08-06[docs] Fix an LLVM-syntax code block to actually be valid LLVM synatx.Chandler Carruth1-2/+2
2018-07-20[FileCheck] Provide an option for FileCheck to dump original input to stderr ...George Karpenkov1-0/+4
2018-07-13[FileCheck] Implement -v and -vv for tracing matchesJoel E. Denny1-0/+10
2018-07-11[FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny1-0/+26
2018-07-11Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny1-26/+0
2018-07-11[FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny1-0/+26
2018-06-26Fix doc title underlining.James Henderson1-1/+1
2018-06-26[FileCheck] Add CHECK-EMPTY directive for checking for blank linesJames Henderson1-0/+19
2017-11-07Add a -D flag to FileCheck to define variablesAlexander Richardson1-0/+5
2017-10-13[FileCheck] regexp doc update/fixSjoerd Meijer1-5/+6
2017-03-09[FileCheck] Added --enable-var-scope option to enable scope for regex variables.Artem Belevich1-0/+19
2016-07-20[docs] Fixing Sphinx warnings to unclog the buildbotRenato Golin1-4/+4
2016-06-27Document the ability to perform multi-line pattern matching in FileCheck.Wolfgang Pieb1-0/+19
2016-06-14[FileCheck] Document --check-prefixes.Daniel Sanders1-0/+5
2016-02-11Add -match-full-lines argument to FileCheck.James Y Knight1-0/+12
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-2/+2
2015-03-05All FileCheck directives allow patterns.Paul Robinson1-1/+1
2015-03-05FileCheck: Document CHECK-SAME, follow-up to r230612Duncan P. N. Exon Smith1-0/+25
2014-07-21Fix Sphinx warnings.Dan Liew1-1/+1
2014-07-11Add FileCheck -implicit-check-not option to allow stricter tests without addi...Alexander Kornienko1-0/+11
2013-11-10Allow multiple check prefixes in FileCheck.Matt Arsenault1-5/+7
2013-10-11Add warning about CHECK-DAG with variable definitionRenato Golin1-9/+37