summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_gen.php
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-7/+7
* year++Xinchen Hui2018-01-021-2/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-2/+2
* Remove extraneous parentheses in conditionsSébastien Santoro2016-12-251-2/+16
* Remove redundant \tXinchen Hui2016-08-251-1/+1
* Merge branch 'pull-request/1929'Aaron Piotrowski2016-07-051-14/+12
|\
| * Remove a few references to $GLOBALS and clean up a bitSammy Kaye Powers2016-06-011-14/+12
* | Fixed executor without global register variales (gcc warnings or clang errors)Dmitry Stogov2016-06-271-1/+4
* | Turn safe timeout handling into general interrupt handling ability.Dmitry Stogov2016-06-231-0/+6
* | Implemented RFC: Fix inconsistent behavior of $this variableDmitry Stogov2016-06-161-2/+2
|/
* Split ZEND_SEND_VAR_NO_REF into ZEND_SEND_VAR_NO_REF and ZEND_SEND_VAR_NO_REF...Dmitry Stogov2016-05-311-2/+1
* Fixed bug #72213 (Finally leaks on nested exceptions).Dmitry Stogov2016-05-251-4/+2
* Specialize ZEND_ASSIGN_ADD and family according to value of opline->extended_...Dmitry Stogov2016-05-171-0/+51
* Revert "Refactor zval cleanup into single function"Dmitry Stogov2016-05-061-6/+6
* Refactor zval cleanup into single functionBob Weinand2016-05-051-6/+6
* Reduced amount of code generated for interrupt handling.Dmitry Stogov2016-04-201-3/+4
* Squashed commit of the following:Dmitry Stogov2016-03-171-7/+120
* Sorry for that... Merged by accident....Xinchen Hui2016-03-171-117/+7
* Transparently introduce type-specialized opcode handlers.Dmitry Stogov2016-03-161-7/+117
* Added ability to avoid code generation for useless opcode handlers.Dmitry Stogov2016-03-111-17/+74
* Allow usage of "TMPVARCV" pattern for cases when there is no difference in ha...Dmitry Stogov2016-03-111-281/+348
* Added possibility for extra specialization for SMART_BRANCH (e.g. IS_EQUAL+JM...Dmitry Stogov2016-03-111-39/+82
* It's better to support 5.3 as wellXinchen Hui2016-02-151-19/+19
* Remove EXT_TYPE_UNUSED in favor of IS_UNUSEDNikita Popov2016-02-111-1/+1
* Use extra specialization to eliminate run-time checks for conditions known at...Dmitry Stogov2016-02-051-6/+21
* Add extra VM operand specializationBob Weinand2016-02-041-114/+373
* Consolidate op1/op2 vm flagsNikita Popov2016-01-211-40/+29
* Merge branch 'PHP-7.0'Xinchen Hui2016-01-021-2/+2
|\
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-2/+2
* | Remove uses of VARs in extended_valueNikita Popov2015-12-211-2/+1
* | Describe special meaning of IS_UNUSED oprerandDmitry Stogov2015-12-111-0/+14
* | Use more compact description encoding schema to free some bitsDmitry Stogov2015-12-111-25/+28
* | Improve Optimizer debugging facility (print the meaning of extended_value)Dmitry Stogov2015-12-111-0/+6
* | Improved specializer:Bob Weinand2015-12-101-3/+22
* | Improved specializer (Bob)Dmitry Stogov2015-12-101-43/+48
* | Changed ZEND_FREE.op2.num and ZEND_FE_FREE.op2.num back to use live_range_off...Dmitry Stogov2015-11-111-0/+3
* | Changed meaning of "op2" for ZEND_FREE, ZEND_FE_FREE, ZEND_FAST_CALL, ZEND_FA...Dmitry Stogov2015-11-101-3/+3
* | Changed ZEND_CLONE->extended_value meaning to relative offset (previously it ...Dmitry Stogov2015-10-301-14/+12
* | Argument type renaming (ADDR->JMP_ADDR, OPLINE->JMP_ABS, REL_OPLINE->JMP_REL)Dmitry Stogov2015-10-301-13/+13
* | Fixed few issues:Dmitry Stogov2015-10-301-15/+24
* | Added zend_get_opcode_flags() function to get information about opcode operan...Dmitry Stogov2015-10-301-12/+128
|/
* Allow an experimental VM with tail call dispatch technique (disabled by defau...Dmitry Stogov2015-09-251-2/+6
* Suppressed warning -Wvolatile-register-varXinchen Hui2015-09-151-0/+4
* Fix zend_vm_call_opcode_handler (e.g. Generators throwing exceptions) with IP...Bob Weinand2015-08-261-2/+7
* Assign CPU registers for GOTO and SWITCH executor as wellDmitry Stogov2015-08-251-2/+14
* Removed deprecated comments and added expectations (overloaded properties and...Dmitry Stogov2015-08-191-2/+2
* Revert "Simplify ZEND_EXIT and count boolean values to it as exit status"Dmitry Stogov2015-08-121-2/+2
* Simplify ZEND_EXIT and count boolean values to it as exit statusBob Weinand2015-08-111-2/+2
* Fixed typoDmitry Stogov2015-08-101-2/+2
* Improve the conditions(save one comparison)Xinchen Hui2015-07-151-4/+1