aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/regexec.c
AgeCommit message (Expand)Author
2012-08-24Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith
2010-12-16lib/Support/regexec.c: Let Regex LLP64-aware.NAKAMURA Takumi
2010-04-05Push const through the regex engine. Fixes some of the warnings in PR6616.Owen Anderson
2009-08-30Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin