summaryrefslogtreecommitdiff
path: root/pcre_jit_test.c
Commit message (Expand)AuthorAgeFilesLines
* lcc and inline printint.c fixeszherczeg2011-12-151-10/+17
* PUBL macro added, single char optimization is fixed, MAX_255 checks are added...zherczeg2011-12-141-6/+65
* Optimization fixes for ranges contains only a single characterzherczeg2011-12-111-18/+25
* Improving pcre_jit_test and add missing 16 bit API functionszherczeg2011-12-101-70/+107
* extending the 16 bit API, mode check, and fixeszherczeg2011-12-101-42/+65
* Adding --enable-utf option rather than --enable-utf16. --enable-utf8 is kept ...zherczeg2011-12-081-1/+1
* UTF16 fixes: iterated character parsing, named referenceszherczeg2011-12-071-32/+45
* Updating pcre_jit_test. Most of the JIT tests are working now in 16 bit mode.zherczeg2011-12-061-92/+325
* Supporting OP_NCREF, OP_RREF and OP_NRREF by the JIT compilerzherczeg2011-10-311-0/+9
* Support OP_ANYBYTE in JIT when utf8 is disabled and optimizing utf8 character...zherczeg2011-10-161-0/+4
* Revised pcre_jit_test that runs OK with or without UTF-8 and/or UCP.ph102011-09-191-25/+54
* Final source and document tidies for 8.20-RC1.ph102011-09-111-3/+3
* Adjust JIT limit code; make JIT test return 1 if not successful.ph102011-08-281-7/+17
* Change pcre_assign_jit_callback to pcre_assign_jit_stack.ph102011-08-271-1/+1
* Commit all the changes for JIT support, but without any documentation yet.ph102011-08-221-0/+668