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