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