summaryrefslogtreecommitdiff
path: root/ext/opcache/Optimizer/optimize_temp_vars_5.c
Commit message (Expand)AuthorAgeFilesLines
* Move optimizer into coreNikita Popov2021-01-281-187/+0
* Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-1/+1
* Remove copyright years.Dmitry Stogov2019-02-051-1/+1
* Implement single-pass live range calculationNikita Popov2019-01-211-8/+0
* Future-proof email addresses...Zeev Suraski2018-11-011-3/+3
* Removed dead codeDmitry Stogov2018-10-291-6/+0
* year++Xinchen Hui2018-01-021-1/+1
* Get rid of old compatibility macrosDmitry Stogov2017-07-041-13/+13
* Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-07-011-0/+1
|\
| * Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within fina...Bob Weinand2017-07-011-0/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Remove EXT_TYPE_UNUSED in favor of IS_UNUSEDNikita Popov2016-02-111-9/+4
* | Cleanup OP_DATA usage. Now only first operand of OP_DATA is used for ASSIGN_D...Dmitry Stogov2016-02-091-20/+0
* | Improve the namesXinchen Hui2016-01-251-1/+1
* | 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-12/+0
* | Squashed commit of the following:Dmitry Stogov2015-11-131-0/+8
|/
* Fixed bug #70207 (Finally is broken with opcache)Dmitry Stogov2015-08-101-1/+31
* Reduce memory usage by using bitsets instead of array of bytes.Dmitry Stogov2015-08-061-34/+37
* Add comment to explaining the new checkXinchen Hui2015-07-081-0/+3
* Fixed bug #70012 (Exception lost with nested finally block)Xinchen Hui2015-07-081-2/+3
* Refactored using specialized opcodesDmitry Stogov2015-04-271-0/+1
* Optimized strings concatenation.Dmitry Stogov2015-03-241-4/+33
* Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_for...Dmitry Stogov2015-02-121-28/+6
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* Reimplemented used stack size recalculation (replaced 3d4babdc2b03515fa30e382...Dmitry Stogov2014-12-261-51/+0
* Adjust tempoary variable used in caller's sideXinchen Hui2014-12-251-0/+51
* Refactored optimizer (compile different opimizer passes separately, instead o...Dmitry Stogov2014-08-281-1/+9
* Add copyright headerXinchen Hui2014-08-151-0/+21
* Remove old version PHP supportsXinchen Hui2014-08-151-106/+17
* Use arena allocator for optimizer temporary data structuresDmitry Stogov2014-06-181-9/+7
* Optimizer related fixes (incomplete)Dmitry Stogov2014-03-311-6/+29
* ext/opcache refactoring (incomplete)Dmitry Stogov2014-03-281-13/+14
* Merge Zend Optimizer+Dmitry Stogov2013-03-161-0/+222