1. e2afb61 [FileCheck] Annotate input dump (final tweaks) by Joel E. Denny · 7 years ago
  2. 96f0e84 [FileCheck] Annotate input dump (7/7) by Joel E. Denny · 7 years ago
  3. f7c1c4d [FileCheck] Annotate input dump (6/7) by Joel E. Denny · 7 years ago
  4. 7df8696 [FileCheck] Annotate input dump (5/7) by Joel E. Denny · 7 years ago
  5. 0e7e3fa [FileCheck] Annotate input dump (4/7) by Joel E. Denny · 7 years ago
  6. cadfcef [FileCheck] Annotate input dump (3/7) by Joel E. Denny · 7 years ago
  7. 2c007c8 [FileCheck] Annotate input dump (2/7) by Joel E. Denny · 7 years ago
  8. 3c5d267 [FileCheck] Annotate input dump (1/7) by Joel E. Denny · 7 years ago
  9. 24994d7 [FileCheck] Parse command-line options from FILECHECK_OPTS by Joel E. Denny · 7 years ago
  10. 3e66509 [SourceMgr][FileCheck] Obey -color by extending WithColor by Joel E. Denny · 7 years ago
  11. ffa9d2e Refactor FileCheck to make it usable as an API by Aditya Nandakumar · 7 years ago
  12. 346dfbe [FileCheck] Provide an option for FileCheck to dump original input to stderr on failure by George Karpenkov · 7 years ago
  13. 6fc21c2 [FileCheck] Fix search ranges for DAG-NOT-DAG by Joel E. Denny · 7 years ago
  14. dc5ba31 [FileCheck] Implement -v and -vv for tracing matches by Joel E. Denny · 7 years ago
  15. bcf5b44 [FileCheck] Don't permit overlapping CHECK-DAG by Joel E. Denny · 7 years ago
  16. 614c986 Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAG by Joel E. Denny · 7 years ago
  17. edf3388 [FileCheck] Don't permit overlapping CHECK-DAG by Joel E. Denny · 7 years ago
  18. 5507f66 [FileCheck] Add CHECK-EMPTY directive for checking for blank lines by James Henderson · 7 years ago
  19. 197194b Define InitLLVM to do common initialization all at once. by Rui Ueyama · 7 years ago
  20. 83e63d9 [FileCheck] - Fix possible buffer out of bounds access when parsing --check-prefix. by George Rimar · 8 years ago
  21. 46e1fd6 Add a -D flag to FileCheck to define variables by Alexander Richardson · 8 years ago
  22. cf60ab3 [FileCheck] Don't scan past the closing CHECK-DAG for CHECK-NOT inside CHECK-DAG by Benjamin Kramer · 8 years ago
  23. b5eccef Test commit. by James Henderson · 9 years ago
  24. f55e72a [FileCheck] Added --enable-var-scope option to enable scope for regex variables. by Artem Belevich · 9 years ago
  25. 1714676a [FileCheck] Fix --strict-whitespace --match-full-lines by Tom de Vries · 9 years ago
  26. a26bc914 [FileCheck] Fix comment in ReadCheckFile by Tom de Vries · 9 years ago
  27. 726774c [FileCheck] Re-implement the logic to find each check prefix in the by Chandler Carruth · 9 years ago
  28. b03c166 [FileCheck] Remove a parameter that was simply always set to by Chandler Carruth · 9 years ago
  29. 4dabac2 [FileCheck] Clean up doxygen comments throughout. NFC. by Chandler Carruth · 9 years ago
  30. e8f2fb2 [FileCheck] Run clang-format over this code. NFC. by Chandler Carruth · 9 years ago
  31. 2024790 Refactor FileCheck some to reduce memory allocation and copying. Also by Chandler Carruth · 9 years ago
  32. d1e020f FileCheck: Minor cleanup of the class Pattern by Saleem Abdulrasool · 9 years ago
  33. fd557cb [FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix options. by Daniel Sanders · 9 years ago
  34. 2ad6d48 Search for llvm-symbolizer binary in the same directory as argv[0], before by Richard Smith · 9 years ago
  35. 2bd4f8b FileCheck: dump command line context with empty input by Xinliang David Li · 9 years ago
  36. a908e7b Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix. by Paul Robinson · 10 years ago
  37. 4b618dc Revert r262092, caught LLD tests by Paul Robinson · 10 years ago
  38. abcfa39 [FileCheck] Abort if -NOT is combined with another suffix. by Paul Robinson · 10 years ago
  39. 85913cc Add -match-full-lines argument to FileCheck. by James Y Knight · 10 years ago
  40. ff43d69 StringRef-ify some Option APIs by David Blaikie · 10 years ago
  41. 3c76c52 Cleanup places that passed SMLoc by const reference to pass it by value instead. NFC by Craig Topper · 10 years ago
  42. 8f87049 [FileCheck] Use range-based for loops. NFC. by Benjamin Kramer · 10 years ago
  43. f5e2fc4 Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types by Benjamin Kramer · 10 years ago
  44. 3e3ef2f [NFC] Updating FileCheck to reduce the std::vector interface used via cl::list. by Chris Bieneman · 10 years ago
  45. 7dfb92b Fix FileCheck: substr() expect the length of the string as 2nd arg by Mehdi Amini · 11 years ago
  46. 01ac170 FileCheck: Add CHECK-SAME by Duncan P. N. Exon Smith · 11 years ago
  47. 0356975 Make StringSet::insert return pair<iterator, bool> like other self-associative containers by David Blaikie · 11 years ago
  48. 3560ff2 Return a std::unique_ptr when creating a new MemoryBuffer. by Rafael Espindola · 11 years ago
  49. 1961f14 Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr by David Blaikie · 11 years ago
  50. 1b9f936 FileCheck: Add a flag to allow checking empty input by Justin Bogner · 11 years ago
  51. 3f6481d Remove some calls to std::move. by Rafael Espindola · 11 years ago
  52. ce5dd1a Simplify the code a bit with std::unique_ptr. by Rafael Espindola · 11 years ago
  53. 24412b1 Fix FileCheck crash when empty prefix is passed. by Eli Bendersky · 11 years ago
  54. 56ccdbb Add FileCheck -implicit-check-not option to allow stricter tests without adding too many CHECK-NOTs manually. by Alexander Kornienko · 11 years ago
  55. adf21f2 Update the MemoryBuffer API to use ErrorOr. by Rafael Espindola · 11 years ago
  56. e69170a Revert "Introduce a string_ostream string builder facilty" by Alp Toker · 11 years ago
  57. 6147173 Introduce a string_ostream string builder facilty by Alp Toker · 11 years ago
  58. c049c65 Remove the last uses of 'using std::error_code' by Rafael Espindola · 11 years ago
  59. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  60. a6e9c3e Remove system_error.h. by Rafael Espindola · 11 years ago
  61. 66f09ad [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  62. 592fe88 When a CHECK-NEXT fails because there was no match on the next line, include by Richard Smith · 11 years ago
  63. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  64. 96c9d95 [C++11] Replace OwningPtr::take() with OwningPtr::release(). by Ahmed Charles · 12 years ago
  65. 81e5cd9 FileCheck: Print a nice error message for missing closing ']' in regex vars. by Adrian Prantl · 12 years ago
  66. 6f4f77b Expose FileCheck's AddFixedStringToRegEx as Regex::escape by Hans Wennborg · 12 years ago
  67. 43b5f57 FileCheck: fix a bug with multiple --check-prefix options. Similar to r194565 by Daniel Sanders · 12 years ago
  68. a7181a1 FileCheck: fix matching of one check-prefix is a prefix of another by Alexey Samsonov · 12 years ago
  69. 21a340f FileCheck: fix a bug with multiple --check-prefix options. by Alexey Samsonov · 12 years ago
  70. 13df462 Allow multiple check prefixes in FileCheck. by Matt Arsenault · 12 years ago
  71. 981af00 Add missing #include's to cctype when using isdigit/alpha/etc. by Will Dietz · 12 years ago
  72. e93a3a0 Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores the initial implementation that was in r186162 but got lost in some subsequent refactoring. More explicit variable names and comments are present now to hopefully prevent repeat regression, as well as another test. by Stephen Lin · 12 years ago
  73. 5c8becd Fix handling of CHECK-DAG inside of CHECK-LABEL. by Rafael Espindola · 12 years ago
  74. ce3e4fc Missed using check type enum in one place by Matt Arsenault · 12 years ago
  75. c4d2d47 Use function's argument instead of the global flag. by Matt Arsenault · 12 years ago
  76. 3882097 FileCheck refactor: use enum instead of bunch of bools by Matt Arsenault · 12 years ago
  77. 398b32a FileCheck: Fix stray quote in CHECK-LABEL error message. by Stephen Lin · 12 years ago
  78. c2735158 [FileCheck] Fix a bug that cause FileCheck to misidentify check-prefix by Rui Ueyama · 12 years ago
  79. cf708c3 Fix handling of CHECK-DAG combined with CHECK-NOT by Tim Northover · 12 years ago
  80. f8bd2e5 Add new directive called CHECK-LABEL to FileCheck. by Stephen Lin · 12 years ago
  81. 8c81172 keep only the StringRef version of getFileOrSTDIN. by Rafael Espindola · 12 years ago
  82. 91a1b2c Add 'CHECK-DAG' support by Michael Liao · 12 years ago
  83. dcc7d48 Refactor string checking. No functionality change. by Michael Liao · 12 years ago
  84. 0b707eb Remove SMLoc paired with CHECK-NOT patterns. Not functionality change. by Michael Liao · 12 years ago
  85. 61bed2f Remove tailing whitespaces by Michael Liao · 12 years ago
  86. e963d66 Plug a memory leak in FileCheck when the input file is empty. by Benjamin Kramer · 13 years ago
  87. 83c74e9 Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration. by Guy Benyei · 13 years ago
  88. 5ea04c3 Canonicalize line endings to Linux style also when the --strict-whitespace flag is in use. This flag is supposed to affect horizontal whitespaces only. by Guy Benyei · 13 years ago
  89. 91d19d8 Sort the #include lines for utils/... by Chandler Carruth · 13 years ago
  90. 061d2ba Fix a bug in FileCheck that wouldn't let define variables as follows: by Eli Bendersky · 13 years ago
  91. e8b8f1b Support referencing variables defined on the same line. by Eli Bendersky · 13 years ago
  92. 43d50d4 Clean up whitespace and add comments by Eli Bendersky · 13 years ago
  93. 8e1c647 Make FileCheck return 2 in case of an error as documented, by Eli Bendersky · 13 years ago
  94. 2649144 FileCheck: remove useless 'continue' at the end of a 'while(){}' loop. by Dmitri Gribenko · 13 years ago
  95. 92987fb Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions in by Alexander Kornienko · 13 years ago
  96. 6e9fcd6 Clarify comment. by Dmitri Gribenko · 13 years ago
  97. ef878a8 FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character after the colon. by Benjamin Kramer · 13 years ago
  98. d946696 Revert "Add -exact-match option to FileCheck to allow clients to do exact matches without using regular expressions." by Ted Kremenek · 13 years ago
  99. 1cb637c Add -exact-match option to FileCheck to allow clients to do exact matches without using regular expressions. by Ted Kremenek · 13 years ago
  100. 03b80a4 Make SMDiagnostic a little more sane. Instead of passing around note/warning/error as a by Chris Lattner · 14 years ago