php-src/ext/opcache/Optimizer
Xinchen Hui b6553d422d Merge branch 'PHP-7.1'
* PHP-7.1:
  Revert "Reorder the oplines" (Break Zend/tests/return_types/bug71092.phpt)
2016-12-21 14:27:13 +08:00
..
block_pass.c Merge branch 'PHP-7.1' 2016-12-07 23:15:02 +01:00
compact_literals.c Fixed bug #73583 (Segfaults when conditionally declared class and function have the same name) 2016-11-23 14:24:46 +08:00
dfa_pass.c Fixed bug #73789 (Strange behavior of class constants in switch/case block) 2016-12-20 21:01:21 +08:00
nop_removal.c Evaluate arguments of new for classes without ctor 2016-03-25 19:11:37 +01:00
optimize_func_calls.c Don't inline if function has ref arguments 2016-11-12 18:49:41 +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 Remove handling for defined() and strlen() in opcache 2016-09-09 17:11:25 +02: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 Export zend_analyze_calls() to allow building call trees. 2016-10-25 17:20:27 +03:00
zend_call_graph.h Export zend_analyze_calls() to allow building call trees. 2016-10-25 17:20:27 +03:00
zend_cfg.c Fixed possible false assertion failure 2016-12-08 22:04:43 +08:00
zend_cfg.h Export zend_analyze_calls() to allow building call trees. 2016-10-25 17:20:27 +03:00
zend_dfg.c Fixed reference-counter inference 2016-10-31 19:51:19 +03:00
zend_dfg.h Merge def and gen sets 2016-04-21 23:32:01 +02:00
zend_dump.c Fixed typo 2016-10-20 01:17:40 +03:00
zend_dump.h Support dropping rc1/rcn from dumps 2016-02-27 15:36:04 +01:00
zend_func_info.c Merge branch 'PHP-7.1' 2016-11-17 13:48:07 +01:00
zend_func_info.h Removed deprecated flag 2016-10-10 11:48:29 +03:00
zend_inference.c Merge branch 'PHP-7.1' 2016-12-06 22:26:36 +01:00
zend_inference.h Fix build + warning, decls first 2016-10-16 01:01:09 +02: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 Revert "Reorder the oplines" (Break Zend/tests/return_types/bug71092.phpt) 2016-12-21 14:24:14 +08:00
zend_optimizer.h Inline simple constant functions 2016-06-30 17:04:25 +03:00
zend_ssa.c Merge branch 'PHP-7.1' 2016-10-31 21:39:50 +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