summaryrefslogtreecommitdiff
path: root/ext/opcache/Optimizer/zend_cfg.h
Commit message (Expand)AuthorAgeFilesLines
* Future-proof email addressesZeev Suraski2018-11-011-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Cleanup cfg flags & Added ZEND_FUNC_HAS_EXTENED_INFOXinchen Hui2017-10-181-7/+3
* Changed the way VM accesses constant operands in 64-bit builds.Dmitry Stogov2017-10-041-3/+3
* fixed commentsDmitry Stogov2017-07-201-1/+1
* Fixed wrong edges_count re-calculation.Dmitry Stogov2017-07-201-0/+1
* Added goblal optimisation passes based on data flow analyses using SSA form:Dmitry Stogov2017-07-141-0/+1
* Keep information about SSA variables, that may be modified indirectly.Dmitry Stogov2017-07-051-0/+1
* Support more than two successors in opcache CFGNikita Popov2017-04-101-1/+3
* Allow SSA construction with source information about CV used as resultDmitry Stogov2017-03-301-0/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Export zend_analyze_calls() to allow building call trees.Dmitry Stogov2016-10-251-0/+1
* Allow optional splitting of basic blocks at RECV/RECV_INIT opcodes.Dmitry Stogov2016-08-291-1/+4
* Fixed CFG construction for stackless execution (split basic blocks after calls)Dmitry Stogov2016-08-221-0/+1
* Ensure no entry predecessors for SSA constructionNikita Popov2016-05-241-0/+1
* Replace BB end with BB lenNikita Popov2016-05-241-3/+2
* Improve previous fixNikita Popov2016-05-221-0/+1
* Remove EXT_TYPE_UNUSED in favor of IS_UNUSEDNikita Popov2016-02-111-1/+1
* Support CFG construction without live range splittingNikita Popov2016-02-091-0/+2
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Add ability to prevent "useless" SSA variable creation for "refcounting infer...Dmitry Stogov2015-12-221-0/+1
* Added e-SSA based DFA optimisation framework (incomplete)Dmitry Stogov2015-12-161-13/+18
* Added e-SSA based DFA optimisation framework (incomplete)Dmitry Stogov2015-12-111-3/+14
* Apply local optimizatons to extended bacic block (this allows some optimizari...Dmitry Stogov2015-12-101-0/+1
* cleanupDmitry Stogov2015-11-211-1/+1
* Refactored CFG based optimization using new CFG representation.Dmitry Stogov2015-11-201-0/+111