summaryrefslogtreecommitdiff
path: root/src/pcre2_jit_misc.c
Commit message (Expand)AuthorAgeFilesLines
* JIT compiler update.zherczeg2020-08-271-1/+1
* The JIT stack should be freed when the low-level stack allocation fails.zherczeg2020-01-241-0/+5
* Final file updates for 10.21 release.ph102016-01-121-1/+1
* Fix compiler errors when JIT is not enabled.zherczeg2015-03-061-0/+6
* Remove computing the JIT read-only data size in advance and use on-demand mem...zherczeg2015-03-061-2/+20
* Move context argument to last in pcre2_jit_stack_create().ph102014-11-281-2/+2
* Typos in non-JIT compile mode.ph102014-11-111-1/+1
* The pcre2_jit_stack_assign is changed to use the matching context.zherczeg2014-11-061-12/+4
* Changed jit_stack_alloc to jit_stack_create.ph102014-11-031-1/+1
* Remove some unused code and a spurious comment and reword one message.ph102014-10-251-9/+1
* More per-function documentation; revised perltest.sh replaces perltest.pl.ph102014-10-251-0/+1
* Fix several bugs concerned with different configurations.ph102014-10-151-10/+4
* Fix JIT test issues when PCRE2 configured in various modes.zherczeg2014-10-131-0/+11
* Support for JIT code free and small partial match optimization.zherczeg2014-10-091-3/+16
* Several small JIT fixes.zherczeg2014-10-081-3/+2
* Call _pcre2_jit_free from pcre2_code_free.ph102014-10-071-2/+17
* More JIT fixes.zherczeg2014-10-051-7/+15
* Minor fixes. RunTest 1 now works with JIT.zherczeg2014-10-041-0/+1
* PCRE2 successfully compiles with --enable-jit now.zherczeg2014-09-301-11/+21
* Change lengths to PCRE2_SIZE and revise OP_RECURSE processing.ph102014-08-161-8/+32
* Preparatory work for JIT.ph102014-08-081-0/+18
* Refactor the framework for revised API.ph102014-04-181-15/+12
* Create dummy framework for all functions and programs.ph102014-03-071-0/+128