gcc/gcc ChangeLog.lno tree-vectorizer.c
dorit@gcc.gnu.org
dorit@gcc.gnu.org
Sun Aug 15 16:48:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Branch: lno-branch
Changes by: dorit@gcc.gnu.org 2004-08-15 16:48:12
Modified files:
gcc : ChangeLog.lno tree-vectorizer.c
Log message:
2004-08-15 Olga Golovanevsky <olga@il.ibm.com>
* tree-vectorizer.c (vect_tree_split_edge): Removed.
(vect_update_initial_conditions_of_duplicated_loop):
Replaced by vect_update_ivs_after_vectorizer.
(vect_transform_for_unknown_loop_bound): New function.
(tdlte_copy_phi_nodes): Renamed into copy_phi_nodes.
(tdlte_rename_variables_in_loop): Renamed into
rename_variables_in_loop.
(update_phis_for_duplicate_loop):
(make_loop_iterate_ntimes):
(add_loop_guard_on_edge): New functions.
(tree_duplicate_loop_to_exit_cfg): Replaced by
tree_duplicate_loop_to_edge_cfg.
(tree_duplicate_loop_to_exit): Replaced by
tree_duplicate_loop_to_edge.
(vect_transform_loop): Changed to use
vect_transform_for_unknown_loop_bound function.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.lno.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.250&r2=1.1.2.251
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-vectorizer.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.59&r2=1.1.2.60
More information about the Gcc-cvs
mailing list