summaryrefslogtreecommitdiff
path: root/pcre_jit_compile.c
Commit message (Expand)AuthorAgeFilesLines
* fixing existing and adding new byte-order related functionszherczeg2011-12-191-1/+0
* PUBL macro added, single char optimization is fixed, MAX_255 checks are added...zherczeg2011-12-141-2/+2
* Merge changes from trunk r755 to r800 into the 16-bit branch.ph102011-12-121-1/+12
* extending the 16 bit API, mode check, and fixeszherczeg2011-12-101-1/+1
* Adding --enable-utf option rather than --enable-utf16. --enable-utf8 is kept ...zherczeg2011-12-081-5/+5
* Updating pcre_jit_test. Most of the JIT tests are working now in 16 bit mode.zherczeg2011-12-061-53/+56
* Improving UTF-16 support by fixing a lot of issues.zherczeg2011-12-051-81/+125
* Start working on UTF-16. Updating macros and adding new ones.zherczeg2011-12-031-122/+251
* renaming utf8 to utf, JIT compiler update, disallowing invalid utf charszherczeg2011-12-031-49/+50
* better digit parsing, first_byte, req_byte are renamed to first_char req_char...zherczeg2011-12-011-32/+33
* Make character ranges 16 bit friendlyzherczeg2011-11-281-15/+31
* Update those opcode sizes whose depend on IMM2_SIZEzherczeg2011-11-271-41/+41
* Make simple patterns work in PCRE16zherczeg2011-11-261-50/+143
* PRIV macro added, several new files addedzherczeg2011-11-231-36/+36
* string utilities addedzherczeg2011-11-221-4/+4
* Apply Zoltan's big patch.ph102011-11-211-96/+96
* 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