php-src/ext/opcache/Optimizer
2020-12-15 14:30:58 +03:00
..
block_pass.c Fixed bug #80255 2020-10-19 15:13:53 +02:00
compact_literals.c Remove support for EXT_NOP 2020-09-18 11:03:08 +02:00
compact_vars.c Remove copyright years. 2019-02-05 10:33:28 +03:00
dce.c Remove support for EXT_NOP 2020-09-18 11:03:08 +02:00
dfa_pass.c Optimize out result value of ASSIGN, ASSIGN_OP and INC/DEC opcodes, if possible. 2020-12-15 14:30:58 +03:00
escape_analysis.c Clean up a few more places 2020-03-17 15:23:52 +01:00
nop_removal.c Remove copyright years. 2019-02-05 10:33:28 +03:00
optimize_func_calls.c Implement named parameters 2020-07-31 15:53:36 +02:00
optimize_temp_vars_5.c Fix #78880: Another bunch of spelling errors 2020-01-16 09:46:47 +01:00
pass1.c Implement nullsafe ?-> operator 2020-07-24 10:05:03 +02:00
pass3.c Fix #78880: Final spelling fixes 2020-01-16 19:14:31 +01:00
sccp.c Respect strict_types during sccp function call evaluation 2020-11-27 20:24:00 +01:00
scdf.c Fix handling of non-final loop var free in sccp 2019-12-12 09:39:52 +01:00
scdf.h Use ZEND_UNREACHABLE() instead of ZEND_ASSERT(0) 2020-06-16 18:39:09 +02:00
ssa_integrity.c Merge branch 'PHP-7.4' into PHP-8.0 2020-11-09 17:08:38 +01:00
zend_call_graph.c Implement named parameters 2020-07-31 15:53:36 +02:00
zend_call_graph.h Implement named parameters 2020-07-31 15:53:36 +02:00
zend_cfg.c Remove support for EXT_NOP 2020-09-18 11:03:08 +02:00
zend_cfg.h [skip ci] Fix typos in jit code comments 2020-04-19 10:03:49 -04:00
zend_dfg.c Fixed RC inference for ZEND_ASSIGN_STATIC_PROP and removed useless checks during RC inference 2020-03-14 01:17:45 +03:00
zend_dfg.h Tracing JIT (it doesn't support register allocation yet) 2020-03-13 22:11:07 +03:00
zend_dump.c Remove unused flag 2020-12-14 15:29:21 +03:00
zend_dump.h Always print numeric opline numbers 2020-03-25 14:26:42 +03:00
zend_func_info.c Promote pack/unpack format errors 2020-09-22 15:12:05 +02:00
zend_func_info.h Keep track information about used JIT trigger in ZEND_FUNC_INFO(op_array)->func_info.flags 2020-09-29 13:05:24 +03:00
zend_inference.c Fixed bug #80404 2020-11-24 11:35:44 +01:00
zend_inference.h Remove unused flag 2020-12-14 15:29:21 +03:00
zend_optimizer.c Merge branch 'PHP-7.4' into PHP-8.0 2020-11-17 10:20:23 +01:00
zend_optimizer.h Optimizer cleanup 2019-10-03 02:18:16 +03:00
zend_optimizer_internal.h Extract zend_foreach_op_array() 2020-05-19 11:15:54 +02:00
zend_ssa.c Merge branch 'PHP-7.4' into PHP-8.0 2020-11-09 17:08:38 +01:00
zend_ssa.h Eliminate unnecessary IS_INDIRECT guards 2020-09-10 02:20:15 +03:00
zend_worklist.h Remove copyright years. 2019-02-05 10:33:28 +03:00