summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/jit
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Optimize ZEND_COUNT opcodes on arrays in the jitTyson Andre2021-02-091-0/+68
* | 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-191-1/+1
|/
* Bug #80447 (Strange out of memory error when running with JIT)Dmitry Stogov2020-12-011-0/+34
* Skip test if JIT is not availableDmitry Stogov2020-12-011-0/+1
* Disable JIT with incompatible third-party extensionsDmitry Stogov2020-11-301-0/+27
* Fixed bug #80433Nikita Popov2020-11-271-0/+12
* Fixed trampoline handlingDmitry Stogov2020-11-172-1/+41
* Trampoline cleanupDmitry Stogov2020-11-161-0/+34
* Fixed INIT_METHOD_CALL + IS_VAR + reference in tracing JITDmitry Stogov2020-09-221-0/+35
* Fixed incorrect JIT for FETCH_THIS+SEND_REFDmitry Stogov2020-09-211-0/+26
* Fixed memory leakDmitry Stogov2020-09-091-0/+21
* Fix typo in test descriptionMichael Voříšek2020-09-021-1/+1
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-0960-0/+60
* Promote "undefined array key" notice to warningNikita Popov2020-08-031-2/+2
* Fixed bug #79888 (Incorrect execution with JIT enabled)Dmitry Stogov2020-07-291-0/+38
* Implement 'Saner Numeric Strings' RFC:George Peter Banyard2020-07-292-19/+23
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-104-9/+9
* Replace EXPECTF when possibleFabien Villepinte2020-06-291-1/+1
* Fixed JIT failures on WindowsDmitry Stogov2020-06-221-5/+0
* Mark failing tests as XFAIL for nowChristoph M. Becker2020-06-201-0/+5
* Improve error messages for invalid property accessMáté Kocsis2020-05-181-3/+3
* Improve undefined variable error messagesMáté Kocsis2020-03-316-6/+6
* Fixed RC inference for ZEND_ASSIGN_STATIC_PROP and removed useless checks dur...Dmitry Stogov2020-03-141-0/+28
* Fix bug #79358: JIT miscompile in composerNikita Popov2020-03-091-0/+15
* Reindent phpt filesNikita Popov2020-02-0379-474/+474
* Fix #78880: Final spelling fixesMáté Kocsis2020-01-162-2/+2
* Fix SSA construction for ADD_ARRAY_ELEMENT in RC_INFERENCE modeNikita Popov2019-12-301-0/+28
* Fixed JIT for TYPE_CHECK opcode (exception handling in case of undefined argu...Dmitry Stogov2019-11-121-0/+25
* Fixed incorrect JIT compilationDmitry Stogov2019-10-141-0/+22
* Fixed incorrect JIT compilationDmitry Stogov2019-10-141-0/+23
* Convert some notices to warningsNikita Popov2019-10-029-16/+16
* Promote write "use scalar as array" warning to ErrorNikita Popov2019-09-271-5/+8