summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_gen.php
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are e...Dmitry Stogov2014-07-031-3/+2
* | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2014-02-271-1/+1
| |\ \ \ | | |/ /
| | * | typo spotted by Lajos VeresFerenc Kovacs2014-02-271-1/+1
| | * | Bump yearXinchen Hui2014-01-031-2/+2
| * | | Fixed warning "No new line at end of file"Xinchen Hui2014-01-241-1/+1
* | | | Fixed support for unspecialized and GOTO and SWITCH executorDmitry Stogov2014-04-171-2/+2
* | | | Tergets of ASSIGN and ASSIGN_REF don't have to be initializedDmitry Stogov2014-04-041-0/+23
* | | | Use ZVAL_DEREF() macroDmitry Stogov2014-03-271-0/+23
* | | | Fixed destruction of VM handler operands (FREE_OP1 and family)Dmitry Stogov2014-03-041-0/+46
* | | | Use better data structures (incomplete; able to run bench.php)Dmitry Stogov2014-02-181-0/+23
* | | | Use better data structures (incomplete) - refactored return_value handlingDmitry Stogov2014-02-121-4/+2
* | | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-75/+11
* | | | Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-2/+2
|\ \ \ \ | |/ / /
| * | | Bump yearXinchen Hui2014-01-031-2/+2
* | | | Fixed warning "No new line at end of file"Xinchen Hui2013-12-261-1/+1
|/ / /
* | | Merge branch 'PHP-5.5' into PHP-5.6krakjoe2013-12-221-6/+22
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5krakjoe2013-12-221-6/+11
| |\ \ | | |/
| | * stop warnings from unused opcode mapkrakjoe2013-12-221-6/+11
| * | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2013-12-221-0/+1
| |\ \ | | |/
| | * Included new .c file in build tooBob Weinand2013-12-221-0/+1
| * | Fixed little typo in zend_vm_gen.phpBob Weinand2013-12-211-1/+1
| * | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2013-12-211-3/+13
| |\ \ | | |/
| | * Moved to new file, killing a lot of warningsBob Weinand2013-12-211-3/+13
* | | Merge branch 'PHP-5.5' into PHP-5.6Bob Weinand2013-12-211-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2013-12-211-1/+1
| |\ \ | | |/
| | * Fixed build...Bob Weinand2013-12-211-1/+1
| | * Added an opcode to opcode name mapBob Weinand2013-12-211-0/+10
* | | Merge branch 'PHP-5.5' into PHP-5.6Bob Weinand2013-12-211-0/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2013-12-211-0/+10
* | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-12-021-3/+9
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-12-021-3/+9
| |\ \ | | |/
| | * Fixed ability to build non-specialized GOTO VMDmitry Stogov2013-12-021-3/+10
| | * typo fixesVeres Lajos2013-07-151-1/+1
| | * Happy New YearXinchen Hui2013-01-011-2/+2
| | * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-251-0/+7
| | |\
| | | * Fixed bug (segfault while build with zts and GOTO vm-kind)Xinchen Hui2012-08-251-0/+7
| | | * - Year++Felipe Pena2012-01-011-2/+2
| | | * - Year++Felipe Pena2011-07-101-2/+2
| | | * - Let's generate this #ifdef only on zend_vm_execute.hFelipe Pena2010-06-071-4/+3
| | | * - Fix scriptFelipe Pena2010-06-071-0/+1
| | | * - show the free_op1 warning only once, until a fix is appliedPierre Joye2010-06-071-0/+3
| | * | - Year++Felipe Pena2012-01-011-2/+2
| | * | - Year++Felipe Pena2011-07-101-2/+2
* | | | Removed unnecessary GC checksDmitry Stogov2013-10-311-10/+10
* | | | Merge branch 'PHP-5.5'Anatol Belski2013-08-231-1/+19
|\ \ \ \ | |/ / /
| * | | Suppress static analyzer warnings in specialized executorAnatol Belski2013-08-231-1/+19
| * | | typo fixesVeres Lajos2013-07-151-1/+1
* | | | typo fixesVeres Lajos2013-07-151-1/+1
* | | | Improved IS_VAR operands fetchingDmitry Stogov2013-05-171-5/+32
|/ / /