summaryrefslogtreecommitdiff
path: root/ext/opcache/Optimizer/zend_call_graph.h
Commit message (Expand)AuthorAgeFilesLines
* Move optimizer into coreNikita Popov2021-01-281-69/+0
* Replace zend_bool uses with boolNikita Popov2021-01-151-3/+3
* Implement named parametersNikita Popov2020-07-311-0/+1
* Remove more unused func_info fieldsNikita Popov2020-07-301-3/+0
* Remove unused recv_arg_info from func_infoNikita Popov2020-07-301-6/+0
* Remove unused fieldsDmitry Stogov2020-07-271-4/+1
* Keep information about SEND_UNPACK/SEND_ARRAY in call_infoDmitry Stogov2020-05-271-1/+2
* Accept const op_array in zend_build_call_mapNikita Popov2020-03-131-1/+1
* Use RT_CONSTANT() or CT_CONSTANT() macro depending on ZEND_ACC_DONE_PASS_TWO ...Dmitry Stogov2019-10-111-1/+1
* Revert/redo pass_two only onceDmitry Stogov2019-10-101-1/+2
* Remove copyright years.Dmitry Stogov2019-02-051-1/+1
* Remove local variablesPeter Kokot2019-02-031-8/+0
* Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Use call_map to avoid linear call lookupNikita Popov2017-03-161-0/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Export zend_analyze_calls() to allow building call trees.Dmitry Stogov2016-10-251-0/+1
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Added e-SSA based DFA optimisation framework (incomplete)Dmitry Stogov2015-12-161-0/+83