summaryrefslogtreecommitdiff
path: root/ext/opcache/Optimizer/nop_removal.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Evaluate arguments of new for classes without ctorNikita Popov2016-03-251-2/+0
* Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Remove uses of VARs in extended_valueNikita Popov2015-12-211-4/+4
* | minor fixesDmitry Stogov2015-11-181-1/+5
* | Don't undo/redo "pass two" for jump targets in opcache optimizer.Dmitry Stogov2015-11-171-12/+39
* | Break dependency between opcache and optimizer. Remove copatibility macros.Dmitry Stogov2015-11-121-2/+2
* | We don't nees zend_op_array->brk_cont_array at run-time anymore.Dmitry Stogov2015-11-101-4/+3
|/
* Resolve GOTO at compile time and replace it with sequnce of FREE/FE_FREE and ...Dmitry Stogov2015-07-101-9/+0
* Squashed commit of the following:Dmitry Stogov2015-07-101-0/+16
* Fixed bug #62210 (Exceptions can leak temporary variables. As a part of the f...Dmitry Stogov2015-07-071-16/+0
* Merged FE_FETCH_R[W] with the following ASSIGN[_REF] when assigne to CV.Dmitry Stogov2015-05-131-2/+4
* Refactored using specialized opcodesDmitry Stogov2015-04-271-0/+2
* Improved assert() according to expectations RFC.Dmitry Stogov2015-03-021-0/+1
* Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_for...Dmitry Stogov2015-02-121-2/+4
* bump yearXinchen Hui2015-01-151-1/+1
* Opcache compatibility for coalesce operatorNikita Popov2014-09-281-0/+1
* Removed ZEND_QM_ASSIGN_VAR and ZEND_JMP_SET_VAR opcodes (in PHPNG they did ex...Dmitry Stogov2014-09-111-1/+0
* Refactored optimizer (compile different opimizer passes separately, instead o...Dmitry Stogov2014-08-281-1/+9
* master renames phase 2Anatol Belski2014-08-251-6/+6
* master renames phase 1Anatol Belski2014-08-251-1/+1
* basic macro replacements, all at onceAnatol Belski2014-08-191-1/+1
* Add copyright headerXinchen Hui2014-08-151-0/+21
* Remove old version PHP supportsXinchen Hui2014-08-151-14/+0
* Merge Zend Optimizer+Dmitry Stogov2013-03-161-0/+126