summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_def.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'internal-function-return-types' of github.com:reeze/php-src int...Dmitry Stogov2015-02-051-0/+4
|\
| * Implemented internal function return typesReeze Xia2015-02-051-0/+4
|/
* Fixed unused opline warningXinchen Hui2015-01-311-1/+2
* Implement return typesLevi Morrison2015-01-271-0/+18
* Remove assignment of new by referenceNikita Popov2015-01-261-10/+0
* Fixed ext/standard/tests/general_functions/bug41970.phpt failsXinchen Hui2015-01-261-0/+1
* Fixed memory leakDmitry Stogov2015-01-231-5/+8
* Revert "Remove static calls from incompatible $this context"Nikita Popov2015-01-191-15/+15
* Remove static calls from incompatible $this contextNikita Popov2015-01-171-15/+15
* bump yearXinchen Hui2015-01-151-1/+1
* Improve "instanceof". Interfaces of the left operand should be checked only i...Dmitry Stogov2015-01-141-2/+2
* Reorder conditions to make "fast paths" shorterDmitry Stogov2015-01-131-54/+57
* Improved access to object properties (cache property offset instead of pointe...Dmitry Stogov2015-01-131-6/+6
* Handle run-time cache for static properties directly in executor.Dmitry Stogov2015-01-131-13/+47
* Improved access to static property. Now we cache pointers to zval instead of ...Dmitry Stogov2015-01-131-1/+20
* trailing whitespace removalStanislav Malyshev2015-01-101-42/+42
* Micro optimization for better register allocationDmitry Stogov2014-12-291-1/+1
* Reored conditionsDmitry Stogov2014-12-291-30/+30
* CleanupDmitry Stogov2014-12-291-7/+6
* Added new API function 'zend_string* zend_string_tolower(zend_string*)'.Dmitry Stogov2014-12-241-3/+2
* API for fast construction of packed arraysDmitry Stogov2014-12-231-15/+18
* Removed useless checksDmitry Stogov2014-12-221-1/+2
* typoDmitry Stogov2014-12-221-1/+1
* Fixed segfaultXinchen Hui2014-12-211-3/+2
* Fixed memory leaksDmitry Stogov2014-12-191-0/+2
* Drop ZEND_PRINT opcode in favor of ZEND_ECHONikita Popov2014-12-181-8/+0
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-161-21/+89
|\
| * Optimize argument passing handlers:Dmitry Stogov2014-12-161-21/+89
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-161-2/+4
|\ \ | |/
| * Revert "Removed useless local variable"Dmitry Stogov2014-12-161-2/+4
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-151-4/+2
|\ \ | |/
| * Removed useless local variableDmitry Stogov2014-12-151-4/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-254/+254
|/
* Fixed compilation warningsDmitry Stogov2014-12-121-2/+2
* Reduced size of zend_op on 64-bit systems.Dmitry Stogov2014-12-121-142/+142
* Make ZEND_INIT_FCALL keep predcalculted size of necessary stack space in opli...Dmitry Stogov2014-12-121-2/+2
* Revert "Save one xor instr"Xinchen Hui2014-12-111-3/+1
* Merge branch 'master' of https://git.php.net/repository/php-srcXinchen Hui2014-12-111-1/+2
|\
| * fix TS build and C89 compatAnatol Belski2014-12-101-1/+2
* | Save one xor instrXinchen Hui2014-12-111-1/+3
|/
* Wrap RETURN_VALUE_USED() with EXPECTED() or UNEXPECTED() macros according to ...Dmitry Stogov2014-12-091-26/+26
* Improved ASSIGN_<OP>, ASSIGN_DIM and UNSET_DIMDmitry Stogov2014-12-091-60/+54
* simplified codeDmitry Stogov2014-12-091-9/+5
* Move ZVAL_DEREF() and make_real_object() into slow paths.Dmitry Stogov2014-12-091-104/+97
* Pass znode_op structure by value (it fits into one word) instead of pointer t...Dmitry Stogov2014-12-091-6/+6
* Move checks for references into slow paths.Dmitry Stogov2014-12-091-13/+17
* Improved ASSIGN_DIM and ASSIGN_OBJDmitry Stogov2014-12-091-38/+45
* Fixed typoDmitry Stogov2014-12-081-1/+1
* Move checks for references into slow paths of handlers or helpers. Remove dup...Dmitry Stogov2014-12-081-104/+184
* Removed useless handlersDmitry Stogov2014-12-061-22/+102