summaryrefslogtreecommitdiff
path: root/llvm/test/FileCheck
AgeCommit message (Expand)Author
2025-09-19[LLVM] Exclude specialized lit test suites from check-all (#159781)Rahul Joshi
2025-09-19[LLVM] Specialize test suites for `TableGen` and `FileCheck` to use smaller s...Rahul Joshi
2025-09-09[FileCheck] Fix --enable-var-scope for numvars after reassignment (#157158)Clipi
2025-07-23[test][FileCheck] Prefix FileCheck test with %ProtectFileCheckOutput, per pos...Jon Roelofs
2025-07-23[test][FileCheck] Disable color output in FileCheck test. NFCJon Roelofs
2025-07-23Revert "[test][FileCheck] Disable color output in FileCheck test. NFC"Jon Roelofs
2025-07-23[test][FileCheck] Disable color output in FileCheck test. NFCJon Roelofs
2025-07-23[FileCheck] Limit quadratic partial-match search behavior (#147833)Jon Roelofs
2025-06-27[FileCheck] Improve printing variables with escapes (#145865)Mészáros Gergely
2025-06-26[FileCheck][NFC] Pre-commit test for printing escaped variables (#145906)Mészáros Gergely
2024-10-18Revert "Renormalize line endings whitespace only after dccebddb3b80"Luke Drummond
2024-10-18Revert "Finally formalise our defacto line-ending policy"Luke Drummond
2024-10-17Renormalize line endings whitespace only after dccebddb3b80Luke Drummond
2024-10-17Finally formalise our defacto line-ending policyLuke Drummond
2024-03-05[FileCheck] Fix parsing empty global and pseudo variable names (#83667)Daniil Kovalev
2024-03-02Revert "[FileCheck] Fix parsing empty global and pseudo variable names" (#83657)Daniil Kovalev
2024-03-02[FileCheck] Fix parsing empty global and pseudo variable names (#82595)Daniil Kovalev
2024-01-19[FileCheck]: Fix diagnostics for NOT prefixes (#78412)Vinayak Dev
2023-08-07[FileCheck, 3/4] Allow AP value for numeric expressionsThomas Preud'homme
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2022-05-30[FileCheck] Use %ProtectFileCheckOutput in recently added testJoel E. Denny
2022-05-26[FileCheck] Catch missspelled directives.Ivan Kosarev
2022-01-13[FileCheck] Allow literal '['s before "[[var...]]"Jay Foad
2021-09-01[FileCheck] Use StringRef for MatchRegexp to fix crash.Florian Hahn
2021-04-20Fix PR46880: Fail CHECK-NOT with undefined variableThomas Preud'homme
2021-03-27[FileCheck] Fix -dump-input per-pattern diagnostic indexingJoel E. Denny
2021-03-24[FileCheck] Fix PR49531: invalid use of string varThomas Preud'homme
2021-03-17[FileCheck] Fix redundant diagnostics due to numeric errorsJoel E. Denny
2021-03-17[FileCheck] Fix numeric error propagationJoel E. Denny
2021-03-12[FileCheck] Add support for hex alternate form in FileCheckThomas Preud'homme
2021-03-04[FileCheck][NFC] Move -dump-input tests to a subdirectoryJoel E. Denny
2021-03-03[FileCheck] Do not skip end of line in diagnosticsThomas Preud'homme
2021-02-08[FileCheck] Default --allow-unused-prefixes to falseFangrui Song
2021-02-02[FileCheck] Make --allow-unused-prefixes cl::ZeroOrMoreFangrui Song
2021-01-21[NFC] Disallow unused prefixes under llvm/testMircea Trofin
2021-01-09[Test][FileCheck] Fix use of undef varThomas Preud'homme
2020-12-18[FileCheck] Add a literal check directive modifierJacques Pienaar
2020-11-05[FileCheck] Use %ProtectFileCheckOutput in allow-unused-prefixes.txtMircea Trofin
2020-11-02[FileCheck] Fix comments and eof in allow-unused-prefixes.txtMircea Trofin
2020-10-31Add missing EOL. NFCI.Simon Pilgrim
2020-10-30[FileCheck] Address unused prefixes in testsMircea Trofin
2020-10-30[FileCheck] Report missing prefixes when more than one is provided.Mircea Trofin
2020-08-30[FileCheck] Add precision to format specifierThomas Preud'homme
2020-08-24Test all CHECK-NOT in a block even if one failsThomas Preud'homme
2020-07-28[FileCheck] Report captured variablesJoel E. Denny
2020-07-28[FileCheck] Extend -dump-input with substitutionsJoel E. Denny
2020-07-10[FileCheck] Implement -dump-input-filterJoel E. Denny
2020-07-10[FileCheck] In input dump, elide only if ellipsis is shorterJoel E. Denny
2020-07-10[FileCheck] Implement -dump-input-contextJoel E. Denny
2020-07-09[FileCheck] Improve -dump-input documentationJoel E. Denny