summaryrefslogtreecommitdiff
path: root/ext/opcache/tests
Commit message (Expand)AuthorAgeFilesLines
* Support VERIFY_RETURN_TYPE elision with unused operandNikita Popov2021-03-221-0/+23
* Support prototypes in call graphNikita Popov2021-03-191-0/+49
* Allow inferring narrowed return typeNikita Popov2021-03-181-0/+44
* Update opt testNikita Popov2021-03-181-1/+1
* Merge branch 'PHP-8.0'Dmitry Stogov2021-03-171-0/+111
|\
| * Fixed bug #80861 (erronous array key overflow in 2D array with JIT)Dmitry Stogov2021-03-171-0/+111
* | Merge branch 'PHP-8.0'Dmitry Stogov2021-03-171-0/+37
|\ \ | |/
| * Fixed bug #80839 (PHP problem with JIT)Dmitry Stogov2021-03-171-0/+37
* | Merge branch 'PHP-8.0'Dmitry Stogov2021-03-021-0/+49
|\ \ | |/
| * Fixed bug #80802: (zend_jit_fetch_indirect_var assert failure with tracing JIT)Dmitry Stogov2021-03-011-0/+49
* | Merge branch 'PHP-8.0'Dmitry Stogov2021-02-241-0/+18
|\ \ | |/
| * Fixed bug #80782 (DASM_S_RANGE_VREG on PHP_INT_MIN-1)Dmitry Stogov2021-02-241-0/+18
* | Merge branch 'PHP-8.0'Nikita Popov2021-02-231-0/+25
|\ \ | |/
| * Fixed bug #80786Nikita Popov2021-02-231-0/+25
* | Fix static variable behavior with inheritanceNikita Popov2021-02-181-1/+1
* | Merge branch 'PHP-8.0'Dmitry Stogov2021-02-171-0/+43
|\ \ | |/
| * Fixed bug #80745 (JIT produces Assert failure and UNKNOWN:0 var_dumps in code...Dmitry Stogov2021-02-171-0/+43
* | Merge branch 'PHP-8.0'Dmitry Stogov2021-02-161-0/+98
|\ \ | |/
| * Fixed bug #80742 (Opcache JIT makes some boolean logic unexpectedly be true)Dmitry Stogov2021-02-161-0/+98
* | Handle warnings during sccp function evaluationNikita Popov2021-02-111-0/+27
* | Optimize ZEND_COUNT opcodes on arrays in the jitTyson Andre2021-02-091-0/+68
* | Added Inheritance Cache.Dmitry Stogov2021-02-098-34/+58
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-201-2/+5
|\ \ | |/
| * Skip preloading test on windowsNikita Popov2021-01-201-2/+5
* | Merge branch 'PHP-8.0'Dmitry Stogov2021-01-202-0/+32
|\ \ | |/
| * Fixed bug #80634 (write_property handler of internal classes is skipped on pr...Dmitry Stogov2021-01-202-0/+32
* | Rename zend-test to zend_testNikita Popov2021-01-193-3/+3
* | Clean up remaining opcodes for foreach([] as $x)Tyson Andre2021-01-071-0/+71
* | Restrict allowed usages of $GLOBALSNikita Popov2021-01-061-17/+0
* | Merge branch 'PHP-8.0'Dmitry Stogov2020-12-011-0/+34
|\ \ | |/
| * Bug #80447 (Strange out of memory error when running with JIT)Dmitry Stogov2020-12-011-0/+34
* | Merge branch 'PHP-8.0'Dmitry Stogov2020-12-011-0/+1
|\ \ | |/
| * Skip test if JIT is not availableDmitry Stogov2020-12-011-0/+1
* | Merge branch 'PHP-8.0'Dmitry Stogov2020-11-301-0/+27
|\ \ | |/
| * Disable JIT with incompatible third-party extensionsDmitry Stogov2020-11-301-0/+27
* | Merge branch 'PHP-8.0'Nikita Popov2020-11-301-0/+14
|\ \ | |/
| * Only replace IN_ARRAY result type for JMPZ/JMPNZNikita Popov2020-11-301-0/+14
* | Merge branch 'PHP-8.0'Nikita Popov2020-11-271-0/+15
|\ \ | |/
| * Respect strict_types during sccp function call evaluationNikita Popov2020-11-272-1/+16
* | Remove duplicate str_split check, fix test expectationTyson Andre2020-11-271-1/+1
* | Merge branch 'PHP-8.0'Nikita Popov2020-11-272-0/+15
|\ \ | |/
| * Fix handling of sccp exceptionsNikita Popov2020-11-272-0/+15
* | Merge branch 'PHP-8.0'Nikita Popov2020-11-271-0/+12
|\ \ | |/
| * Handle exceptions during SCCP function evaluationNikita Popov2020-11-271-0/+12
* | Merge branch 'PHP-8.0'Nikita Popov2020-11-271-0/+12
|\ \ | |/
| * Fixed bug #80433Nikita Popov2020-11-271-0/+12
* | Merge branch 'PHP-8.0'Dmitry Stogov2020-11-172-1/+41
|\ \ | |/
| * Fixed trampoline handlingDmitry Stogov2020-11-172-1/+41
* | Merge branch 'PHP-8.0'Dmitry Stogov2020-11-161-0/+34
|\ \ | |/
| * Trampoline cleanupDmitry Stogov2020-11-161-0/+34