gcc/gcc ChangeLog.lno lambda-code.c tree-chrec ...
rakdver@gcc.gnu.org
rakdver@gcc.gnu.org
Wed Mar 31 00:16:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Branch: lno-branch
Changes by: rakdver@gcc.gnu.org 2004-03-30 21:06:46
Modified files:
gcc : ChangeLog.lno lambda-code.c tree-chrec.c
tree-chrec.h tree-data-ref.c tree-elim-check.c
tree-phinodes.c tree-scalar-evolution.c
tree-scalar-evolution.h tree-ssa-loop-manip.c
tree-vectorizer.c tree.h
Log message:
* lambda-code.c (gcc_loop_to_lambda_loop): Changed due to changes in
scev.
* tree-data-ref.c (analyze_array_indexes, analyze_array): Ditto.
* tree-elim-check.c (try_eliminate_check): Ditto.
* tree-vectorizer.c (vect_analyze_scalar_cycles): Ditto.
* tree-chrec.c (chrec_fold_plus_1): Handle exponential + peeled chrec
correctly. Use correct types.
(chrec_fold_negate): New.
(chrec_merge): Short-circuit the case when the merged values are
identical.
(no_evolution_in_loop_p): Handle chrec_top correctly.
(chrec_convert): Handle polynomial and exponential chrecs corectly.
(chrec_type): Use TREE_TYPE.
* tree-chrec.h (chrec_fold_negate): Declare.
* tree-phinodes.c (create_phi_node): Do not initialize PHI_MARKED.
* tree-scalar-evolution.c: Handle evolutions analysed from different
loops correctly. Do not use PHI_MARKED. Use correct types.
* tree-scalar-evolution.h (analyze_scalar_evolution,
instantiate_parameters): Declaration changed.
(struct scev_info_str): Moved to tree-scalar-evolution.c.
(MI_VAR, MI_INNER_LOOPS_CHREC, MI_OUTER_LOOPS_CHREC): Removed.
(new_scev_info_str): Moved to tree-scalar-evolution.c.
* tree-ssa-loop-manip.c (add_exit_phis_use): Just add exit phis for
superloops of the loop containing the definition.
* tree.h (PHI_MARKED): Removed.
(tree_phi_node): Field 'marked' removed.
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.109&r2=1.1.2.110
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/lambda-code.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-chrec.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.11&r2=1.1.2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-chrec.h.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.8&r2=1.1.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-data-ref.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.13&r2=1.1.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-elim-check.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.4&r2=1.1.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-phinodes.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.8.2.2&r2=1.1.2.8.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-scalar-evolution.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.26&r2=1.1.2.27
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-scalar-evolution.h.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.8&r2=1.1.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-manip.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.8&r2=1.1.2.9
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.24&r2=1.1.2.25
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.342.2.154.2.9&r2=1.342.2.154.2.10
More information about the Gcc-cvs
mailing list