aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/FileCheck/FileCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-06-29[llvm][utils] Avoid 'raw_string_ostream::str()' (NFC) (#97160)Youngsuk Kim1-2/+2
2024-03-10Add llvm::min/max_element and use it in llvm/ and mlir/ directories. (#84678)Justin Lebar1-9/+4
2023-11-15[FileCheck] Don't use regex to find prefixes (#72237)Nikita Popov1-12/+1
2023-09-27[FileCheck] Fix performance-for-range-copy issues. NFCFangrui Song1-2/+2
2022-06-03[llvm] Remove unneeded cl::ZeroOrMore for cl::opt options. NFCFangrui Song1-3/+3
2022-05-26[FileCheck] GetCheckTypeAbbreviation() to handle the misspelled case.Ivan Kosarev1-0/+2
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille1-0/+2
2022-02-10[FileCheck] Fix initialized but never used static analyzer warning. NFC.Simon Pilgrim1-1/+1
2021-12-10utils: Remove some no-op raw_string_ostream flush calls, NFCDuncan P. N. Exon Smith1-1/+0
2021-03-27[FileCheck] Try to fix buildbot failures caused by c7c542e8f306Joel E. Denny1-1/+1
2021-03-27[FileCheck] Fix -dump-input per-pattern diagnostic indexingJoel E. Denny1-16/+17
2021-03-25[NFC] Reordering parameters in getFile and getFileOrSTDINAbhina Sreeskantharajan1-6/+2
2021-03-23[NFC] Formatting changesAbhina Sreeskantharajan1-6/+6
2021-03-19[SystemZ][z/OS] Distinguish between text and binary files on z/OSAbhina Sreeskantharajan1-2/+6
2021-03-17[FileCheck] Fix numeric error propagationJoel E. Denny1-0/+14
2021-03-03[FileCheck] Do not skip end of line in diagnosticsThomas Preud'homme1-4/+8
2021-02-08[FileCheck] Default --allow-unused-prefixes to falseFangrui Song1-1/+1
2021-02-02[FileCheck] Make --allow-unused-prefixes cl::ZeroOrMoreFangrui Song1-1/+1
2021-01-29[llvm] Use append_range (NFC)Kazu Hirata1-6/+3
2021-01-15[utils] Use llvm::sort (NFC)Kazu Hirata1-48/+48
2020-10-30[FileCheck] Report missing prefixes when more than one is provided.Mircea Trofin1-0/+5
2020-09-26Internalize functions from various tools. NFCFangrui Song1-1/+1
2020-09-01Reland [FileCheck] Move FileCheck implementation out of LLVMSupport into its ...Raphael Isemann1-1/+1
2020-08-31Revert "[FileCheck] Move FileCheck implementation out of LLVMSupport into its...Raphael Isemann1-1/+1
2020-08-31[FileCheck] Move FileCheck implementation out of LLVMSupport into its own lib...Raphael Isemann1-1/+1
2020-07-28[FileCheck] Extend -dump-input with substitutionsJoel E. Denny1-0/+12
2020-07-10[FileCheck] Fix up -dump-input* docsJoel E. Denny1-5/+11
2020-07-10[FileCheck] Implement -dump-input-filterJoel E. Denny1-15/+61
2020-07-10[FileCheck] In input dump, elide only if ellipsis is shorterJoel E. Denny1-24/+43
2020-07-10[FileCheck] Implement -dump-input-contextJoel E. Denny1-11/+103
2020-07-09[FileCheck] Improve -dump-input documentationJoel E. Denny1-11/+14
2020-06-29[FileCheck] Permit multiple -v or -vvJoel E. Denny1-2/+2
2020-06-25[FileCheck][NFC] Remove redundant DumpInputDefaultJoel E. Denny1-5/+1
2020-06-09Change filecheck default to dump input on failureMehdi Amini1-10/+1
2020-05-13[FileCheck] Support comment directivesJoel E. Denny1-0/+13
2020-05-11[FileCheck] Make invalid prefix diagnostics more preciseJoel E. Denny1-5/+1
2020-05-11Revert "[FileCheck] Make invalid prefix diagnostics more precise"Joel E. Denny1-1/+5
2020-05-11Revert "[FileCheck] Support comment directives"Joel E. Denny1-13/+0
2020-05-11[FileCheck] Support comment directivesJoel E. Denny1-0/+13
2020-05-11[FileCheck] Make invalid prefix diagnostics more preciseJoel E. Denny1-5/+1
2020-04-20[FileCheck] - Refactor the code related to string arrays. NFCI.Georgii Rymar1-3/+3
2020-04-16[FileCheck] Fix --dump-input annotation sort per input lineJoel E. Denny1-41/+55
2020-04-16[FileCheck] Fix --dump-input implicit pattern locationJoel E. Denny1-18/+35
2020-02-04Improve error message of FileCheck when stdin is emptyDavid Bozier1-1/+3
2019-12-03[FileCheck] Given multiple -dump-input, prefer most verboseJoel E. Denny1-7/+15
2019-10-11[FileCheck] Implement --ignore-case option.Kai Nacke1-0/+5
2019-10-10Revert "[FileCheck] Implement --ignore-case option."Dmitri Gribenko1-656/+651
2019-10-10[FileCheck] Implement --ignore-case option.Kai Nacke1-651/+656
2019-09-30[FileCheck] Remove implementation types from APIThomas Preud'homme1-3/+2
2019-08-14[FileCheck] Document FILECHECK_OPTS in -helpJoel E. Denny1-0/+4