summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_gen.php
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-2/+2
* stop warnings from unused opcode mapkrakjoe2013-12-221-6/+11
* Included new .c file in build tooBob Weinand2013-12-221-0/+1
* Moved to new file, killing a lot of warningsBob Weinand2013-12-211-3/+13
* Fixed build...Bob Weinand2013-12-211-1/+1
* Added an opcode to opcode name mapBob Weinand2013-12-211-0/+10
* 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
* | Prevent generation of long stringsDmitry Stogov2010-08-101-4/+5
* | - 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
* | Added a number of small performance tweaks and optimizationsDmitry Stogov2010-04-201-41/+146
* | Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-38/+38
|/
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-2/+2
* - MFH Little debug hack to allow printing vm functionMarcus Boerger2008-07-211-4/+7
* - Removed direct executor recursion.Dmitry Stogov2008-06-111-21/+48
* Changed EG(argument_stack) implementation.Dmitry Stogov2008-01-241-8/+12
* Leftover: Bump copyright year.Sebastian Bergmann2007-12-311-2/+2
* Bump year.Dmitry Stogov2007-01-091-2/+2
* Fixed non-specialized executorDmitry Stogov2006-09-181-0/+4
* Wrap "wrong" unreachable code with "#if 0"Dmitry Stogov2006-06-081-2/+4
* - MFH Sync vm generation with headMarcus Boerger2006-05-211-8/+13
* Fixed "zend_vm_gen.php --without-specializer"Dmitry Stogov2006-03-151-2/+2
* - Update copyright notices to 2006Andi Gutmans2006-01-041-2/+2
* more typos fixed (thanks to Mike Naberezny for noticing these)Antony Dovgal2005-12-051-2/+2
* TypoRasmus Lerdorf2005-11-261-2/+2
* $id:$ tatgs are removed from generated files to avoid committing of Zend/zend...Dmitry Stogov2005-10-281-2/+21
* Removed some compilation warnings.Dmitry Stogov2005-07-181-1/+23
* Export zend_do_fcall() helper from executorDmitry Stogov2005-06-241-0/+82
* export zend_vm_set_opcode_handlerStanislav Malyshev2005-06-221-1/+1
* USER_OPCODE API is improvet.Dmitry Stogov2005-06-161-3/+3
* Removed old executorDmitry Stogov2005-06-141-4/+42
* Specializer optimizationDmitry Stogov2005-06-131-34/+34
* Fix so that extensions like xdebug, can overload opcodes in all execution mod...Dmitry Stogov2005-06-101-9/+40
* - Added missing header sections.foobar2005-01-101-0/+32
* --without-lines changed to --with-linesDmitry Stogov2004-10-281-6/+6
* - Fix typoAndi Gutmans2004-10-281-1/+1
* - Improve comments, docs, code...Andi Gutmans2004-10-271-857/+923