gcc/gcc ChangeLog.autovect basic-block.h cfg.c ...
hagog@gcc.gnu.org
hagog@gcc.gnu.org
Tue Jan 11 15:39:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: autovect-branch
Changes by: hagog@gcc.gnu.org 2005-01-11 15:38:59
Modified files:
gcc : ChangeLog.autovect basic-block.h cfg.c
cfghooks.c cfghooks.h cfgloop.h cfgloopmanip.c
cfgrtl.c tree-cfg.c tree-flow.h
tree-ssa-loop-manip.c tree-ssa-loop-unswitch.c
Log message:
2005-01-11 Mostafa Hagog <mustafa@il.ibm.com>
* basic-block.h (extract_true_false_edges_from_block): Declare.
* cfg.c (extract_true_false_edges_from_block): Move to here.
* cfghooks.c (lv_flush_pending_stmts, loop_version_call_back):
new.
* cfghooks.h (loop_version_call_back, flush_pending_stmts): New
in cfg_hooks.
(lv_flush_pending_stmts, loop_version_call_back): Declare.
* cfgloop.h (create_preheader): Make extern.
(duplicate_loop_to_header_edge): Change return type to bool.
(loop_version): Declare.
* cfgloopmanip.c (cfghooks.h): Include.
(duplicate_loop_to_header_edge): Change return type to bool.
(create_preheader): Make external.
(loop_version): Move here.
* cfgrtl.c (cfgloop.h): Include.
(rtl_verify_flow_info_1): Fix.
(rtl_lv_add_condition_to_bb, rtl_lv_adjust_loop_entry_edge,
rtl_loop_version_call_back): New.
(rtl_cfg_hooks, cfg_layout_rtl_cfg_hook): Add two new hooks.
* tree-cfg.c (lv_adjust_loop_header_phi,
tree_lv_add_condition_to_bb, tree_lv_adjust_loop_entry_edge):
Move here and rename.
(tree_loop_version_call_back): New.
(tree_cfg_hooks): Add two new hooks.
(extract_true_false_edges_from_block): Remove from here.
* tree-flow.h (extract_true_false_edges_from_block): Remove from
here.
* tree-ssa-loop-manip.c (lv_adjust_loop_header_phi,
lv_adjust_loop_entry_edge, tree_ssa_loop_version): Remove from
here.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.autovect.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=1.1.2.19&r2=1.1.2.20
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/basic-block.h.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=1.226.2.1&r2=1.226.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfg.c.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=1.73.2.1&r2=1.73.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfghooks.c.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=1.18.2.1&r2=1.18.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfghooks.h.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=1.11.28.1&r2=1.11.28.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgloop.h.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=1.38.2.1&r2=1.38.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgloopmanip.c.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=1.35.4.1&r2=1.35.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgrtl.c.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=1.144.2.1&r2=1.144.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-cfg.c.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=2.105.2.1&r2=2.105.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-flow.h.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=2.61.2.3&r2=2.61.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-manip.c.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=2.15.2.1&r2=2.15.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-unswitch.c.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=2.3&r2=2.3.22.1
More information about the Gcc-cvs
mailing list