summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/jit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert "Illegal offset type" warnings to exceptionsNikita Popov2019-09-271-4/+7
* Convert "cannot add element" warning to exceptionNikita Popov2019-09-271-6/+9
* Throw Error when writing property of non-objectNikita Popov2019-09-271-20/+22
* JIT: Fix missing free on JMPZ_EX with op1 == resNikita Popov2019-08-301-0/+32
* Removed die('skip wurstuoppe');Dmitry Stogov2019-07-051-1/+0
* Fix SKIPIF conditionsChristoph M. Becker2019-07-0189-87/+93
* JIT: Fix SWITCH_LONG/STRING codegen with exact typeNikita Popov2019-05-281-0/+38
* Fixed register allocationDmitry Stogov2019-05-281-0/+23
* Improved code for unordered comparisonDmitry Stogov2019-05-061-0/+25
* Fixed JIT for DEFINED opcodeDmitry Stogov2019-04-221-0/+38
* Fixed bug #77857 (Wrong result if executed with JIT)Xinchen Hui2019-04-091-0/+27
* Fixed incorrect address usageDmitry Stogov2019-04-032-1/+29
* Added JIT compiler for x86 and x86_64Dmitry Stogov2019-04-0184-0/+2691