php-src/ext/opcache/Optimizer
Xinchen Hui adb82514eb Merge branch 'PHP-7.0'
* PHP-7.0:
  Remove unnecessary pattern
  Fixed for PHP7
  Fixed bug #71843 (null ptr deref ZEND_RETURN_SPEC_CONST_HANDLER)

Conflicts:
	ext/opcache/Optimizer/block_pass.c
2016-03-17 20:24:59 +08:00
..
block_pass.c Merge branch 'PHP-7.0' 2016-03-17 20:24:59 +08:00
compact_literals.c Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
dfa_pass.c Change LONG constants into DOUBLE, if they are going to be used as DOUBLE. 2016-03-17 09:58:15 +03:00
nop_removal.c Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
optimize_func_calls.c Statically bind static method call arguments 2016-03-14 17:50:56 +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 Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
pass2.c Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
pass3.c Remove EXT_TYPE_UNUSED in favor of IS_UNUSED 2016-02-11 18:02:19 +01:00
zend_call_graph.c arena_alloc never returns NULL 2016-03-09 18:05:28 +08:00
zend_call_graph.h Happy new year (Update copyright to 2016) 2016-01-01 20:06:12 +02:00
zend_cfg.c Fix build 2016-03-17 03:53:01 +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 Fix build 2016-03-17 03:53:01 +01: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 Happy new year (Update copyright to 2016) 2016-01-01 20:06:12 +02:00
zend_func_info.h Typo (ASSESS->ACCESS) 2016-01-19 15:54:44 +03:00
zend_inference.c Fix build 2016-03-17 03:53:01 +01:00
zend_inference.h Sorry for that... Merged by accident.... 2016-03-17 11:59:15 +08: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 Sorry for that... Merged by accident.... 2016-03-17 11:59:15 +08:00
zend_optimizer.h Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
zend_ssa.c Fix build 2016-03-17 03:53:01 +01: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