Zoltan Herczeg
|
51ec2c9893
|
Fix incorrect detection of alternatives in first character search.
|
2021-10-05 16:41:13 +00:00 |
Zoltán Herczeg
|
a5389db88d
|
Fix invalid single character repetition issues in JIT.
|
2021-06-04 12:55:49 +00:00 |
Zoltán Herczeg
|
3bdc76e4f3
|
Fixed a bug in character set matching when JIT is enabled.
|
2020-09-19 03:49:32 +00:00 |
Zoltán Herczeg
|
3d317692ac
|
Fix an early fail optimization issue and a buffer overread in JIT.
|
2020-07-15 04:35:32 +00:00 |
Zoltán Herczeg
|
e0c6029a62
|
Fix inifinite loop when a single byte newline is searched in JIT.
|
2020-05-29 14:20:23 +00:00 |
Zoltán Herczeg
|
018044a54e
|
Force match limit for JIT tests.
|
2020-05-06 11:18:31 +00:00 |
Zoltán Herczeg
|
c21bd97754
|
Fix a crash which occurs when the character type of an invalid UTF character is decoded in JIT.
|
2020-02-20 07:42:47 +00:00 |
Zoltán Herczeg
|
697cf5f602
|
Fix control verb chain restoration issue in JIT.
|
2020-02-10 10:18:01 +00:00 |
Zoltán Herczeg
|
bf4cd8212f
|
Fix *THEN verbs in lookahead assertions in JIT.
|
2020-01-11 15:28:15 +00:00 |
Zoltán Herczeg
|
f5286d8f56
|
Use PCRE2_MATCH_EMPTY flag to detect empty matches in JIT.
|
2019-11-28 11:35:08 +00:00 |
Zoltán Herczeg
|
af45f41fbb
|
Fixed the incorrect computation of jump sizes on x86 CPUs in JIT.
|
2019-11-19 12:25:32 +00:00 |
Zoltán Herczeg
|
2ad4329f83
|
Rework word boundary in JIT.
|
2019-05-23 07:46:10 +00:00 |
Zoltán Herczeg
|
274efb8ded
|
Improved the invalid utf32 support of the JIT compiler.
|
2019-05-10 13:15:20 +00:00 |
Zoltán Herczeg
|
1b95f98f95
|
Compile invalid UTF check in JIT test when only pcre32 is enabled.
|
2019-02-14 07:33:57 +00:00 |
Philip.Hazel
|
4d17f4b856
|
JIT tests for script runs must only run when Unicode is supported.
|
2019-02-06 19:02:23 +00:00 |
Zoltán Herczeg
|
9b1c7e4d4a
|
Add preliminary script run support to JIT.
|
2019-01-18 14:14:19 +00:00 |
Zoltán Herczeg
|
8800191109
|
Fix an xclass matching issue in JIT.
|
2018-09-21 07:24:34 +00:00 |
Zoltán Herczeg
|
80adf9d165
|
Fix subject buffer overread in JIT. Found by Yunho Kim.
|
2018-09-18 10:19:14 +00:00 |
Zoltán Herczeg
|
aa2687737d
|
Implement next subject character in JIT with invalid utf enabled.
|
2018-09-17 13:43:31 +00:00 |
Zoltán Herczeg
|
a0188b9ee1
|
Fix more invalid UTF issues revealed by new tests in the JIT compiler.
|
2018-09-17 08:09:51 +00:00 |
Zoltán Herczeg
|
7035170527
|
Improve invalid UTF character reading in JIT.
|
2018-09-16 10:35:00 +00:00 |
Zoltán Herczeg
|
142c667bbc
|
Add option bits for read_char in JIT.
|
2018-09-15 12:35:56 +00:00 |
Zoltán Herczeg
|
12c4a246b6
|
Start working on invalid utf subject support in JIT.
|
2018-09-12 19:06:29 +00:00 |
Philip.Hazel
|
392974a0cb
|
File tidies and documentation update for 10.32-RC1 Release Candidate.
|
2018-08-13 11:57:09 +00:00 |
Philip.Hazel
|
3fb01b0443
|
Ensure all match limit tests set a limit, don't rely on the default.
|
2018-04-29 15:07:44 +00:00 |
Philip.Hazel
|
958cd1484f
|
Source tidies and version etc. updates for 10.31-RC1.
|
2018-01-13 16:53:02 +00:00 |
Philip.Hazel
|
5e3a1da503
|
Remove \C tests from JIT regression when NEVER_BACKSLASH_C is defined.
|
2017-09-16 11:46:08 +00:00 |
Zoltán Herczeg
|
4655d89ce5
|
Continue reworking first character search in JIT.
|
2017-05-08 13:32:59 +00:00 |
Zoltán Herczeg
|
3c542db175
|
Improve first character searches.
|
2017-05-08 03:35:40 +00:00 |
Zoltán Herczeg
|
a5da70b28c
|
Support (*ACCEPT) inside recurse in JIT.
|
2017-03-30 13:25:20 +00:00 |
Zoltán Herczeg
|
b55ef12cc1
|
Reworked the recursive pattern matching in the JIT compiler to follow the interpreter changes.
|
2017-03-19 03:35:27 +00:00 |
Philip.Hazel
|
20804215a8
|
Code for new interpreter (build system and documentation still to be done).
|
2017-03-09 16:23:28 +00:00 |
Zoltán Herczeg
|
83c67a8ece
|
Fix register overwite in JIT when SSE2 acceleration is enabled.
|
2016-07-01 08:56:59 +00:00 |
Philip.Hazel
|
de605ef9a0
|
Fix typo in test program.
|
2016-05-25 08:42:31 +00:00 |
Zoltán Herczeg
|
80d7d825e1
|
JIT style fixes.
|
2016-02-24 10:17:10 +00:00 |
Philip.Hazel
|
bebd2d48bf
|
Final file updates for 10.21 release.
|
2016-01-12 14:44:34 +00:00 |
Zoltán Herczeg
|
e40bc47ae2
|
Fixed a corner case of range optimization in JIT.
|
2015-08-26 13:35:58 +00:00 |
Zoltán Herczeg
|
9150629497
|
Continue working on SSE2 support.
|
2015-08-23 09:47:08 +00:00 |
Zoltán Herczeg
|
81af149870
|
Improve first character match in JIT with SSE2 on x86.
|
2015-08-23 01:54:04 +00:00 |
Zoltán Herczeg
|
d98800a946
|
A bug which was introduced by the single character repetition optimization was fixed.
|
2015-08-13 11:35:38 +00:00 |
Zoltán Herczeg
|
1a3a24016d
|
Improve the performance of starting single character repetitions in JIT.
|
2015-08-10 12:28:27 +00:00 |
Zoltán Herczeg
|
69cda6bc70
|
Fix JIT compilation of conditional blocks whose assertion is converted to (*FAIL).
|
2015-03-24 08:43:52 +00:00 |
Zoltán Herczeg
|
bccfdcb172
|
Assertion code generator in JIT has been optimized.
|
2015-03-12 11:21:38 +00:00 |
Philip.Hazel
|
161cd17ba0
|
Move context argument to last in pcre2_jit_stack_create().
|
2014-11-28 12:46:16 +00:00 |
Zoltán Herczeg
|
94c0deddd3
|
Remove pcre2_jit_stack argument from jit_match.
|
2014-11-07 12:12:52 +00:00 |
Zoltán Herczeg
|
7d9caa5b41
|
The pcre2_jit_stack_assign is changed to use the matching context.
|
2014-11-06 14:37:09 +00:00 |
Philip.Hazel
|
08e3107cbe
|
Changed jit_stack_alloc to jit_stack_create.
|
2014-11-03 17:13:00 +00:00 |
Philip.Hazel
|
8aa511a98b
|
Improve test coverage; minor typo in JIT test and other minor buglets fixed.
|
2014-10-31 12:34:34 +00:00 |
Philip.Hazel
|
7d0008d453
|
Remove length argument from pcre2_config; give width if where==NULL.
|
2014-10-15 16:44:12 +00:00 |
Zoltán Herczeg
|
a6302442f2
|
Fix JIT test issues when PCRE2 configured in various modes.
|
2014-10-13 06:43:00 +00:00 |