1. 5ffd940 Reland [FileCheck] Move FileCheck implementation out of LLVMSupport into its own library by Raphael Isemann · 5 years ago[Renamed (99%) from llvm/unittests/Support/FileCheckTest.cpp]
  2. ed89eb3 Revert "[FileCheck] Move FileCheck implementation out of LLVMSupport into its own library" by Raphael Isemann · 5 years ago[Renamed (99%) from llvm/unittests/FileCheck/FileCheckTest.cpp]
  3. e9a3d1a [FileCheck] Move FileCheck implementation out of LLVMSupport into its own library by Raphael Isemann · 5 years ago[Renamed (99%) from llvm/unittests/Support/FileCheckTest.cpp]
  4. 998709b [FileCheck] Add precision to format specifier by Thomas Preud'homme · 5 years ago
  5. 4cc9142 [FileCheckTest] Supress new warning by Dávid Bolvanský · 5 years ago
  6. 9f86b8e [FileCheck] Report captured variables by Joel E. Denny · 5 years ago
  7. 31eb834 [llvm][NFC] Add missing 'override's in unittests/ by Logan Smith · 5 years ago
  8. 416be22 Reland [FileCheck, unittest] Improve readability of ExpressionFormat by Thomas Preud'homme · 5 years ago
  9. a3adfb4 Revert "[FileCheck, unittest] Improve readability of ExpressionFormat" by Thomas Preud'homme · 5 years ago
  10. cd2553d [FileCheck, unittest] Improve readability of ExpressionFormat by Thomas Preud'homme · 5 years ago
  11. 95db1e7 [FileCheck] Implement * and / operators for ExpressionValue. by Paul Walker · 5 years ago
  12. 47934c7 FileCheck [11/12]: Add matching constraint specification by Thomas Preud'homme · 6 years ago
  13. 8fd2270 [FileCheck] Add function call support to numerical expressions. by Paul Walker · 5 years ago
  14. ed9df86 [FileCheck] Implement equality operators for ExpressionValue. by Paul Walker · 5 years ago
  15. 23ac16c FileCheck [10/12]: Add support for signed numeric values by Thomas Preud'homme · 7 years ago
  16. 3be5e53 [FileCheck] Allow parenthesized expressions by Alex Richardson · 5 years ago
  17. 76e0ab2 [FileCheck] - Refactor the code related to string arrays. NFCI. by Georgii Rymar · 5 years ago
  18. 9743123 [FileCheck] Better diagnostic for format conflict by Thomas Preud'homme · 5 years ago
  19. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 6 years ago
  20. 8e96697 FileCheck [9/12]: Add support for matching formats by Thomas Preud'homme · 7 years ago
  21. f1ad192 [FileCheck] Strengthen error checks in unit tests by Thomas Preud'homme · 6 years ago
  22. a81e044 [FileCheck] Make Match unittest more flexible by Thomas Preud'homme · 6 years ago
  23. abd0ab3 [FileCheck] Clean and improve unit tests by Thomas Preud'homme · 6 years ago
  24. d8fd92e [FileCheck] Remove FileCheck prefix in API by Thomas Preud'homme · 6 years ago
  25. e37bc5e [NFC] [FileCheck] Reapply fix init of objects in unit tests by Thomas Preud'homme · 6 years ago
  26. b0e997b Revert "[NFC] [FileCheck] Fix init of stack objects in unit tests" by Dmitri Gribenko · 6 years ago
  27. edfb869 [NFC] [FileCheck] Fix init of stack objects in unit tests by Thomas Preud'homme · 6 years ago
  28. ed11786 [FileCheck] Move private interface to its own header by Thomas Preud'homme · 6 years ago
  29. a291b95 [FileCheck] Forbid using var defined on same line by Thomas Preud'homme · 6 years ago
  30. 0eaee54 [llvm] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
  31. 168a6dc [FileCheck] Use ASSERT for fatal unit tests by Thomas Preud'homme · 6 years ago
  32. 4cd9b85 FileCheck [8/12]: Define numeric var from expr by Thomas Preud'homme · 6 years ago
  33. 5ecb880 Revert "FileCheck [8/12]: Define numeric var from expr" by Thomas Preud'homme · 6 years ago
  34. 00c8dab Revert "[FileCheck] Use ASSERT for fatal unit tests" by Thomas Preud'homme · 6 years ago
  35. fb59673 [FileCheck] Use ASSERT for fatal unit tests by Thomas Preud'homme · 6 years ago
  36. 1b05977 FileCheck [8/12]: Define numeric var from expr by Thomas Preud'homme · 6 years ago
  37. 7049449 [FileCheck] Fix numeric variable redefinition by Thomas Preud'homme · 6 years ago
  38. 99f2a10 [FileCheck] Store line numbers as optional values by Thomas Preud'homme · 6 years ago
  39. 2a7f520 FileCheck [7/12]: Arbitrary long numeric expressions by Thomas Preud'homme · 6 years ago
  40. f64b7f6 [FileCheck] Use bool operator to test Expected by Thomas Preud'homme · 6 years ago
  41. 2bf04f2 [FileCheck] Simplify numeric variable interface by Thomas Preud'homme · 6 years ago
  42. f6ea43b [FileCheck] Fix @LINE value after match failure by Thomas Preud'homme · 6 years ago
  43. 88b0d20 Revert "[FileCheck] Simplify numeric variable interface" by Michael Liao · 6 years ago
  44. 096600a [FileCheck] Simplify numeric variable interface by Thomas Preud'homme · 6 years ago
  45. 56f6308 [FileCheck] Share variable instance among uses by Thomas Preud'homme · 6 years ago
  46. fe7ac17 [FileCheck] Don't diagnose undef vars at parse time by Thomas Preud'homme · 6 years ago
  47. a2ef1ba [FileCheck] Stop qualifying expressions as numeric by Thomas Preud'homme · 6 years ago
  48. baae41f FileCheck: Return parse error w/ Error & Expected by Thomas Preud'homme · 6 years ago
  49. 71d3f22 FileCheck [6/12]: Introduce numeric variable definition by Thomas Preud'homme · 6 years ago
  50. f3b9bb3 [FileCheck] Introduce substitution subclasses by Thomas Preud'homme · 6 years ago
  51. 1a944d2 FileCheck: Improve FileCheck variable terminology by Thomas Preud'homme · 6 years ago
  52. 7b4ecdd Reinstate "FileCheck [5/12]: Introduce regular numeric variables" by Thomas Preud'homme · 6 years ago
  53. 00439368 Revert "FileCheck [5/12]: Introduce regular numeric variables" by Thomas Preud'homme · 6 years ago
  54. e47362c FileCheck [5/12]: Introduce regular numeric variables by Thomas Preud'homme · 6 years ago
  55. 288ed91 FileCheck [4/12]: Introduce @LINE numeric expressions by Thomas Preud'homme · 6 years ago
  56. 8dea9cd Fix string UAF in new FileCheck test by Reid Kleckner · 6 years ago
  57. 15cb1f1 FileCheck [3/12]: Stricter parsing of @LINE expressions by Thomas Preud'homme · 6 years ago
  58. 5a33047 FileCheck [2/12]: Stricter parsing of -D option by Thomas Preud'homme · 6 years ago
  59. e038fa7 FileCheck [1/12]: Move variable table in new object by Thomas Preud'homme · 6 years ago