Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-05-31 | 1 | -5/+2 |
|\ | |||||
| * | Fixed compilation warning | Dmitry Stogov | 2019-05-31 | 1 | -5/+2 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-05-31 | 1 | -870/+263 |
|\ \ | |/ | |||||
| * | Don't specialize "cold" handlers | Dmitry Stogov | 2019-05-31 | 1 | -870/+263 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-05-31 | 1 | -1425/+203 |
|\ \ | |/ | |||||
| * | Removed useless specialization. Specialized handlers called not specialized h... | Dmitry Stogov | 2019-05-31 | 1 | -1425/+203 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-05-31 | 1 | -0/+24 |
|\ \ | |/ | |||||
| * | Reduce register pressure by reloading values on CPUs with few general purpose... | Dmitry Stogov | 2019-05-31 | 1 | -0/+24 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-05-30 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | Disable "bad" optimisations only for emulation loop | Dmitry Stogov | 2019-05-30 | 1 | -0/+8 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-05-28 | 1 | -8/+12 |
|\ \ | |/ | |||||
| * | Avoid double copying | Dmitry Stogov | 2019-05-28 | 1 | -8/+12 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-05-27 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | BIND_STATIC of implicit binding may be undef | Nikita Popov | 2019-05-27 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-05-13 | 1 | -69/+284 |
|\ \ | |/ | |||||
| * | Implement spread operator in arrays | CHU Zhaowei | 2019-05-13 | 1 | -69/+284 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-05-02 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Implement arrow functions | Nikita Popov | 2019-05-02 | 1 | -2/+3 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-04-18 | 1 | -9/+4 |
|\ \ | |/ | |||||
| * | Don't initialize return value before calling user functions | Dmitry Stogov | 2019-04-18 | 1 | -9/+4 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-04-15 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Removed tests that always (or almost always) true | Dmitry Stogov | 2019-04-15 | 1 | -4/+4 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-04-15 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix last maybe uninit warnings on 7.4 | Nikita Popov | 2019-04-15 | 1 | -2/+2 |
| * | Backported call frame initialization improvement | Dmitry Stogov | 2019-04-12 | 1 | -258/+302 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-04-12 | 1 | -65/+9 |
|\ \ | |/ | |||||
| * | Replace "ZEND_CALL_CTOR" hack by additional live-range | Dmitry Stogov | 2019-04-12 | 1 | -65/+9 |
* | | Merge branch 'master' of git.php.net:php-src | Dmitry Stogov | 2019-04-11 | 1 | -4/+4 |
|\ \ | |||||
| * \ | Merge branch 'PHP-7.4' | Nikita Popov | 2019-04-11 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Generate ZEND_COUNT for sizeof() | Nikita Popov | 2019-04-11 | 1 | -4/+4 |
* | | | Check for ZEND_CALL_RELEASE_THIS only if ZEND_CALL_CLOSURE is not set | Dmitry Stogov | 2019-04-11 | 1 | -8/+4 |
|/ / | |||||
* | | Simplify call frame initialization | Dmitry Stogov | 2019-04-11 | 1 | -243/+270 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-04-08 | 1 | -36/+36 |
|\ \ | |/ | |||||
| * | Fix invalid function by-ref prop assign handling | Nikita Popov | 2019-04-08 | 1 | -36/+36 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-04-05 | 1 | -962/+1552 |
|\ \ | |/ | |||||
| * | Optimized "smart branch" instructions | Dmitry Stogov | 2019-04-05 | 1 | -962/+1552 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-04-04 | 1 | -20/+20 |
|\ \ | |/ | |||||
| * | Make is_identical() functions return zend_bool (instead of int) | Dmitry Stogov | 2019-04-04 | 1 | -20/+20 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-04-04 | 1 | -9/+9 |
|\ \ | |/ | |||||
| * | unused variable | Dmitry Stogov | 2019-04-04 | 1 | -9/+9 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-04-02 | 1 | -1322/+1223 |
|\ \ | |/ | |||||
| * | Improved comparison opcode handlers | Dmitry Stogov | 2019-04-02 | 1 | -1322/+1223 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-03-20 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | Fixed typo | Dmitry Stogov | 2019-03-20 | 1 | -5/+5 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-03-19 | 1 | -0/+72 |
|\ \ | |/ | |||||
| * | micro-optimization | Dmitry Stogov | 2019-03-19 | 1 | -0/+72 |
* | | Make zpp failures always throw, independent of strict_types | Nikita Popov | 2019-03-11 | 1 | -31/+15 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-02-15 | 1 | -3701/+692 |
|\ \ | |/ | |||||
| * | Avoid useless code duplication, because of unused specialization | Dmitry Stogov | 2019-02-15 | 1 | -3701/+692 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-02-15 | 1 | -287/+146 |
|\ \ | |/ |