1. a3d357e [FileCheck] Use StringRef for MatchRegexp to fix crash. by Florian Hahn · 3 years, 10 months ago
  2. fd94103 Fix PR46880: Fail CHECK-NOT with undefined variable by Thomas Preud'homme · 4 years, 10 months ago
  3. c7c542e [FileCheck] Fix -dump-input per-pattern diagnostic indexing by Joel E. Denny · 4 years, 3 months ago
  4. 058455f [FileCheck] Fix PR49531: invalid use of string var by Thomas Preud'homme · 4 years, 3 months ago
  5. f87b410 [FileCheck] Fix redundant diagnostics due to numeric errors by Joel E. Denny · 4 years, 3 months ago
  6. dd59c13 [FileCheck] Fix numeric error propagation by Joel E. Denny · 4 years, 3 months ago
  7. f9e2a62 [FileCheck] Add support for hex alternate form in FileCheck by Thomas Preud'homme · 5 years ago
  8. d377849 [FileCheck][NFC] Move -dump-input tests to a subdirectory by Joel E. Denny · 4 years, 4 months ago
  9. 09c3573 [FileCheck] Do not skip end of line in diagnostics by Thomas Preud'homme · 4 years, 6 months ago
  10. 87dbdd2 [FileCheck] Default --allow-unused-prefixes to false by Fangrui Song · 4 years, 4 months ago
  11. eec87db [FileCheck] Make --allow-unused-prefixes cl::ZeroOrMore by Fangrui Song · 4 years, 5 months ago
  12. c042aff [NFC] Disallow unused prefixes under llvm/test by Mircea Trofin · 4 years, 5 months ago
  13. c0cea2d [Test][FileCheck] Fix use of undef var by Thomas Preud'homme · 4 years, 10 months ago
  14. 44f399c [FileCheck] Add a literal check directive modifier by Jacques Pienaar · 4 years, 6 months ago
  15. 98e8a06 [FileCheck] Use %ProtectFileCheckOutput in allow-unused-prefixes.txt by Mircea Trofin · 4 years, 8 months ago
  16. a1aaa9e [FileCheck] Fix comments and eof in allow-unused-prefixes.txt by Mircea Trofin · 4 years, 8 months ago
  17. 70c6b86 Add missing EOL. NFCI. by Simon Pilgrim · 4 years, 8 months ago
  18. ee703eb [FileCheck] Address unused prefixes in tests by Mircea Trofin · 4 years, 8 months ago
  19. 871d658 [FileCheck] Report missing prefixes when more than one is provided. by Mircea Trofin · 4 years, 8 months ago
  20. 998709b [FileCheck] Add precision to format specifier by Thomas Preud'homme · 5 years ago
  21. 2c91316 Test all CHECK-NOT in a block even if one fails by Thomas Preud'homme · 4 years, 10 months ago
  22. 9f86b8e [FileCheck] Report captured variables by Joel E. Denny · 5 years ago
  23. d680711 [FileCheck] Extend -dump-input with substitutions by Joel E. Denny · 5 years ago
  24. 9fd4b5f [FileCheck] Implement -dump-input-filter by Joel E. Denny · 5 years ago
  25. 77b6ddf [FileCheck] In input dump, elide only if ellipsis is shorter by Joel E. Denny · 5 years ago
  26. bce8fce [FileCheck] Implement -dump-input-context by Joel E. Denny · 5 years ago
  27. 839f8e4 [FileCheck] Improve -dump-input documentation by Joel E. Denny · 5 years ago
  28. 782585a [FileCheck] Permit multiple -v or -vv by Joel E. Denny · 5 years ago
  29. 6324387 [FileCheck][NFC] Clean up RUN style in verbose.txt test by Joel E. Denny · 5 years ago
  30. ecb098c [FileCheck][NFC] Fix typo in test comment by Joel E. Denny · 5 years ago
  31. 4b1b09f [FileCheck] Add missing %ProtectFileCheckOutput to FileCheck tests by Joel E. Denny · 5 years ago
  32. 47934c7 FileCheck [11/12]: Add matching constraint specification by Thomas Preud'homme · 6 years ago
  33. 8fd2270 [FileCheck] Add function call support to numerical expressions. by Paul Walker · 5 years ago
  34. d31c9e5 Change filecheck default to dump input on failure by Mehdi Amini · 5 years ago
  35. 23ac16c FileCheck [10/12]: Add support for signed numeric values by Thomas Preud'homme · 6 years ago
  36. 3be5e53 [FileCheck] Allow parenthesized expressions by Alex Richardson · 5 years ago
  37. 5a8db27 Revert "[llvm][test] Add COM: directives before colon-less non-CHECKs in comments. NFC" by Jon Roelofs · 5 years ago
  38. 183d6af [llvm][test] Add COM: directives before colon-less non-CHECKs in comments. NFC by Jon Roelofs · 5 years ago
  39. 0c2c6fc [test] Improve FileCheck's numeric-expression.txt by Thomas Preud'homme · 5 years ago
  40. 5df55bc [FileCheck] Fix isalpha/isalnum calls by Joel E. Denny · 5 years ago
  41. a1fd188 [FileCheck] Support comment directives by Joel E. Denny · 5 years ago
  42. 2aa0217 [FileCheck] Make invalid prefix diagnostics more precise by Joel E. Denny · 5 years ago
  43. e1ed4d9 Revert "[FileCheck] Make invalid prefix diagnostics more precise" by Joel E. Denny · 5 years ago
  44. d0e7fd6 Revert "[FileCheck] Support comment directives" by Joel E. Denny · 5 years ago
  45. 9a9a5f9 [FileCheck] Support comment directives by Joel E. Denny · 5 years ago
  46. a78e137 [FileCheck] Make invalid prefix diagnostics more precise by Joel E. Denny · 5 years ago
  47. ce68545 [FileCheck] Fix --dump-input annotation sort per input line by Joel E. Denny · 5 years ago
  48. b5a2461 [FileCheck] Fix --dump-input implicit pattern location by Joel E. Denny · 5 years ago
  49. 65a2de7 [FileCheck] - Fix the false positive when -implicit-check-not is used with an unknown -check-prefix. by Georgii Rymar · 5 years ago
  50. 9743123 [FileCheck] Better diagnostic for format conflict by Thomas Preud'homme · 5 years ago
  51. 8f8c495 [FileCheck] Add missing %ProtectFileCheckOutput to FileCheck tests by Joel E. Denny · 5 years ago
  52. 6e01cd6 Improve error message of FileCheck when stdin is empty by David Bozier · 5 years ago
  53. 8e96697 FileCheck [9/12]: Add support for matching formats by Thomas Preud'homme · 6 years ago
  54. fdde18a [FileCheck] Given multiple -dump-input, prefer most verbose by Joel E. Denny · 6 years ago
  55. f471eb8 [FileCheck] Make FILECHECK_OPTS useful for its test suite by Joel E. Denny · 6 years ago
  56. 6e418de [FileCheck] Use lit's internal shell for the test suite by Joel E. Denny · 6 years ago
  57. 5b5b2fd [FileCheck] Implement --ignore-case option. by Kai Nacke · 6 years ago
  58. d3aed7f Revert "[FileCheck] Implement --ignore-case option." by Dmitri Gribenko · 6 years ago
  59. dfd2b6f [FileCheck] Implement --ignore-case option. by Kai Nacke · 6 years ago
  60. a291b95 [FileCheck] Forbid using var defined on same line by Thomas Preud'homme · 6 years ago
  61. 608f2bf [FileCheck] Move -dump-input diagnostic to first line by Joel E. Denny · 6 years ago
  62. a83dfd9 [FileCheck]] Canonicalize caret location testing by Thomas Preud'homme · 6 years ago
  63. 4cd9b85 FileCheck [8/12]: Define numeric var from expr by Thomas Preud'homme · 6 years ago
  64. 5ecb880 Revert "FileCheck [8/12]: Define numeric var from expr" by Thomas Preud'homme · 6 years ago
  65. 75299de Revert "[FileCheck]] Canonicalize caret location testing" by Thomas Preud'homme · 6 years ago
  66. ba4e8d7 [FileCheck]] Canonicalize caret location testing by Thomas Preud'homme · 6 years ago
  67. 1b05977 FileCheck [8/12]: Define numeric var from expr by Thomas Preud'homme · 6 years ago
  68. 7049449 [FileCheck] Fix numeric variable redefinition by Thomas Preud'homme · 6 years ago
  69. 2a7f520 FileCheck [7/12]: Arbitrary long numeric expressions by Thomas Preud'homme · 6 years ago
  70. fe7ac17 [FileCheck] Don't diagnose undef vars at parse time by Thomas Preud'homme · 6 years ago
  71. 28196a5 [FileCheck] Factor some parsing checks out by Thomas Preud'homme · 6 years ago
  72. a2ef1ba [FileCheck] Stop qualifying expressions as numeric by Thomas Preud'homme · 6 years ago
  73. baae41f FileCheck: Return parse error w/ Error & Expected by Thomas Preud'homme · 6 years ago
  74. 71d3f22 FileCheck [6/12]: Introduce numeric variable definition by Thomas Preud'homme · 6 years ago
  75. f3b9bb3 [FileCheck] Introduce substitution subclasses by Thomas Preud'homme · 6 years ago
  76. 1a944d2 FileCheck: Improve FileCheck variable terminology by Thomas Preud'homme · 6 years ago
  77. 7b4ecdd Reinstate "FileCheck [5/12]: Introduce regular numeric variables" by Thomas Preud'homme · 6 years ago
  78. 00439368 Revert "FileCheck [5/12]: Introduce regular numeric variables" by Thomas Preud'homme · 6 years ago
  79. e47362c FileCheck [5/12]: Introduce regular numeric variables by Thomas Preud'homme · 6 years ago
  80. e17a0d3 [FileCheck, NFC] Split defines.txt in two by Thomas Preud'homme · 6 years ago
  81. c242be4 [CommandLine] Change help output to prefix long options with `--` instead of `-`. NFC . Part 3 of 5 by Don Hinton · 6 years ago
  82. 1feaee5 [FileCheck] Fix line-count.txt test by Thomas Preud'homme · 6 years ago
  83. 288ed91 FileCheck [4/12]: Introduce @LINE numeric expressions by Thomas Preud'homme · 6 years ago
  84. 15cb1f1 FileCheck [3/12]: Stricter parsing of @LINE expressions by Thomas Preud'homme · 6 years ago
  85. 5a33047 FileCheck [2/12]: Stricter parsing of -D option by Thomas Preud'homme · 6 years ago
  86. 662c043 [FileCheck]Remove assertions that prevent matching an empty string at file start before CHECK-NEXT/SAME by James Henderson · 6 years ago
  87. 92e3c97 Fixup test on Windows with a case-insensitive filesystem due to path printing changes from r352704. by Douglas Yung · 6 years ago
  88. a5e233b Recommit: Detect incorrect FileCheck variable CLI definition by Thomas Preud'homme · 6 years ago
  89. a493843 Fixup test after r352704 since it changes how paths may be emitted. by Douglas Yung · 6 years ago
  90. 447abc5 Revert "Detect incorrect FileCheck variable CLI definition" by Thomas Preud'homme · 6 years ago
  91. e97834e Revert "Fix defines.txt" by Thomas Preud'homme · 6 years ago
  92. 352695c [FileCheck] Suppress old -v/-vv diags if dumping input by Joel E. Denny · 6 years ago
  93. ca28a46 Fix defines.txt by Thomas Preud'homme · 6 years ago
  94. 84f4ff5 Detect incorrect FileCheck variable CLI definition by Thomas Preud'homme · 6 years ago
  95. 4d8c8fe [FileCheck] Don't propagate `FILECHECK_DUMP_INPUT_ON_FAILURE` and by Dan Liew · 6 years ago
  96. c646b4b [FileCheck] Try to fix test on windows due to r349418 by Joel E. Denny · 7 years ago
  97. e2afb61 [FileCheck] Annotate input dump (final tweaks) by Joel E. Denny · 7 years ago
  98. 96f0e84 [FileCheck] Annotate input dump (7/7) by Joel E. Denny · 7 years ago
  99. f7c1c4d [FileCheck] Annotate input dump (6/7) by Joel E. Denny · 7 years ago
  100. 7df8696 [FileCheck] Annotate input dump (5/7) by Joel E. Denny · 7 years ago