summaryrefslogtreecommitdiff
path: root/pcre_jit_test.c
Commit message (Expand)AuthorAgeFilesLines
* Fix register overwite in JIT when SSE2 acceleration is enabled.zherczeg2016-07-011-0/+1
* Refactor to fix a typo.ph102016-05-251-4/+4
* Migrating JIT tests from PCRE2-JIT.zherczeg2016-02-241-1/+17
* Assertion code generator in JIT has been optimized.zherczeg2016-02-051-0/+10
* Fixed a corner case of range optimization in JIT.zherczeg2015-08-261-0/+1
* Fix JIT compilation of conditional blocks, which assertion is converted to (*...zherczeg2015-03-241-0/+3
* Fix some invalid defines.zherczeg2014-11-071-3/+3
* Minor style fixes in JIT test.zherczeg2014-10-101-2/+7
* Disable incorrect error messages reported by the JIT test program.zherczeg2014-03-141-14/+10
* Fix an infinite fast-forward newline on invalid UTF input.zherczeg2014-01-281-11/+16
* JIT: Optimize character range read based on minimum value in UTF-8 mode. Seve...zherczeg2014-01-011-0/+15
* The auto-possessification of character sets were improved. The JIT compiler a...zherczeg2013-12-221-0/+6
* Support OP_DNREF and OP_DNREFI in JIT.zherczeg2013-10-111-1/+17
* Fix for recursions to preserve repeat counters.zherczeg2013-04-021-0/+4
* Auto-detect and optimize limited repetitions in JIT.zherczeg2013-04-011-0/+11
* Control verbs are handled in the same way in JIT and interpreter.zherczeg2013-03-251-4/+9
* Recursive control verb priority is removed from JIT.zherczeg2013-03-161-2/+2
* Fix a crash and an invalid return value in JIT when *THEN verb is used.zherczeg2013-03-151-0/+7
* OP_ONCE support is added to the backtracking control verb chain support in JIT.zherczeg2013-03-111-0/+12
* Next patch for control verb chain. OP_ONCE support is still missing.zherczeg2013-03-101-0/+6
* Experimental support of (*SKIP) backtracking verb in the JIT compiler.zherczeg2013-03-101-0/+9
* (*PRUNE) is now supported by the JIT compiler.zherczeg2013-03-071-0/+8
* Adding experimental support for callouts in JIT.zherczeg2013-02-091-2/+17
* Fix function declaration in JIT test.zherczeg2012-10-291-3/+3
* JIT native interface.zherczeg2012-10-291-36/+61
* Change spaces back to tabs in JIT test.zherczeg2012-10-191-237/+237
* pcre32: Fix indentationchpe2012-10-161-1/+1
* pcre32: Add 32-bit librarychpe2012-10-161-107/+415
* PowerPC 64 fixes in the JIT.zherczeg2012-10-021-6/+6
* Fix JIT tests when UTF is disabled and both 8 and 16 bit mode are enabled.zherczeg2012-09-121-2/+2
* JIT support for extended grapheme cluster.zherczeg2012-08-251-1/+1
* IBM AIX OS support for PPCzherczeg2012-07-111-0/+1
* Fix a firstline related bug introduced in r986, and use TMP3 as temporary sto...zherczeg2012-07-101-2/+3
* Optimizing single character iterators in JITzherczeg2012-06-171-1/+1
* (COMMIT*) is now supported by the JIT compilerzherczeg2012-02-281-0/+7
* (*MARK) support, set_SOM optimization and other fixes in JITzherczeg2012-02-241-5/+64
* Partial matching support is added to the JIT compilerzherczeg2012-02-131-15/+48
* Fixing a wrong JIT test casezherczeg2012-02-101-3/+4
* JIT test prints cpu infozherczeg2012-01-171-3/+11
* Get rid of a number of -Wunused-but-set-variable compiler warnings.ph102012-01-151-0/+4
* rename PCRE_SCHAR16 to PCRE_UCHAR16 and JIT compiler updatezherczeg2012-01-091-4/+4
* Add pcre16 prefix to 16 bit structszherczeg2012-01-051-6/+12
* add pcre16_callout_block and pcre16_extrazherczeg2012-01-041-2/+2
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-181/+622
* 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