gcc/gcc ChangeLog.autovect tree-data-ref.c tre ...

spop@gcc.gnu.org spop@gcc.gnu.org
Mon Feb 14 20:51:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	autovect-branch
Changes by:	spop@gcc.gnu.org	2005-02-14 15:33:03

Modified files:
	gcc            : ChangeLog.autovect tree-data-ref.c 
	                 tree-scalar-evolution.c 

Log message:
	* tree-data-ref.c (subscript_dependence_tester): Count only once
	dependent relations instead of incrementing num_dependence_dependent
	for each subscript.
	* tree-scalar-evolution.c (add_to_evolution): Don't handle REAL_CST.
	(number_of_iterations_for_all_loops): Count the number of loops for
	which there is an estimation of the number of iterations.
	(number_of_iterations_for_all_loops): Print nb_estimated_loops.
	(chrec_stats): Add nb_other.
	(reset_chrecs_counters): Initialize to zero nb_other.
	(dump_chrecs_stats): Dump nb_other, the number of compound
	expressions.
	(gather_chrec_stats): Count the number of undetermined chrecs before
	the classification.  On the default case, increment nb_other.
	(analyze_scalar_evolution_for_all_loop_phi_nodes): Avoid iterating
	over the loop phis, because some of them could be removed
	during the analysis.  Record the phi nodes that have to be analyzed
	in a vector of trees.

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.33&r2=1.1.2.34
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-data-ref.c.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=2.15.4.9&r2=2.15.4.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-scalar-evolution.c.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=2.10.2.4&r2=2.10.2.5



More information about the Gcc-cvs mailing list