summaryrefslogtreecommitdiff
path: root/pcre_jit_compile.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a possible uninitialized memory bug.ph102011-12-071-1/+2
* Source tidies for 8.21-RC1ph102011-12-061-2/+2
* Preserve the size of JIT compiled code. Add PCRE_INFO_JITSIZE and use it forph102011-12-021-0/+10
* JIT should use pcre_malloc/pcre_free for allocation.zherczeg2011-11-191-0/+2
* Supporting OP_NCREF, OP_RREF and OP_NRREF by the JIT compilerzherczeg2011-10-311-25/+240
* Support OP_ANYBYTE in JIT when utf8 is disabled and optimizing utf8 character...zherczeg2011-10-161-30/+49
* Refactoring atomic block data saving. The new code is considerably simpler an...zherczeg2011-10-091-138/+83
* A fix for signed/unsigned comparison warnings reported by Visual C++ in the J...zherczeg2011-10-011-3/+5
* File tidies for 8.20-RC2 release.ph102011-09-231-1/+1
* Remove continual recording of MAX_INDEX, calculate itonly at the end of the m...zherczeg2011-09-181-75/+37
* Swap MAX_INDEX and CALL_COUNT, since CALL_COUNT is used far more frequently s...zherczeg2011-09-171-29/+37
* JIT must support special NEWLINE constantszherczeg2011-09-161-1/+9
* Final source and document tidies for 8.20-RC1.ph102011-09-111-6/+6
* Tidy up interface from pcre_study() to JIT, and ignore a minimum length of 0.ph102011-09-091-1/+4
* Documentation for JIT support.ph102011-08-281-1/+3
* Adjust JIT limit code; make JIT test return 1 if not successful.ph102011-08-281-5/+42
* Give PCRE_ERROR_JIT_STACKLIMIT when JIT runs out of stack.ph102011-08-271-2/+2
* Change pcre_assign_jit_callback to pcre_assign_jit_stack.ph102011-08-271-2/+2
* Get rid of unused variable compiler warnings when UTF-8 not supported.ph102011-08-231-1/+3
* Fix unset memory bug found by valgrind.ph102011-08-231-2/+3
* Commit all the changes for JIT support, but without any documentation yet.ph102011-08-221-0/+6388