1. 871d658 [FileCheck] Report missing prefixes when more than one is provided. by Mircea Trofin · 5 years ago
  2. 20e9c36 Internalize functions from various tools. NFC by Fangrui Song · 5 years ago
  3. 5ffd940 Reland [FileCheck] Move FileCheck implementation out of LLVMSupport into its own library by Raphael Isemann · 5 years ago
  4. ed89eb3 Revert "[FileCheck] Move FileCheck implementation out of LLVMSupport into its own library" by Raphael Isemann · 5 years ago
  5. e9a3d1a [FileCheck] Move FileCheck implementation out of LLVMSupport into its own library by Raphael Isemann · 5 years ago
  6. d680711 [FileCheck] Extend -dump-input with substitutions by Joel E. Denny · 5 years ago
  7. 6dda6ff [FileCheck] Fix up -dump-input* docs by Joel E. Denny · 5 years ago
  8. 9fd4b5f [FileCheck] Implement -dump-input-filter by Joel E. Denny · 5 years ago
  9. 77b6ddf [FileCheck] In input dump, elide only if ellipsis is shorter by Joel E. Denny · 5 years ago
  10. bce8fce [FileCheck] Implement -dump-input-context by Joel E. Denny · 5 years ago
  11. 839f8e4 [FileCheck] Improve -dump-input documentation by Joel E. Denny · 5 years ago
  12. 782585a [FileCheck] Permit multiple -v or -vv by Joel E. Denny · 5 years ago
  13. 3b83501 [FileCheck][NFC] Remove redundant DumpInputDefault by Joel E. Denny · 5 years ago
  14. d31c9e5 Change filecheck default to dump input on failure by Mehdi Amini · 6 years ago
  15. a1fd188 [FileCheck] Support comment directives by Joel E. Denny · 5 years ago
  16. 2aa0217 [FileCheck] Make invalid prefix diagnostics more precise by Joel E. Denny · 5 years ago
  17. e1ed4d9 Revert "[FileCheck] Make invalid prefix diagnostics more precise" by Joel E. Denny · 5 years ago
  18. d0e7fd6 Revert "[FileCheck] Support comment directives" by Joel E. Denny · 5 years ago
  19. 9a9a5f9 [FileCheck] Support comment directives by Joel E. Denny · 5 years ago
  20. a78e137 [FileCheck] Make invalid prefix diagnostics more precise by Joel E. Denny · 5 years ago
  21. 76e0ab2 [FileCheck] - Refactor the code related to string arrays. NFCI. by Georgii Rymar · 5 years ago
  22. ce68545 [FileCheck] Fix --dump-input annotation sort per input line by Joel E. Denny · 5 years ago
  23. b5a2461 [FileCheck] Fix --dump-input implicit pattern location by Joel E. Denny · 5 years ago
  24. 6e01cd6 Improve error message of FileCheck when stdin is empty by David Bozier · 6 years ago
  25. fdde18a [FileCheck] Given multiple -dump-input, prefer most verbose by Joel E. Denny · 6 years ago
  26. 5b5b2fd [FileCheck] Implement --ignore-case option. by Kai Nacke · 6 years ago
  27. d3aed7f Revert "[FileCheck] Implement --ignore-case option." by Dmitri Gribenko · 6 years ago
  28. dfd2b6f [FileCheck] Implement --ignore-case option. by Kai Nacke · 6 years ago
  29. 02ada9b [FileCheck] Remove implementation types from API by Thomas Preud'homme · 6 years ago
  30. dbb757f [FileCheck] Document FILECHECK_OPTS in -help by Joel E. Denny · 6 years ago
  31. 608f2bf [FileCheck] Move -dump-input diagnostic to first line by Joel E. Denny · 6 years ago
  32. 4d41c33 Revert r367649: Improve raw_ostream so that you can "write" colors using operator<< by Rui Ueyama · 6 years ago
  33. a52f982 Improve raw_ostream so that you can "write" colors using operator<< by Rui Ueyama · 6 years ago
  34. ffc722a3 [llvm] [FileCheck] Use FILECHECK_DUMP_INPUT_ON_FAILURE only when non-empty by Michal Gorny · 6 years ago
  35. 1a944d2 FileCheck: Improve FileCheck variable terminology by Thomas Preud'homme · 6 years ago
  36. 010982f [FileCheck] Fix FileCheck.cpp compilation on Solaris by Rainer Orth · 6 years ago
  37. a5e233b Recommit: Detect incorrect FileCheck variable CLI definition by Thomas Preud'homme · 7 years ago
  38. 447abc5 Revert "Detect incorrect FileCheck variable CLI definition" by Thomas Preud'homme · 7 years ago
  39. 352695c [FileCheck] Suppress old -v/-vv diags if dumping input by Joel E. Denny · 7 years ago
  40. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  41. 84f4ff5 Detect incorrect FileCheck variable CLI definition by Thomas Preud'homme · 7 years ago
  42. e2afb61 [FileCheck] Annotate input dump (final tweaks) by Joel E. Denny · 7 years ago
  43. 96f0e84 [FileCheck] Annotate input dump (7/7) by Joel E. Denny · 7 years ago
  44. f7c1c4d [FileCheck] Annotate input dump (6/7) by Joel E. Denny · 7 years ago
  45. 7df8696 [FileCheck] Annotate input dump (5/7) by Joel E. Denny · 7 years ago
  46. 0e7e3fa [FileCheck] Annotate input dump (4/7) by Joel E. Denny · 7 years ago
  47. cadfcef [FileCheck] Annotate input dump (3/7) by Joel E. Denny · 7 years ago
  48. 2c007c8 [FileCheck] Annotate input dump (2/7) by Joel E. Denny · 7 years ago
  49. 3c5d267 [FileCheck] Annotate input dump (1/7) by Joel E. Denny · 7 years ago
  50. 24994d7 [FileCheck] Parse command-line options from FILECHECK_OPTS by Joel E. Denny · 7 years ago
  51. 3e66509 [SourceMgr][FileCheck] Obey -color by extending WithColor by Joel E. Denny · 7 years ago
  52. ffa9d2e Refactor FileCheck to make it usable as an API by Aditya Nandakumar · 7 years ago
  53. 346dfbe [FileCheck] Provide an option for FileCheck to dump original input to stderr on failure by George Karpenkov · 7 years ago
  54. 6fc21c2 [FileCheck] Fix search ranges for DAG-NOT-DAG by Joel E. Denny · 7 years ago
  55. dc5ba31 [FileCheck] Implement -v and -vv for tracing matches by Joel E. Denny · 7 years ago
  56. bcf5b44 [FileCheck] Don't permit overlapping CHECK-DAG by Joel E. Denny · 7 years ago
  57. 614c986 Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAG by Joel E. Denny · 7 years ago
  58. edf3388 [FileCheck] Don't permit overlapping CHECK-DAG by Joel E. Denny · 7 years ago
  59. 5507f66 [FileCheck] Add CHECK-EMPTY directive for checking for blank lines by James Henderson · 7 years ago
  60. 197194b Define InitLLVM to do common initialization all at once. by Rui Ueyama · 7 years ago
  61. 83e63d9 [FileCheck] - Fix possible buffer out of bounds access when parsing --check-prefix. by George Rimar · 8 years ago
  62. 46e1fd6 Add a -D flag to FileCheck to define variables by Alexander Richardson · 8 years ago
  63. cf60ab3 [FileCheck] Don't scan past the closing CHECK-DAG for CHECK-NOT inside CHECK-DAG by Benjamin Kramer · 8 years ago
  64. b5eccef Test commit. by James Henderson · 9 years ago
  65. f55e72a [FileCheck] Added --enable-var-scope option to enable scope for regex variables. by Artem Belevich · 9 years ago
  66. 1714676a [FileCheck] Fix --strict-whitespace --match-full-lines by Tom de Vries · 9 years ago
  67. a26bc914 [FileCheck] Fix comment in ReadCheckFile by Tom de Vries · 9 years ago
  68. 726774c [FileCheck] Re-implement the logic to find each check prefix in the by Chandler Carruth · 9 years ago
  69. b03c166 [FileCheck] Remove a parameter that was simply always set to by Chandler Carruth · 9 years ago
  70. 4dabac2 [FileCheck] Clean up doxygen comments throughout. NFC. by Chandler Carruth · 9 years ago
  71. e8f2fb2 [FileCheck] Run clang-format over this code. NFC. by Chandler Carruth · 9 years ago
  72. 2024790 Refactor FileCheck some to reduce memory allocation and copying. Also by Chandler Carruth · 9 years ago
  73. d1e020f FileCheck: Minor cleanup of the class Pattern by Saleem Abdulrasool · 9 years ago
  74. fd557cb [FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix options. by Daniel Sanders · 9 years ago
  75. 2ad6d48 Search for llvm-symbolizer binary in the same directory as argv[0], before by Richard Smith · 9 years ago
  76. 2bd4f8b FileCheck: dump command line context with empty input by Xinliang David Li · 9 years ago
  77. a908e7b Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix. by Paul Robinson · 10 years ago
  78. 4b618dc Revert r262092, caught LLD tests by Paul Robinson · 10 years ago
  79. abcfa39 [FileCheck] Abort if -NOT is combined with another suffix. by Paul Robinson · 10 years ago
  80. 85913cc Add -match-full-lines argument to FileCheck. by James Y Knight · 10 years ago
  81. ff43d69 StringRef-ify some Option APIs by David Blaikie · 10 years ago
  82. 3c76c52 Cleanup places that passed SMLoc by const reference to pass it by value instead. NFC by Craig Topper · 10 years ago
  83. 8f87049 [FileCheck] Use range-based for loops. NFC. by Benjamin Kramer · 10 years ago
  84. f5e2fc4 Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types by Benjamin Kramer · 10 years ago
  85. 3e3ef2f [NFC] Updating FileCheck to reduce the std::vector interface used via cl::list. by Chris Bieneman · 10 years ago
  86. 7dfb92b Fix FileCheck: substr() expect the length of the string as 2nd arg by Mehdi Amini · 11 years ago
  87. 01ac170 FileCheck: Add CHECK-SAME by Duncan P. N. Exon Smith · 11 years ago
  88. 0356975 Make StringSet::insert return pair<iterator, bool> like other self-associative containers by David Blaikie · 11 years ago
  89. 3560ff2 Return a std::unique_ptr when creating a new MemoryBuffer. by Rafael Espindola · 11 years ago
  90. 1961f14 Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr by David Blaikie · 11 years ago
  91. 1b9f936 FileCheck: Add a flag to allow checking empty input by Justin Bogner · 11 years ago
  92. 3f6481d Remove some calls to std::move. by Rafael Espindola · 11 years ago
  93. ce5dd1a Simplify the code a bit with std::unique_ptr. by Rafael Espindola · 11 years ago
  94. 24412b1 Fix FileCheck crash when empty prefix is passed. by Eli Bendersky · 11 years ago
  95. 56ccdbb Add FileCheck -implicit-check-not option to allow stricter tests without adding too many CHECK-NOTs manually. by Alexander Kornienko · 11 years ago
  96. adf21f2 Update the MemoryBuffer API to use ErrorOr. by Rafael Espindola · 11 years ago
  97. e69170a Revert "Introduce a string_ostream string builder facilty" by Alp Toker · 11 years ago
  98. 6147173 Introduce a string_ostream string builder facilty by Alp Toker · 11 years ago
  99. c049c65 Remove the last uses of 'using std::error_code' by Rafael Espindola · 11 years ago
  100. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago