1. 783a038 Fix off-by-one error in Regex::isValid by Alexey Samsonov · 12 years ago
  2. aa80e61 Introduce Regex::isLiteralERE function. by Peter Collingbourne · 12 years ago
  3. 5a88dda Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  4. 6b73148 Add backreference matching capabilities to Support/Regex, with by Eli Bendersky · 13 years ago
  5. d2a5c0d Add Regex::sub, for doing regular expression substitution with backreferences. by Daniel Dunbar · 16 years ago
  6. 81f46d9 remove support for "NoSub" from regex. It seems like a minor optimization by Chris Lattner · 16 years ago
  7. 5287008 add and document regex support for FileCheck. You can now do stuff like: by Chris Lattner · 16 years ago
  8. ce0c81e Add regular expression matching support, based on OpenBSD regexec()/regcomp() by Torok Edwin · 16 years ago