summaryrefslogtreecommitdiff
path: root/pcre_jit_compile.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling mistakes in comments.ph102013-05-101-3/+3
* Improved support for match_limit in JIT.zherczeg2013-04-281-17/+23
* Fix compiler warnings in JIT.zherczeg2013-04-061-2/+3
* Fix for recursions to preserve repeat counters.zherczeg2013-04-021-1/+16
* Rename some variables.zherczeg2013-04-011-18/+18
* Auto-detect and optimize limited repetitions in JIT.zherczeg2013-04-011-226/+334
* Final touches on control verbs in JIT.zherczeg2013-03-291-23/+56
* Control verbs are handled in the same way in JIT and interpreter.zherczeg2013-03-251-31/+42
* Improve performance of then verb in JIT.zherczeg2013-03-171-36/+11
* Recursive control verb priority is removed from JIT.zherczeg2013-03-161-119/+35
* Fix a crash and an invalid return value in JIT when *THEN verb is used.zherczeg2013-03-151-18/+35
* Experimental support of (*THEN) backtracking verb in the JIT compiler.zherczeg2013-03-121-73/+351
* Support for SKIP with argument is added to the JIT compiler. Control verb sup...zherczeg2013-03-121-13/+81
* OP_ONCE support is added to the backtracking control verb chain support in JIT.zherczeg2013-03-111-129/+189
* Next patch for control verb chain. OP_ONCE support is still missing.zherczeg2013-03-101-27/+66
* Experimental support of (*SKIP) backtracking verb in the JIT compiler.zherczeg2013-03-101-63/+277
* (*PRUNE) is now supported by the JIT compiler.zherczeg2013-03-071-41/+139
* Fix callout issues revealed by 64 bit big endian systems.zherczeg2013-03-051-4/+4
* Optimizing soft partial matching in JIT.zherczeg2013-03-041-27/+29
* Support \p{Xuc} in JIT.zherczeg2013-03-041-2/+20
* Minor optimization of soft-partial matching in JIT.zherczeg2013-02-251-4/+2
* Output vector[2] for partial matching is now supported by the JIT compiler.zherczeg2013-02-221-4/+23
* Inlining subpatterns in recursions.zherczeg2013-02-181-110/+173
* Supporting callouts and recursions together. Removing an unnecessary length c...zherczeg2013-02-111-25/+25
* Continue work on callouts and possessive quantifiers in JIT.zherczeg2013-02-101-51/+90
* Adding experimental support for callouts in JIT.zherczeg2013-02-091-139/+350
* Optimizing fast_forward_start_bits in JIT.zherczeg2013-02-051-11/+26
* Fix two buffer over read issues in 16 and 32 bit modes. Affects JIT only.zherczeg2013-01-261-21/+9
* Fix forward search in JIT when link size is 3 or greater.zherczeg2013-01-181-1/+1
* File tidies, preparing for 8.32-RC1.ph102012-11-111-1/+1
* Large JIT compiler update again.zherczeg2012-11-091-47/+47
* JIT compiler update.zherczeg2012-11-071-58/+58
* Another huge JIT compiler update.zherczeg2012-11-011-144/+144
* JIT native interface.zherczeg2012-10-291-4/+84
* Get rid of signed/unsigned compiler warnings (Zoltan's patch).ph102012-10-271-10/+11
* pcre32: Add note about othercasebit only handling BMP characters for nowchpe2012-10-161-0/+4
* pcre32: Fix unused variable warningschpe2012-10-161-1/+1
* pcre32: Remove unnecessary ifdefingchpe2012-10-161-21/+17
* pcre32: More 32-bit cleanliness fixeschpe2012-10-161-1/+1
* pcre32: Add 32-bit librarychpe2012-10-161-139/+167
* Optimizing clists in JIT.zherczeg2012-10-031-13/+48
* PowerPC 64 fixes in the JIT.zherczeg2012-10-021-3/+7
* Fix signed/unsigned comparison warnings.zherczeg2012-09-291-1/+1
* Case folding in JIT and removing unnecessary spaceszherczeg2012-09-281-6/+34
* Improving the first n character searches.zherczeg2012-09-161-64/+42
* Improve extended grapheme clusters using a bit table.ph102012-08-261-4/+5
* Optimize register allocation of \X in JIT.zherczeg2012-08-261-5/+9
* JIT support for extended grapheme cluster.zherczeg2012-08-251-6/+12
* Final touches on capturing bracket optimization. (Recursion doesn't affect it)zherczeg2012-08-231-4/+3
* Improve the matching speed of capturing brackets.zherczeg2012-08-221-29/+133