aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/FileCheck.rst
AgeCommit message (Expand)AuthorFilesLines
2024-07-02[FileCheck][Docs] Fix regex for FileCheck variable names (#97301)Anton Lydike1-1/+1
2022-06-16Update FileCheck docs after D95849. NFCIDiana Picus1-4/+2
2021-08-31Fix some typos in the llvm docsSylvestre Ledru1-1/+1
2021-03-12[FileCheck] Add support for hex alternate form in FileCheckThomas Preud'homme1-1/+4
2020-12-18[FileCheck] Add a literal check directive modifierJacques Pienaar1-0/+24
2020-11-03[Docs][FileCheck] Small fix.Mircea Trofin1-1/+1
2020-11-02[FileCheck] Added documentation for --allow-unused-prefixesMircea Trofin1-0/+10
2020-08-31[docs] Fix indentation in FileCheck.rstArthur Eubanks1-3/+3
2020-08-30[FileCheck] Add precision to format specifierThomas Preud'homme1-30/+46
2020-08-25[FileCheck][docs] Fix word errorsYang Zhihui1-1/+1
2020-08-07[FileCheck] Add docs for --allow-emptySameer Arora1-1/+5
2020-08-05[docs] Document pattern of using CHECK-SAME to skip irrelevant linesJordan Rupprecht1-2/+51
2020-07-10[FileCheck] Fix up -dump-input* docsJoel E. Denny1-6/+32
2020-07-06fix typos to cycle botsNico Weber1-2/+2
2020-06-17[FileCheck] Implement * and / operators for ExpressionValue.Paul Walker1-0/+2
2020-06-10FileCheck [11/12]: Add matching constraint specificationThomas Preud'homme1-6/+14
2020-06-10[FileCheck] Add function call support to numerical expressions.Paul Walker1-6/+21
2020-06-09Change filecheck default to dump input on failureMehdi Amini1-7/+2
2020-05-28FileCheck [10/12]: Add support for signed numeric valuesThomas Preud'homme1-6/+7
2020-05-27[FileCheck] Allow parenthesized expressionsAlex Richardson1-0/+2
2020-05-13[FileCheck] Support comment directivesJoel E. Denny1-3/+70
2020-05-11Revert "[FileCheck] Support comment directives"Joel E. Denny1-70/+3
2020-05-11[FileCheck] Support comment directivesJoel E. Denny1-3/+70
2020-05-02[docs][FileCheck] Fix invalid exampleThomas Preud'homme1-1/+2
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