| Commit message (Expand) | Author | Age | Files | Lines |
| * | Regex: Make "match" and "sub" const member functions | Thomas Preud'homme | 2019-09-24 | 1 | -12/+27 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Fix compilation on Darwin with expensive checks. | Jonas Devlieghere | 2018-03-12 | 1 | -5/+10 |
| * | Add const to a const method. NFC | George Burgess IV | 2017-04-18 | 1 | -1/+1 |
| * | [Support] - Fix possible crash in match() of llvm::Regex. | George Rimar | 2016-09-02 | 1 | -0/+10 |
| * | [Support] Fix a warning introduced in r280339 due to the member | Chandler Carruth | 2016-09-01 | 1 | -1/+1 |
| * | [LLVM/Support] - Create no-arguments constructor for llvm::Regex | George Rimar | 2016-09-01 | 1 | -0/+2 |
| * | Remove more superfluous .str() and replace std::string concatenation with Twine. | Yaron Keren | 2015-03-30 | 1 | -1/+2 |
| * | Purge unused includes throughout libSupport. | Benjamin Kramer | 2015-03-23 | 1 | -2/+1 |
| * | [C++11] Make use of 'nullptr' in the Support library. | Craig Topper | 2014-04-07 | 1 | -1/+1 |
| * | Make llvm::Regex non-copyable but movable. | David Blaikie | 2014-01-02 | 1 | -2/+4 |
| * | Add missing escape characters to the new Regex::escape() function | Alp Toker | 2013-12-12 | 1 | -21/+6 |
| * | Expose FileCheck's AddFixedStringToRegEx as Regex::escape | Hans Wennborg | 2013-12-12 | 1 | -0/+29 |
| * | Fix off-by-one error in Regex::isValid | Alexey Samsonov | 2013-08-08 | 1 | -1/+1 |
| * | Introduce Regex::isLiteralERE function. | Peter Collingbourne | 2013-08-05 | 1 | -0/+7 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
| * | Add backreference matching capabilities to Support/Regex, with | Eli Bendersky | 2012-11-28 | 1 | -1/+3 |
| * | regexes are allowed to match empty things, e.g. {{.*}} in filecheck. | Chris Lattner | 2011-04-09 | 1 | -1/+1 |
| * | Don't pass StringRef by reference. | Benjamin Kramer | 2010-07-14 | 1 | -2/+2 |
| * | Add Regex::sub, for doing regular expression substitution with backreferences. | Daniel Dunbar | 2010-02-17 | 1 | -0/+76 |
| * | remove support for "NoSub" from regex. It seems like a minor optimization | Chris Lattner | 2009-09-26 | 1 | -15/+12 |
| * | add and document regex support for FileCheck. You can now do stuff like: | Chris Lattner | 2009-09-24 | 1 | -2/+3 |
| * | tidy up, fix a memory leak in Regex::isValid | Chris Lattner | 2009-09-24 | 1 | -13/+10 |
| * | Add regular expression matching support, based on OpenBSD regexec()/regcomp() | Torok Edwin | 2009-08-30 | 1 | -0/+97 |