aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-241-1/+1
* lib/Support/regexec.c: Let Regex LLP64-aware.NAKAMURA Takumi2010-12-161-2/+3
* Push const through the regex engine. Fixes some of the warnings in PR6616.Owen Anderson2010-04-051-2/+2
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-301-0/+161