php-src/ext/opcache/Optimizer
Kalle Sommer Nielsen 59a7da7b49 Fix opcache build
2016-07-30 17:55:20 +02:00
..
block_pass.c Prevent wrong optimization 2016-07-13 15:05:11 +03:00
compact_literals.c Fixed compilation warnings 2016-06-21 20:12:29 +03:00
dfa_pass.c Fix optimization of $i = $i++ 2016-07-17 22:47:49 +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 Prevent inlining through call_user_func() and call_user_func_array() 2016-07-01 00:16:54 +03: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 Fix opcache build 2016-07-30 17:55:20 +02: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.c Fixed ext/opcache/tests/bug70207.phpt 2016-06-30 21:50:57 +03:00
zend_optimizer.h Inline simple constant functions 2016-06-30 17:04:25 +03:00
zend_optimizer_internal.h Don't optimize special dynamic calls to non-dynamic 2016-06-05 22:04:36 +02: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