aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/FileCheck
AgeCommit message (Expand)AuthorFilesLines
2025-09-19[LLVM] Exclude specialized lit test suites from check-all (#159781)Rahul Joshi1-0/+1
2025-09-19[LLVM] Specialize test suites for `TableGen` and `FileCheck` to use smaller s...Rahul Joshi1-0/+4
2025-09-09[FileCheck] Fix --enable-var-scope for numvars after reassignment (#157158)Clipi1-16/+48
2025-07-23[test][FileCheck] Prefix FileCheck test with %ProtectFileCheckOutput, per pos...Jon Roelofs1-1/+1
2025-07-23[test][FileCheck] Disable color output in FileCheck test. NFCJon Roelofs1-1/+1
2025-07-23Revert "[test][FileCheck] Disable color output in FileCheck test. NFC"Jon Roelofs1-1/+1
2025-07-23[test][FileCheck] Disable color output in FileCheck test. NFCJon Roelofs1-1/+1
2025-07-23[FileCheck] Limit quadratic partial-match search behavior (#147833)Jon Roelofs1-0/+9
2025-06-27[FileCheck] Improve printing variables with escapes (#145865)Mészáros Gergely1-3/+3
2025-06-26[FileCheck][NFC] Pre-commit test for printing escaped variables (#145906)Mészáros Gergely1-0/+29
2024-10-18Revert "Renormalize line endings whitespace only after dccebddb3b80"Luke Drummond1-10/+10
2024-10-18Revert "Finally formalise our defacto line-ending policy"Luke Drummond1-1/+0
2024-10-17Renormalize line endings whitespace only after dccebddb3b80Luke Drummond1-10/+10
2024-10-17Finally formalise our defacto line-ending policyLuke Drummond1-0/+1
2024-03-05[FileCheck] Fix parsing empty global and pseudo variable names (#83667)Daniil Kovalev1-0/+32
2024-03-02Revert "[FileCheck] Fix parsing empty global and pseudo variable names" (#83657)Daniil Kovalev1-32/+0
2024-03-02[FileCheck] Fix parsing empty global and pseudo variable names (#82595)Daniil Kovalev1-0/+32
2024-01-19[FileCheck]: Fix diagnostics for NOT prefixes (#78412)Vinayak Dev4-9/+78
2023-08-07[FileCheck, 3/4] Allow AP value for numeric expressionsThomas Preud'homme5-304/+17
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta1-2/+1
2022-05-30[FileCheck] Use %ProtectFileCheckOutput in recently added testJoel E. Denny1-7/+7
2022-05-26[FileCheck] Catch missspelled directives.Ivan Kosarev1-0/+28
2022-01-13[FileCheck] Allow literal '['s before "[[var...]]"Jay Foad1-1/+2
2021-09-01[FileCheck] Use StringRef for MatchRegexp to fix crash.Florian Hahn1-0/+19
2021-04-20Fix PR46880: Fail CHECK-NOT with undefined variableThomas Preud'homme5-37/+45
2021-03-27[FileCheck] Fix -dump-input per-pattern diagnostic indexingJoel E. Denny1-52/+114
2021-03-24[FileCheck] Fix PR49531: invalid use of string varThomas Preud'homme1-0/+12
2021-03-17[FileCheck] Fix redundant diagnostics due to numeric errorsJoel E. Denny2-18/+2
2021-03-17[FileCheck] Fix numeric error propagationJoel E. Denny4-0/+288
2021-03-12[FileCheck] Add support for hex alternate form in FileCheckThomas Preud'homme1-10/+45
2021-03-04[FileCheck][NFC] Move -dump-input tests to a subdirectoryJoel E. Denny4-0/+0
2021-03-03[FileCheck] Do not skip end of line in diagnosticsThomas Preud'homme6-360/+375
2021-02-08[FileCheck] Default --allow-unused-prefixes to falseFangrui Song2-13/+1
2021-02-02[FileCheck] Make --allow-unused-prefixes cl::ZeroOrMoreFangrui Song1-0/+1
2021-01-21[NFC] Disallow unused prefixes under llvm/testMircea Trofin1-0/+9
2021-01-09[Test][FileCheck] Fix use of undef varThomas Preud'homme1-4/+6
2020-12-18[FileCheck] Add a literal check directive modifierJacques Pienaar1-0/+62
2020-11-05[FileCheck] Use %ProtectFileCheckOutput in allow-unused-prefixes.txtMircea Trofin1-2/+2
2020-11-02[FileCheck] Fix comments and eof in allow-unused-prefixes.txtMircea Trofin1-3/+3
2020-10-31Add missing EOL. NFCI.Simon Pilgrim1-1/+1
2020-10-30[FileCheck] Address unused prefixes in testsMircea Trofin6-16/+16
2020-10-30[FileCheck] Report missing prefixes when more than one is provided.Mircea Trofin2-0/+12
2020-08-30[FileCheck] Add precision to format specifierThomas Preud'homme1-6/+87
2020-08-24Test all CHECK-NOT in a block even if one failsThomas Preud'homme1-0/+32
2020-07-28[FileCheck] Report captured variablesJoel E. Denny2-8/+88
2020-07-28[FileCheck] Extend -dump-input with substitutionsJoel E. Denny2-1/+150
2020-07-10[FileCheck] Implement -dump-input-filterJoel E. Denny1-8/+225
2020-07-10[FileCheck] In input dump, elide only if ellipsis is shorterJoel E. Denny1-30/+96
2020-07-10[FileCheck] Implement -dump-input-contextJoel E. Denny4-3/+438
2020-07-09[FileCheck] Improve -dump-input documentationJoel E. Denny1-1/+1