Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use zval_ptr_dtor_nogc() to free IS_TMP_VAR operands. | Dmitry Stogov | 2014-09-23 | 1 | -4/+4 |
* | Replace IS_OP?_TMP_FREE() with more clear (OP?_TYPE == IS_TMP_VAR) | Dmitry Stogov | 2014-09-22 | 1 | -23/+1 |
* | LOAD_REGS() is not used anymore | Dmitry Stogov | 2014-08-28 | 1 | -3/+0 |
* | Use 'const' qualifier for pointrs to code used at run-time (the code must not... | Dmitry Stogov | 2014-08-28 | 1 | -4/+4 |
* | Cleanup IS_VAR handling | Dmitry Stogov | 2014-08-27 | 1 | -10/+1 |
* | Micro optimization for the main interpreter loop | Dmitry Stogov | 2014-07-17 | 1 | -18/+13 |
* | Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are e... | Dmitry Stogov | 2014-07-03 | 1 | -3/+2 |
* | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2014-02-27 | 1 | -1/+1 |
| |\ | |||||
| | * | typo spotted by Lajos Veres | Ferenc Kovacs | 2014-02-27 | 1 | -1/+1 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -2/+2 |
| * | | Fixed warning "No new line at end of file" | Xinchen Hui | 2014-01-24 | 1 | -1/+1 |
* | | | Fixed support for unspecialized and GOTO and SWITCH executor | Dmitry Stogov | 2014-04-17 | 1 | -2/+2 |
* | | | Tergets of ASSIGN and ASSIGN_REF don't have to be initialized | Dmitry Stogov | 2014-04-04 | 1 | -0/+23 |
* | | | Use ZVAL_DEREF() macro | Dmitry Stogov | 2014-03-27 | 1 | -0/+23 |
* | | | Fixed destruction of VM handler operands (FREE_OP1 and family) | Dmitry Stogov | 2014-03-04 | 1 | -0/+46 |
* | | | Use better data structures (incomplete; able to run bench.php) | Dmitry Stogov | 2014-02-18 | 1 | -0/+23 |
* | | | Use better data structures (incomplete) - refactored return_value handling | Dmitry Stogov | 2014-02-12 | 1 | -4/+2 |
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -75/+11 |
* | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -2/+2 |
* | | | Fixed warning "No new line at end of file" | Xinchen Hui | 2013-12-26 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | krakjoe | 2013-12-22 | 1 | -6/+22 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | krakjoe | 2013-12-22 | 1 | -6/+11 |
| |\ | |||||
| | * | stop warnings from unused opcode map | krakjoe | 2013-12-22 | 1 | -6/+11 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Bob Weinand | 2013-12-22 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Included new .c file in build too | Bob Weinand | 2013-12-22 | 1 | -0/+1 |
| * | | Fixed little typo in zend_vm_gen.php | Bob Weinand | 2013-12-21 | 1 | -1/+1 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Bob Weinand | 2013-12-21 | 1 | -3/+13 |
| |\ \ | | |/ | |||||
| | * | Moved to new file, killing a lot of warnings | Bob Weinand | 2013-12-21 | 1 | -3/+13 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Bob Weinand | 2013-12-21 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Bob Weinand | 2013-12-21 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fixed build... | Bob Weinand | 2013-12-21 | 1 | -1/+1 |
| | * | Added an opcode to opcode name map | Bob Weinand | 2013-12-21 | 1 | -0/+10 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Bob Weinand | 2013-12-21 | 1 | -0/+10 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Bob Weinand | 2013-12-21 | 1 | -0/+10 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2013-12-02 | 1 | -3/+9 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2013-12-02 | 1 | -3/+9 |
| |\ \ | | |/ | |||||
| | * | Fixed ability to build non-specialized GOTO VM | Dmitry Stogov | 2013-12-02 | 1 | -3/+10 |
| | * | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -2/+2 |
| | * | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-08-25 | 1 | -0/+7 |
| | |\ | |||||
| | | * | Fixed bug (segfault while build with zts and GOTO vm-kind) | Xinchen Hui | 2012-08-25 | 1 | -0/+7 |
| | | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -2/+2 |
| | | * | - Year++ | Felipe Pena | 2011-07-10 | 1 | -2/+2 |
| | | * | - Let's generate this #ifdef only on zend_vm_execute.h | Felipe Pena | 2010-06-07 | 1 | -4/+3 |
| | | * | - Fix script | Felipe Pena | 2010-06-07 | 1 | -0/+1 |
| | | * | - show the free_op1 warning only once, until a fix is applied | Pierre Joye | 2010-06-07 | 1 | -0/+3 |
| | * | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -2/+2 |
| | * | | - Year++ | Felipe Pena | 2011-07-10 | 1 | -2/+2 |