summaryrefslogtreecommitdiff
path: root/src/pcre2_jit_match.c
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect comment.ph102019-07-291-1/+0
* Fix typos and obsolescences in comments.ph102018-10-211-2/+0
* Set subject field in match data to NULL after failed match.ph102018-10-191-2/+1
* Implement PCRE2_COPY_MATCHED_SUBJECT.ph102018-10-171-1/+2
* Update some register assignments and the JIT compiler.zherczeg2018-01-091-3/+3
* JIT compiler update.zherczeg2017-11-291-1/+1
* Fix pcre2_jit_match early check.zherczeg2017-11-231-1/+1
* Reverse the jit-stack to top-down.zherczeg2017-03-271-4/+4
* JIT compiler update.zherczeg2016-02-291-1/+1
* Final file updates for 10.21 release.ph102016-01-121-1/+1
* Support offset limit in JIT.zherczeg2015-11-151-0/+3
* Improve options passing.zherczeg2015-04-201-5/+1
* Update and improve substring handling and its documentation.ph102014-12-141-0/+1
* Next attempt to fix the previous bug.zherczeg2014-11-301-4/+5
* Fix jit_callback check in JIT.zherczeg2014-11-301-1/+1
* Get rid of remaining FIXMEs in the code; implement JIT compile timing.ph102014-11-121-2/+0
* Typos in non-JIT compile mode.ph102014-11-111-1/+0
* JIT compiler update.zherczeg2014-11-091-1/+1
* Remove pcre2_jit_stack argument from jit_match.zherczeg2014-11-071-2/+5
* The pcre2_jit_stack_assign is changed to use the matching context.zherczeg2014-11-061-2/+2
* Tidy a lot of files (remove trailing spaces)ph102014-10-201-3/+3
* Landing initial version of JIT regression tests.zherczeg2014-10-101-9/+11
* Several small JIT fixes.zherczeg2014-10-081-3/+4
* More JIT fixes.zherczeg2014-10-051-6/+6
* Minor fixes. RunTest 1 now works with JIT.zherczeg2014-10-041-3/+2
* Starting commit of the JIT compiler.zherczeg2014-10-031-10/+93
* PCRE2 successfully compiles with --enable-jit now.zherczeg2014-09-301-5/+2
* Change lengths to PCRE2_SIZE and revise OP_RECURSE processing.ph102014-08-161-6/+11
* Preparatory work for JIT.ph102014-08-081-3/+6
* Compiling with --disalbe-stack-for-recursion is working. Introduce PCRE2_OFFSET ph102014-07-041-1/+1
* Refactor the framework for revised API.ph102014-04-181-0/+98