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