1. 2b8b90a Fix compilation on Darwin with expensive checks. by Jonas Devlieghere · 8 years ago
  2. b71bc44 Add const to a const method. NFC by George Burgess IV · 9 years ago
  3. d8dfeec [Support] - Fix possible crash in match() of llvm::Regex. by George Rimar · 9 years ago
  4. 1ab16f8 [Support] Fix a warning introduced in r280339 due to the member by Chandler Carruth · 9 years ago
  5. a9ff072 [LLVM/Support] - Create no-arguments constructor for llvm::Regex by George Rimar · 9 years ago
  6. 075759a Remove more superfluous .str() and replace std::string concatenation with Twine. by Yaron Keren · 11 years ago
  7. 16132e6 Purge unused includes throughout libSupport. by Benjamin Kramer · 11 years ago
  8. c10719f [C++11] Make use of 'nullptr' in the Support library. by Craig Topper · 12 years ago
  9. 7a23804 Make llvm::Regex non-copyable but movable. by David Blaikie · 12 years ago
  10. d0d1a74 Add missing escape characters to the new Regex::escape() function by Alp Toker · 12 years ago
  11. 6f4f77b Expose FileCheck's AddFixedStringToRegEx as Regex::escape by Hans Wennborg · 12 years ago
  12. 96dd18c Fix off-by-one error in Regex::isValid by Alexey Samsonov · 12 years ago
  13. fe8cd75 Introduce Regex::isLiteralERE function. by Peter Collingbourne · 12 years ago
  14. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  15. 10f22d7 Add backreference matching capabilities to Support/Regex, with by Eli Bendersky · 13 years ago
  16. 0687ec7 regexes are allowed to match empty things, e.g. {{.*}} in filecheck. by Chris Lattner · 15 years ago
  17. 92d8998 Don't pass StringRef by reference. by Benjamin Kramer · 15 years ago
  18. eb85711 Add Regex::sub, for doing regular expression substitution with backreferences. by Daniel Dunbar · 16 years ago
  19. 37d8015 remove support for "NoSub" from regex. It seems like a minor optimization by Chris Lattner · 16 years ago
  20. f08d2db add and document regex support for FileCheck. You can now do stuff like: by Chris Lattner · 16 years ago
  21. 1ce8362 tidy up, fix a memory leak in Regex::isValid by Chris Lattner · 16 years ago
  22. e14d4cd Add regular expression matching support, based on OpenBSD regexec()/regcomp() by Torok Edwin · 16 years ago