History log of /external/llvm/lib/Support/regexec.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1144af3c9b4da48cd581156e05b24261c8de366a 25-Aug-2012 Richard Smith <richard-llvm@metafoo.co.uk> Fix integer undefined behavior due to signed left shift overflow in LLVM.
Reviewed offline by chandlerc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162623 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/regexec.c
ad3ea3d85f164dc1b2746950e378334197d8688d 16-Dec-2010 NAKAMURA Takumi <geek4civic@gmail.com> lib/Support/regexec.c: Let Regex LLP64-aware.

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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121942 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/regexec.c
d2520dcc701da54862e3e73b16d58c25474417be 05-Apr-2010 Owen Anderson <resistor@mac.com> Push const through the regex engine. Fixes some of the warnings in PR6616.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100438 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/regexec.c
ce0c81e7dd321e9f94f628daa5528f56cab0ab88 30-Aug-2009 Torok Edwin <edwintorok@gmail.com> Add regular expression matching support, based on OpenBSD regexec()/regcomp()
implementation.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80493 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/regexec.c