| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Fix llvm-special-case-list-fuzzer regexp exception | Vlad Tsyrklevich | 2017-10-27 | 1 | -0/+8 |
| * | [Support] - Fix possible crash in match() of llvm::Regex. | George Rimar | 2016-09-02 | 1 | -0/+9 |
| * | [LLVM/Support] - Create no-arguments constructor for llvm::Regex | George Rimar | 2016-09-01 | 1 | -0/+9 |
| * | [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests. | Chandler Carruth | 2014-03-01 | 1 | -2/+0 |
| * | Make llvm::Regex non-copyable but movable. | David Blaikie | 2014-01-02 | 1 | -0/+15 |
| * | Swap around EXPECT_EQ() arguments orders for more natural gtest Failure messages | Alp Toker | 2013-12-12 | 1 | -8/+8 |
| * | Add missing escape characters to the new Regex::escape() function | Alp Toker | 2013-12-12 | 1 | -0/+5 |
| * | Fix off-by-one error in Regex::isValid | Alexey Samsonov | 2013-08-08 | 1 | -0/+8 |
| * | Introduce Regex::isLiteralERE function. | Peter Collingbourne | 2013-08-05 | 1 | -0/+15 |
| * | Sort the #include lines for unittest/... | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
| * | Add backreference matching capabilities to Support/Regex, with | Eli Bendersky | 2012-11-28 | 1 | -1/+22 |
| * | Add Regex::sub, for doing regular expression substitution with backreferences. | Daniel Dunbar | 2010-02-17 | 1 | -0/+29 |
| * | remove support for "NoSub" from regex. It seems like a minor optimization | Chris Lattner | 2009-09-26 | 1 | -4/+4 |
| * | add and document regex support for FileCheck. You can now do stuff like: | Chris Lattner | 2009-09-24 | 1 | -0/+1 |
| * | Add regular expression matching support, based on OpenBSD regexec()/regcomp() | Torok Edwin | 2009-08-30 | 1 | -0/+64 |