Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix integer undefined behavior due to signed left shift overflow in LLVM. | Richard Smith | 2012-08-24 | 1 | -1/+1 |
| | | | | | | Reviewed offline by chandlerc. llvm-svn: 162623 | ||||
* | lib/Support/regexec.c: Let Regex LLP64-aware. | NAKAMURA Takumi | 2010-12-16 | 1 | -2/+3 |
| | | | | | | On LLP64 Win64, 'states1' (for small version) was expanded to 'char *' for large version. Thus small version would be mischosen when nstates > 32 regardless of sizeof(long) on Win64. llvm-svn: 121942 | ||||
* | Push const through the regex engine. Fixes some of the warnings in PR6616. | Owen Anderson | 2010-04-05 | 1 | -2/+2 |
| | | | | llvm-svn: 100438 | ||||
* | Add regular expression matching support, based on OpenBSD regexec()/regcomp() | Torok Edwin | 2009-08-30 | 1 | -0/+161 |
implementation. llvm-svn: 80493 |