summaryrefslogtreecommitdiff
path: root/ext/opcache/Optimizer/dce.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Fixed bug #75698Nikita Popov2017-12-161-2/+0
* Fixed bug (assertion fails with extended info generated)Xinchen Hui2017-10-171-0/+6
* Fixed cleanup after optimization passesDmitry Stogov2017-10-101-0/+4
* Remove dead live ranges and FREE instructionsDmitry Stogov2017-07-191-10/+83
* Constant evaluation of in_array() (support for more cases).Dmitry Stogov2017-07-171-0/+1
* Separate ISSET_ISEMPTY_CV/UNSET_CV from ISSET_ISEMPTY_VAR/UNSET_VARDmitry Stogov2017-07-171-3/+3
* Added goblal optimisation passes based on data flow analyses using SSA form:Dmitry Stogov2017-07-141-0/+647