php-src/ext/opcache/Optimizer
2016-04-07 18:59:04 +03:00
..
block_pass.c Warn about invalid strings in arithmetic 2016-03-30 01:44:27 +01:00
compact_literals.c Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
dfa_pass.c Use return type hints for type inference and eliminate useless VERIFY_RETRUN_TYPE opcodes. 2016-04-07 17:34:53 +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 Fix FETCH_CLASS_SELF comparisons 2016-03-26 22:45:23 +01: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 Fix memory leak 2016-03-30 14:16:07 +01: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 Use return type hints for type inference and eliminate useless VERIFY_RETRUN_TYPE opcodes. 2016-04-07 17:34:53 +03:00
zend_dfg.h Respect RC_INFERENCE during DFG construction 2016-01-24 23:04:06 +01:00
zend_dump.c Various SSA-related tweaks 2016-02-28 21:38:34 +01:00
zend_dump.h Support dropping rc1/rcn from dumps 2016-02-27 15:36:04 +01:00
zend_func_info.c Remove HAVE_CRYPT checks 2016-03-25 21:09:47 +01:00
zend_func_info.h Typo (ASSESS->ACCESS) 2016-01-19 15:54:44 +03:00
zend_inference.c Fixed handling of return statement without a value. 2016-04-07 18:59:04 +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 Remove EXT_TYPE_UNUSED in favor of IS_UNUSED 2016-02-11 18:02:19 +01:00
zend_optimizer.c Use return type hints for type inference and eliminate useless VERIFY_RETRUN_TYPE opcodes. 2016-04-07 17:34:53 +03:00
zend_optimizer.h Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
zend_ssa.c Fixed handling of return statement without a value. 2016-04-07 18:59:04 +03: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