summaryrefslogtreecommitdiff
path: root/src/pcre2_jit_test.c
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid single character repetition issues in JIT.zherczeg2021-06-041-0/+1
* Fixed a bug in character set matching when JIT is enabled.zherczeg2020-09-191-0/+1
* Fix an early fail optimization issue and a buffer overread in JIT.zherczeg2020-07-151-0/+1
* Fix inifinite loop when a single byte newline is searched in JIT.zherczeg2020-05-291-13/+25
* Force match limit for JIT tests.zherczeg2020-05-061-3/+6
* Fix a crash which occurs when the character type of an invalid UTF character ...zherczeg2020-02-201-0/+2
* Fix control verb chain restoration issue in JIT.zherczeg2020-02-101-0/+1
* Fix *THEN verbs in lookahead assertions in JIT.zherczeg2020-01-111-0/+1
* Use PCRE2_MATCH_EMPTY flag to detect empty matches in JIT.zherczeg2019-11-281-0/+1
* Fixed the incorrect computation of jump sizes on x86 CPUs in JIT.zherczeg2019-11-191-0/+2
* Rework word boundary in JIT.zherczeg2019-05-231-43/+41
* Improved the invalid utf32 support of the JIT compiler.zherczeg2019-05-101-15/+29
* Compile invalid UTF check in JIT test when only pcre32 is enabled.zherczeg2019-02-141-3/+3
* JIT tests for script runs must only run when Unicode is supported.ph102019-02-061-0/+2
* Add preliminary script run support to JIT.zherczeg2019-01-181-0/+10
* Fix an xclass matching issue in JIT.zherczeg2018-09-211-0/+1
* Fix subject buffer overread in JIT. Found by Yunho Kim.zherczeg2018-09-181-0/+4
* Implement next subject character in JIT with invalid utf enabled.zherczeg2018-09-171-0/+13
* Fix more invalid UTF issues revealed by new tests in the JIT compiler.zherczeg2018-09-171-47/+240
* Improve invalid UTF character reading in JIT.zherczeg2018-09-161-1/+10
* Add option bits for read_char in JIT.zherczeg2018-09-151-162/+215
* Start working on invalid utf subject support in JIT.zherczeg2018-09-121-20/+446
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-131-3/+3
* Ensure all match limit tests set a limit, don't rely on the default.ph102018-04-291-3/+6
* Source tidies and version etc. updates for 10.31-RC1.ph102018-01-131-2/+2
* Remove \C tests from JIT regression when NEVER_BACKSLASH_C is defined.ph102017-09-161-0/+2
* Continue reworking first character search in JIT.zherczeg2017-05-081-0/+1
* Improve first character searches.zherczeg2017-05-081-0/+1
* Support (*ACCEPT) inside recurse in JIT.zherczeg2017-03-301-0/+12
* Reworked the recursive pattern matching in the JIT compiler to follow the int...zherczeg2017-03-191-3/+2
* Code for new interpreter (build system and documentation still to be done).ph102017-03-091-9/+10
* Fix register overwite in JIT when SSE2 acceleration is enabled.zherczeg2016-07-011-0/+1
* Fix typo in test program.ph102016-05-251-4/+4
* JIT style fixes.zherczeg2016-02-241-4/+3
* Final file updates for 10.21 release.ph102016-01-121-1/+1
* Fixed a corner case of range optimization in JIT.zherczeg2015-08-261-0/+1
* Continue working on SSE2 support.zherczeg2015-08-231-0/+4
* Improve first character match in JIT with SSE2 on x86.zherczeg2015-08-231-1/+5
* A bug which was introduced by the single character repetition optimization wa...zherczeg2015-08-131-0/+1
* Improve the performance of starting single character repetitions in JIT.zherczeg2015-08-101-0/+7
* Fix JIT compilation of conditional blocks whose assertion is converted to (*F...zherczeg2015-03-241-0/+3
* Assertion code generator in JIT has been optimized.zherczeg2015-03-121-0/+10
* Move context argument to last in pcre2_jit_stack_create().ph102014-11-281-3/+3
* Remove pcre2_jit_stack argument from jit_match.zherczeg2014-11-071-3/+6
* The pcre2_jit_stack_assign is changed to use the matching context.zherczeg2014-11-061-23/+35
* Changed jit_stack_alloc to jit_stack_create.ph102014-11-031-3/+3
* Improve test coverage; minor typo in JIT test and other minor buglets fixed.ph102014-10-311-1/+1
* Remove length argument from pcre2_config; give width if where==NULL.ph102014-10-151-9/+9
* Fix JIT test issues when PCRE2 configured in various modes.zherczeg2014-10-131-28/+43
* Landing initial version of JIT regression tests.zherczeg2014-10-101-1/+1628