php-src/ext/opcache/Optimizer
2016-05-06 12:36:21 +03:00
..
block_pass.c Merge branch 'PHP-7.0' 2016-05-05 00:01:56 +02:00
compact_literals.c Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
dfa_pass.c Update comments consistently (#var0 -> #v) 2016-05-05 14:41:34 +03:00
nop_removal.c Evaluate arguments of new for classes without ctor 2016-03-25 19:11:37 +01:00
optimize_func_calls.c Support known static/method calls in call graph 2016-04-27 17:10:45 +02:00
optimize_temp_vars_5.c Remove EXT_TYPE_UNUSED in favor of IS_UNUSED 2016-02-11 18:02:19 +01:00
pass1_5.c Warn about invalid strings in arithmetic 2016-03-30 01:44:27 +01:00
pass2.c Warn about invalid strings in arithmetic 2016-03-30 01:44:27 +01:00
pass3.c Remove EXT_TYPE_UNUSED in favor of IS_UNUSED 2016-02-11 18:02:19 +01:00
zend_call_graph.c Fixed possible crash 2016-05-06 12:36:21 +03:00
zend_call_graph.h Happy new year (Update copyright to 2016) 2016-01-01 20:06:12 +02:00
zend_cfg.c Evaluate arguments of new for classes without ctor 2016-03-25 19:11:37 +01:00
zend_cfg.h Remove EXT_TYPE_UNUSED in favor of IS_UNUSED 2016-02-11 18:02:19 +01:00
zend_dfg.c Merge def and gen sets 2016-04-21 23:32:01 +02:00
zend_dfg.h Merge def and gen sets 2016-04-21 23:32:01 +02:00
zend_dump.c Merge def and gen sets 2016-04-21 23:32:01 +02:00
zend_dump.h Support dropping rc1/rcn from dumps 2016-02-27 15:36:04 +01:00
zend_func_info.c Remove IS_VAR_RET_REF flag 2016-04-15 15:32:20 +02:00
zend_func_info.h Typo (ASSESS->ACCESS) 2016-01-19 15:54:44 +03:00
zend_inference.c Fixed type inference rules. 2016-05-04 23:59:17 +03:00
zend_inference.h Use return type hints for type inference and eliminate useless VERIFY_RETRUN_TYPE opcodes. 2016-04-07 17:34:53 +03:00
zend_optimizer_internal.h Support known static/method calls in call graph 2016-04-27 17:10:45 +02:00
zend_optimizer.c Support known static/method calls in call graph 2016-04-27 17:10:45 +02:00
zend_optimizer.h Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
zend_ssa.c Take pi defs into account when propagating defs 2016-04-24 21:46:20 +02:00
zend_ssa.h Various SSA-related tweaks 2016-02-28 21:38:34 +01:00
zend_worklist.h Happy new year (Update copyright to 2016) 2016-01-01 20:06:12 +02:00