1. a76a788 Fix FileCheck crash when fuzzy scanning starting at the end of the file. by Daniel Dunbar · 15 years ago
  2. ead2dac FileCheck, PR5239: Try to find the intended match on failures, but looking for a by Daniel Dunbar · 15 years ago
  3. fafe93c FileCheck: When a string using variable references fails to match, print by Daniel Dunbar · 15 years ago
  4. 964ac01 Allow '_' in FileCheck variable names, it is nice to have at least one by Daniel Dunbar · 15 years ago
  5. eec9695 implement and document support for filecheck variables. This by Chris Lattner · 15 years ago
  6. 81f46d9 remove support for "NoSub" from regex. It seems like a minor optimization by Chris Lattner · 15 years ago
  7. 94638f0 reject attempts to use ()'s in patterns, these are reserved for filecheck. by Chris Lattner · 15 years ago
  8. 5d6a05f reimplement the regex matching strategy by building a single by Chris Lattner · 15 years ago
  9. 2702e6a special case Patterns that are a single fixed string. This is a microscopic by Chris Lattner · 15 years ago
  10. d9485dd filecheck should not match a \n with a . by Chris Lattner · 15 years ago
  11. bfa2eed turn a std::pair into a real class. by Chris Lattner · 15 years ago
  12. 5287008 add and document regex support for FileCheck. You can now do stuff like: by Chris Lattner · 15 years ago
  13. adea46e Use CanonicalizeInputFile to canonicalize the entire buffer containing the by Chris Lattner · 15 years ago
  14. a29703e change 'not' matching to use Pattern, move pattern parsing logic into by Chris Lattner · 15 years ago
  15. 9fc6678 refactor out the match string into its own Pattern class. by Chris Lattner · 15 years ago
  16. 8111576 fix a FileCheck bug where: by Chris Lattner · 15 years ago
  17. 3711b7a rewrite CountNumNewlinesBetween to be in terms of StringRef. by Chris Lattner · 15 years ago
  18. f15380b implement and document support for CHECK-NOT by Chris Lattner · 15 years ago
  19. 9607703 rewrite FileCheck in terms of StringRef instead of manual pointer pairs. by Chris Lattner · 15 years ago
  20. 05e9d99 Don't install FileCheck or FileUpdate by Douglas Gregor · 15 years ago
  21. 0b2353f when emitting errors about CHECK-NEXT directives, show the line that the by Chris Lattner · 15 years ago
  22. 5dafafd implement support for CHECK-NEXT: in filecheck. by Chris Lattner · 15 years ago
  23. d7e2505 simplify some code. by Chris Lattner · 15 years ago
  24. 7bee327 rewrite FindStringInBuffer to use an explicit loop instead of by Chris Lattner · 15 years ago
  25. 207e1bc Instead of using an std::pair, use a custom struct. by Chris Lattner · 15 years ago
  26. 6f69aa3 Fix an ENABLE_EXPENSIVE_CHECKS error. by Daniel Dunbar · 15 years ago
  27. e9e2733 Tweak comment. by Daniel Dunbar · 15 years ago
  28. d7073db improve filecheck's "scanning from here" caret position. by Chris Lattner · 15 years ago
  29. 88a7e9e make filecheck default to canonicalizing horizontal whitespace by Chris Lattner · 15 years ago
  30. af9005d stop on the first file mismatch. by Chris Lattner · 15 years ago
  31. 81cb8ca Add a new little "FileCheck" utility for regression testing. by Chris Lattner · 15 years ago