summaryrefslogtreecommitdiff
path: root/Zend/zend_vm.h
Commit message (Expand)AuthorAgeFilesLines
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Added VM instrumentation abilityDmitry Stogov2018-02-191-0/+3
* Removed reference to the obsolete zend_vm_use_old_executor()Dmitry Stogov2018-01-161-1/+0
* Use fastcall calling conventionDmitry Stogov2018-01-161-6/+6
* year++Xinchen Hui2018-01-021-1/+1
* further sync for vim mode linesAnatol Belski2017-07-041-0/+10
* HYBRID VM cleanupDmitry Stogov2017-05-161-2/+2
* Implemented HYBRID VM instruction dispatch method that takes advantages of bo...Dmitry Stogov2017-05-031-0/+3
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Squashed commit of the following:Dmitry Stogov2016-03-171-0/+3
* Sorry for that... Merged by accident....Xinchen Hui2016-03-171-1/+0
* Transparently introduce type-specialized opcode handlers.Dmitry Stogov2016-03-161-0/+1
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Added API function to call VM opcode handler in a portable wayDmitry Stogov2015-03-131-0/+1
* bump yearXinchen Hui2015-01-151-1/+1
* Add BEGIN_EXTERN_C() and END_EXTERN_C() to .h files missing them.Adam Harvey2014-10-311-0/+4
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - Fix compile warningsJani Taskinen2007-07-211-1/+1
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Bump up the yearfoobar2005-08-031-1/+1
* export zend_vm_set_opcode_handlerStanislav Malyshev2005-06-221-1/+1
* - Commit new VMAndi Gutmans2004-10-221-365/+1
* - Commit the variable fetch optimization.Andi Gutmans2004-10-041-2/+14
* - Commit new VM architecture. This one allows people (aka Derick) toAndi Gutmans2004-09-231-7/+26
* We will use CALL dispatch method for compilers other then GCC. It is more safe.Dmitry Stogov2004-09-091-1/+1
* - Some architectural changes:Andi Gutmans2004-09-081-0/+362