summaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/FileCheck.rst
AgeCommit message (Expand)Author
2024-07-02[FileCheck][Docs] Fix regex for FileCheck variable names (#97301)Anton Lydike
2022-06-16Update FileCheck docs after D95849. NFCIDiana Picus
2021-08-31Fix some typos in the llvm docsSylvestre Ledru
2021-03-12[FileCheck] Add support for hex alternate form in FileCheckThomas Preud'homme
2020-12-18[FileCheck] Add a literal check directive modifierJacques Pienaar
2020-11-03[Docs][FileCheck] Small fix.Mircea Trofin
2020-11-02[FileCheck] Added documentation for --allow-unused-prefixesMircea Trofin
2020-08-31[docs] Fix indentation in FileCheck.rstArthur Eubanks
2020-08-30[FileCheck] Add precision to format specifierThomas Preud'homme
2020-08-25[FileCheck][docs] Fix word errorsYang Zhihui
2020-08-07[FileCheck] Add docs for --allow-emptySameer Arora
2020-08-05[docs] Document pattern of using CHECK-SAME to skip irrelevant linesJordan Rupprecht
2020-07-10[FileCheck] Fix up -dump-input* docsJoel E. Denny
2020-07-06fix typos to cycle botsNico Weber
2020-06-17[FileCheck] Implement * and / operators for ExpressionValue.Paul Walker
2020-06-10FileCheck [11/12]: Add matching constraint specificationThomas Preud'homme
2020-06-10[FileCheck] Add function call support to numerical expressions.Paul Walker
2020-06-09Change filecheck default to dump input on failureMehdi Amini
2020-05-28FileCheck [10/12]: Add support for signed numeric valuesThomas Preud'homme
2020-05-27[FileCheck] Allow parenthesized expressionsAlex Richardson
2020-05-13[FileCheck] Support comment directivesJoel E. Denny
2020-05-11Revert "[FileCheck] Support comment directives"Joel E. Denny
2020-05-11[FileCheck] Support comment directivesJoel E. Denny
2020-05-02[docs][FileCheck] Fix invalid exampleThomas Preud'homme
2020-01-24FileCheck [9/12]: Add support for matching formatsThomas Preud'homme
2019-10-11[FileCheck] Implement --ignore-case option.Kai Nacke
2019-10-10Revert "[FileCheck] Implement --ignore-case option."Dmitri Gribenko
2019-10-10[FileCheck] Implement --ignore-case option.Kai Nacke
2019-09-02[FileCheck] Forbid using var defined on same lineThomas Preud'homme
2019-08-02[doc] Give a workaround for a FileCheck regex that ends in a brace.Paul Robinson
2019-07-24FileCheck [8/12]: Define numeric var from exprThomas Preud'homme
2019-07-24Revert "FileCheck [8/12]: Define numeric var from expr"Thomas Preud'homme
2019-07-23FileCheck [8/12]: Define numeric var from exprThomas Preud'homme
2019-07-13FileCheck [7/12]: Arbitrary long numeric expressionsThomas Preud'homme
2019-06-27[docs][tools] Add missing "program" tags to rst filesJames Henderson
2019-06-19[FileCheck] Stop qualifying expressions as numericThomas Preud'homme
2019-06-06FileCheck [6/12]: Introduce numeric variable definitionThomas Preud'homme
2019-05-23FileCheck: Improve FileCheck variable terminologyThomas Preud'homme
2019-05-15[FileCheck] Fix sphinx error: Make input be gas blockThomas Preud'homme
2019-05-14Reinstate "FileCheck [5/12]: Introduce regular numeric variables"Thomas Preud'homme
2019-05-14Revert "FileCheck [5/12]: Introduce regular numeric variables"Thomas Preud'homme
2019-05-13FileCheck [5/12]: Introduce regular numeric variablesThomas Preud'homme
2019-05-02FileCheck [4/12]: Introduce @LINE numeric expressionsThomas Preud'homme
2019-01-22[FileCheck] Suppress old -v/-vv diags if dumping inputJoel E. Denny
2018-12-18[FileCheck] Annotate input dump (1/7)Joel E. Denny
2018-11-13[FileCheck] fixing docs buildbot - use proper code-block typeFedor Sergeev
2018-11-13[FileCheck] fixing small formatting error in docsFedor Sergeev
2018-11-13[FileCheck] introduce CHECK-COUNT-<num> repetition directiveFedor Sergeev
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