1. b42db15 Fix llvm-special-case-list-fuzzer regexp exception by Vlad Tsyrklevich · 8 years ago
  2. d8dfeec [Support] - Fix possible crash in match() of llvm::Regex. by George Rimar · 9 years ago
  3. a9ff072 [LLVM/Support] - Create no-arguments constructor for llvm::Regex by George Rimar · 9 years ago
  4. 667363b [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests. by Chandler Carruth · 12 years ago
  5. 7a23804 Make llvm::Regex non-copyable but movable. by David Blaikie · 12 years ago
  6. 4b73989 Swap around EXPECT_EQ() arguments orders for more natural gtest Failure messages by Alp Toker · 12 years ago
  7. d0d1a74 Add missing escape characters to the new Regex::escape() function by Alp Toker · 12 years ago
  8. 96dd18c Fix off-by-one error in Regex::isValid by Alexey Samsonov · 12 years ago
  9. fe8cd75 Introduce Regex::isLiteralERE function. by Peter Collingbourne · 12 years ago
  10. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  11. 10f22d7 Add backreference matching capabilities to Support/Regex, with by Eli Bendersky · 13 years ago
  12. eb85711 Add Regex::sub, for doing regular expression substitution with backreferences. by Daniel Dunbar · 16 years ago
  13. 37d8015 remove support for "NoSub" from regex. It seems like a minor optimization by Chris Lattner · 16 years ago
  14. f08d2db add and document regex support for FileCheck. You can now do stuff like: by Chris Lattner · 16 years ago
  15. e14d4cd Add regular expression matching support, based on OpenBSD regexec()/regcomp() by Torok Edwin · 16 years ago