php-src/ext/opcache/Optimizer
Dmitry Stogov 801cdb8945 Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
  Fixed type inference
2017-09-25 12:04:13 +03:00
..
block_pass.c Fixed incorect constant conditional jump elimination 2017-09-04 19:11:17 +03:00
compact_literals.c Compile/optimisation-time constants can't be circular, but in general may be reference-countable. It's better to use zval_ptr_dtor_nogc() to release them. 2017-07-04 10:43:34 +03:00
compact_vars.c Added goblal optimisation passes based on data flow analyses using SSA form: 2017-07-14 14:33:34 +03:00
dce.c Remove dead live ranges and FREE instructions 2017-07-19 13:07:33 +03:00
dfa_pass.c Fixed NOP removal (empty blocks should be shifted as well) 2017-09-20 01:10:31 +03:00
nop_removal.c Get rid of old compatibility macros 2017-07-04 09:50:57 +03:00
optimize_func_calls.c Get rid of old compatibility macros 2017-07-04 09:50:57 +03:00
optimize_temp_vars_5.c Get rid of old compatibility macros 2017-07-04 09:50:57 +03:00
pass1_5.c Fix incorrect propagation of ZEND_BOOL in pass 1 2017-07-22 17:23:50 +02:00
pass2.c Get rid of old compatibility macros 2017-07-04 09:50:57 +03:00
pass3.c Added few more jump threading optimisation patterns 2017-08-16 09:17:32 +03:00
sccp.c Fixed incorect constant conditional jump elimination 2017-09-04 19:11:17 +03:00
scdf.c Fixed wrong edges_count re-calculation. 2017-07-20 23:28:05 +03:00
scdf.h Added goblal optimisation passes based on data flow analyses using SSA form: 2017-07-14 14:33:34 +03:00
ssa_integrity.c Added goblal optimisation passes based on data flow analyses using SSA form: 2017-07-14 14:33:34 +03:00
zend_call_graph.c Use call_map to avoid linear call lookup 2017-03-16 12:33:57 +01:00
zend_call_graph.h Use call_map to avoid linear call lookup 2017-03-16 12:33:57 +01:00
zend_cfg.c Fixed wrong edges_count re-calculation. 2017-07-20 23:28:05 +03:00
zend_cfg.h fixed comments 2017-07-20 23:29:22 +03:00
zend_dfg.c Merge branch 'PHP-7.1' into PHP-7.2 2017-07-21 23:22:56 +02:00
zend_dfg.h Update copyright headers to 2017 2017-01-04 11:23:42 -06:00
zend_dump.c Separate ISSET_ISEMPTY_CV/UNSET_CV from ISSET_ISEMPTY_VAR/UNSET_VAR 2017-07-17 14:11:50 +03:00
zend_dump.h Update copyright headers to 2017 2017-01-04 11:23:42 -06:00
zend_func_info.c Avoid string reallocations in html_entity_decode() and htmlspecialchars_decode() 2017-06-06 16:09:26 +03:00
zend_func_info.h Update copyright headers to 2017 2017-01-04 11:23:42 -06:00
zend_inference.c Merge branch 'PHP-7.1' into PHP-7.2 2017-09-25 12:04:13 +03:00
zend_inference.h Added goblal optimisation passes based on data flow analyses using SSA form: 2017-07-14 14:33:34 +03:00
zend_optimizer_internal.h Added goblal optimisation passes based on data flow analyses using SSA form: 2017-07-14 14:33:34 +03:00
zend_optimizer.c Fixed bug #75230 (Invalid opcode 49/1/8 using opcache) 2017-09-24 18:01:29 +08:00
zend_optimizer.h Added goblal optimisation passes based on data flow analyses using SSA form: 2017-07-14 14:33:34 +03:00
zend_ssa.c Fixed SSA reconstruction 2017-09-07 17:10:38 +03:00
zend_ssa.h Using "enum" types as bit-fields is not portable. 2017-09-22 13:35:41 +03:00
zend_worklist.h Remove superfluous allocation checks around ZMM-based functions 2017-04-02 00:58:19 +02:00