1. de14fcb FileCheck: When looking for "possible matches", only compare against the prefix by Daniel Dunbar · 16 years ago
  2. f28da15 Minor code cleanup. by Dan Gohman · 16 years ago
  3. 67b5af5 Skip whitespace when looking for a potential intended match. Before: by Dan Gohman · 16 years ago
  4. 6175dca Fix the position of the caret in the FileCheck error message. Before: by Dan Gohman · 16 years ago
  5. d5826d8 FileCheck: Switch "possible match" calculation to use StringRef::edit_distance. by Daniel Dunbar · 16 years ago
  6. 7143f34 Fix FileCheck crash when fuzzy scanning starting at the end of the file. by Daniel Dunbar · 16 years ago
  7. ca55327 FileCheck, PR5239: Try to find the intended match on failures, but looking for a by Daniel Dunbar · 16 years ago
  8. d2e397d FileCheck: When a string using variable references fails to match, print by Daniel Dunbar · 16 years ago
  9. 716aea0 Allow '_' in FileCheck variable names, it is nice to have at least one by Daniel Dunbar · 16 years ago
  10. 8599166 implement and document support for filecheck variables. This by Chris Lattner · 16 years ago
  11. aa2637b remove support for "NoSub" from regex. It seems like a minor optimization by Chris Lattner · 16 years ago
  12. e2bc7c2 reject attempts to use ()'s in patterns, these are reserved for filecheck. by Chris Lattner · 16 years ago
  13. ce89de2 reimplement the regex matching strategy by building a single by Chris Lattner · 16 years ago
  14. f6f6363 special case Patterns that are a single fixed string. This is a microscopic by Chris Lattner · 16 years ago
  15. d33999c filecheck should not match a \n with a . by Chris Lattner · 16 years ago
  16. 8527c71 turn a std::pair into a real class. by Chris Lattner · 16 years ago
  17. f55e81b add and document regex support for FileCheck. You can now do stuff like: by Chris Lattner · 16 years ago
  18. edc81f3 Use CanonicalizeInputFile to canonicalize the entire buffer containing the by Chris Lattner · 16 years ago
  19. bbb96e5 change 'not' matching to use Pattern, move pattern parsing logic into by Chris Lattner · 16 years ago
  20. 5ee02f1 refactor out the match string into its own Pattern class. by Chris Lattner · 16 years ago
  21. ec3c4b9 fix a FileCheck bug where: by Chris Lattner · 16 years ago
  22. 01467f6 rewrite CountNumNewlinesBetween to be in terms of StringRef. by Chris Lattner · 16 years ago
  23. 0d82c70 implement and document support for CHECK-NOT by Chris Lattner · 16 years ago
  24. 7f850d1 rewrite FileCheck in terms of StringRef instead of manual pointer pairs. by Chris Lattner · 16 years ago
  25. 41e2dc2 when emitting errors about CHECK-NEXT directives, show the line that the by Chris Lattner · 16 years ago
  26. 2337291 implement support for CHECK-NEXT: in filecheck. by Chris Lattner · 16 years ago
  27. 4dc4c27 simplify some code. by Chris Lattner · 16 years ago
  28. 9aae567 rewrite FindStringInBuffer to use an explicit loop instead of by Chris Lattner · 16 years ago
  29. 064af7d Instead of using an std::pair, use a custom struct. by Chris Lattner · 16 years ago
  30. b60f4e0 Fix an ENABLE_EXPENSIVE_CHECKS error. by Daniel Dunbar · 16 years ago
  31. fff746c Tweak comment. by Daniel Dunbar · 16 years ago
  32. 5f98ca2 improve filecheck's "scanning from here" caret position. by Chris Lattner · 16 years ago
  33. 9ff9b30 make filecheck default to canonicalizing horizontal whitespace by Chris Lattner · 16 years ago
  34. b34645f stop on the first file mismatch. by Chris Lattner · 16 years ago
  35. 77f96e1 Add a new little "FileCheck" utility for regression testing. by Chris Lattner · 16 years ago