php-src/ext/opcache/Optimizer
2016-06-30 20:48:16 +03:00
..
block_pass.c Fixed bug #72213 (Finally leaks on nested exceptions). 2016-05-25 01:25:12 +03:00
compact_literals.c Fixed compilation warnings 2016-06-21 20:12:29 +03:00
dfa_pass.c Exception safety for direct CV assign of *CALL instrs 2016-06-18 00:08:38 +02: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 RT_CONSTANT_EX typo 2016-06-30 17:42:57 +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 Correct inline comments regarding pass1/pass2 actions 2016-05-31 22:41:37 +00:00
pass3.c Remove EXT_TYPE_UNUSED in favor of IS_UNUSED 2016-02-11 18:02:19 +01:00
zend_call_graph.c Split ZEND_SEND_VAR_NO_REF into ZEND_SEND_VAR_NO_REF and ZEND_SEND_VAR_NO_REF_EX (similar to ZEND_SEND_VAL) and remove ZEND_ARG_* flags. 2016-05-31 04:06:00 +03:00
zend_call_graph.h Happy new year (Update copyright to 2016) 2016-01-01 20:06:12 +02:00
zend_cfg.c Fixed compilation warnings 2016-06-21 20:12:29 +03:00
zend_cfg.h Ensure no entry predecessors for SSA construction 2016-05-24 18:29:45 +02:00
zend_dfg.c Fixed compilation warnings 2016-06-21 20:12:29 +03:00
zend_dfg.h Merge def and gen sets 2016-04-21 23:32:01 +02:00
zend_dump.c Fixed compilation warnings 2016-06-21 20:12:29 +03:00
zend_dump.h Support dropping rc1/rcn from dumps 2016-02-27 15:36:04 +01:00
zend_func_info.c More type inferences fixes 2016-06-28 11:49:50 +02:00
zend_func_info.h Typo (ASSESS->ACCESS) 2016-01-19 15:54:44 +03:00
zend_inference.c Inline simple constant functions 2016-06-30 17:04:25 +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 Don't optimize special dynamic calls to non-dynamic 2016-06-05 22:04:36 +02:00
zend_optimizer.c Fixed incorrect constant propagation 2016-06-30 20:48:16 +03:00
zend_optimizer.h Inline simple constant functions 2016-06-30 17:04:25 +03:00
zend_ssa.c clanup 2016-06-29 17:53:39 +03:00
zend_ssa.h Add support for "instanceof" pi nodes 2016-06-13 19:03:59 +02:00
zend_worklist.h Happy new year (Update copyright to 2016) 2016-01-01 20:06:12 +02:00