index
:
delta/pcre.git
baserock/morph
master
oldtrunk8
pcre16
vcs.exim.org: pcre/code
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pcre_jit_compile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
A match limit issue is fixed in JIT.
zherczeg
2015-09-02
1
-2
/
+1
*
Fixed a corner case of range optimization in JIT.
zherczeg
2015-08-26
1
-0
/
+2
*
Fix two assertion fails in JIT found by Karl Skomski.
zherczeg
2015-08-24
1
-4
/
+8
*
Match limit check added to recursion.
zherczeg
2015-08-14
1
-0
/
+2
*
The JIT compiler should restore the control chain for empty possessive repeats.
zherczeg
2015-08-11
1
-3
/
+9
*
The JIT compiler should not check repeats after a {0,1} repeat byte code.
zherczeg
2015-08-11
1
-1
/
+12
*
The JIT compiler did not restore the control verb head in case of *THEN contr...
zherczeg
2015-08-08
1
-0
/
+7
*
Fix typo in JIT.
zherczeg
2015-07-22
1
-1
/
+1
*
Fix infinite recursion in the JIT compiler when certain patterns when certain...
zherczeg
2015-07-20
1
-4
/
+11
*
Minor JIT fixes.
zherczeg
2015-06-25
1
-2
/
+7
*
Fix JIT assertion failure.
zherczeg
2015-04-21
1
-0
/
+7
*
Minor refactor in JIT and set auto-possessify limit to 1000 from 10000 (to ma...
zherczeg
2015-04-01
1
-12
/
+3
*
Fix JIT compilation of conditional blocks, which assertion is converted to (*...
zherczeg
2015-03-24
1
-1
/
+12
*
Minor JIT compiler update.
zherczeg
2015-03-06
1
-1
/
+1
*
Remove computing the JIT read-only data size in advance and use on-demand mem...
zherczeg
2015-03-05
1
-74
/
+51
*
JIT compiler update.
zherczeg
2014-11-09
1
-1
/
+1
*
Style fixes.
zherczeg
2014-10-06
1
-18
/
+18
*
Support custom memory allocators in the JIT compiler.
zherczeg
2014-09-30
1
-37
/
+37
*
Major JIT compiler update.
zherczeg
2014-09-27
1
-385
/
+385
*
JIT compiler update.
zherczeg
2014-08-11
1
-1
/
+1
*
Major JIT compiler update.
zherczeg
2014-07-07
1
-345
/
+345
*
Major JIT compiler update.
zherczeg
2014-06-17
1
-2
/
+2
*
Fix compiler warning.
zherczeg
2014-04-28
1
-1
/
+1
*
Fixed an issue with nested table jumps.
zherczeg
2014-04-25
1
-8
/
+10
*
Add missing match limit test to JIT.
zherczeg
2014-04-24
1
-0
/
+1
*
Get rid of "uninitialized" compiler warning.
ph10
2014-03-04
1
-0
/
+1
*
Fix an infinite fast-forward newline on invalid UTF input.
zherczeg
2014-01-28
1
-4
/
+16
*
JIT: Add not (^) and query (?) support to fast forward search.
zherczeg
2014-01-13
1
-4
/
+33
*
JIT: Improved update table for the fast forward search algorithm.
zherczeg
2014-01-13
1
-81
/
+130
*
JIT: refactoring some code in the forward search.
zherczeg
2014-01-12
1
-29
/
+38
*
Improve pattern prefix search by a simplified Boyer-Moore algorithm in JIT.
zherczeg
2014-01-11
1
-9
/
+124
*
JIT: Better fixed prefix scan when UTF is enabled.
zherczeg
2014-01-10
1
-7
/
+54
*
JIT: Optimize might be empty checks.
zherczeg
2014-01-07
1
-16
/
+27
*
JIT: Optimize brackets with more than four alternatives.
zherczeg
2014-01-06
1
-63
/
+141
*
JIT: Optimize character range read based on minimum value in UTF-8 mode. Seve...
zherczeg
2014-01-01
1
-4
/
+54
*
Warning fixes and code refactoring (renamings).
zherczeg
2014-01-01
1
-54
/
+76
*
JIT: Optimize xclass character read.
zherczeg
2013-12-31
1
-115
/
+100
*
JIT: Improved matching of newlines.
zherczeg
2013-12-31
1
-23
/
+58
*
JIT: Improved character read in UTF mode.
zherczeg
2013-12-30
1
-122
/
+90
*
More character range checks.
zherczeg
2013-12-30
1
-170
/
+280
*
Improve character range checks in JIT.
zherczeg
2013-12-29
1
-59
/
+82
*
Improve fast forward search in JIT.
zherczeg
2013-12-29
1
-61
/
+275
*
The auto-possessification of character sets were improved. The JIT compiler a...
zherczeg
2013-12-22
1
-33
/
+57
*
A new flag is set, when property checks are present in an XCLASS.
zherczeg
2013-12-22
1
-35
/
+88
*
Fix internal error for XCLASS in 16/32-bit non-UCP versions with heap
ph10
2013-12-06
1
-1
/
+1
*
Fix XCLASS POSIX types in JIT.
zherczeg
2013-11-30
1
-4
/
+4
*
Add support for PT_PXGRAPH, PT_PXPRINT, and PT_PXPUNCT in JIT.
zherczeg
2013-11-15
1
-0
/
+65
*
More auto-possessification additions, using possessive class repeats. These are
ph10
2013-10-14
1
-32
/
+71
*
Matching 0x85 and 0x180e to \s in JIT when UCP is used.
zherczeg
2013-10-13
1
-1
/
+7
*
Support OP_DNREF and OP_DNREFI in JIT.
zherczeg
2013-10-11
1
-45
/
+153
[next]