summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/regengine.inc
Commit message (Collapse)AuthorAgeFilesLines
* Clean up language and grammar.Eric Christopher2014-05-201-1/+1
| | | | | | | Based on a patch by jfcaron3@gmail.com! PR19806 llvm-svn: 209216
* Various MSVC warning fixes about truncated 64 bit shifts and const pointers ↵Benjamin Kramer2010-04-081-1/+1
| | | | | | passed to free. llvm-svn: 100767
* Push const through the regex engine. Fixes some of the warnings in PR6616.Owen Anderson2010-04-051-42/+49
| | | | llvm-svn: 100438
* Avoid warnings if assertions are off.Duncan Sands2009-09-061-0/+3
| | | | llvm-svn: 81127
* Remove some not-really-used variables, as warnedDuncan Sands2009-09-061-6/+9
| | | | | | about by icc (#593, partial). Patch by Erick Tryzelaar. llvm-svn: 81115
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-301-0/+1021
implementation. llvm-svn: 80493
OpenPOWER on IntegriCloud