gcc/gcc ChangeLog.lno tree-chrec.c tree-chrec. ...

spop@gcc.gnu.org spop@gcc.gnu.org
Mon Jun 21 14:55:00 GMT 2004


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	lno-branch
Changes by:	spop@gcc.gnu.org	2004-06-21 14:55:43

Modified files:
	gcc            : ChangeLog.lno tree-chrec.c tree-chrec.h 
	                 tree-pretty-print.c tree-scalar-evolution.c 
	                 tree.def 

Log message:
	* tree.def (PEELED_CHREC): Removed.
	* tree-chrec.c (is_not_constant_evolution, chrec_fold_plus_1,
	chrec_fold_multiply, chrec_replace_initial_condition, chrec_convert):
	Don't handle PEELED_CHREC nodes.
	(chrec_fold_plus_peel_cst, chrec_fold_plus_poly_peel,
	chrec_fold_plus_peel_poly, chrec_fold_plus_peel_peel,
	chrec_fold_multiply_peel_cst, chrec_fold_multiply_poly_peel,
	chrec_fold_multiply_peel_peel, simplify_peeled_chrec): Removed.
	* tree-chrec.h (tree_is_chrec): Don't handle PEELED_CHREC nodes.
	(build_peeled_chrec, evolution_function_is_peeled_affine_p): Removed.
	* tree-pretty-print.c (dump_generic_node): Don't handle
	PEELED_CHREC nodes.
	* tree-scalar-evolution.c (analyze_evolution_in_loop,
	instantiate_parameters_1): Same.
	(chrec_stats, reset_chrecs_counters, dump_chrecs_stats,
	gather_chrec_stats): Don't count the number of PEELED_CHREC nodes.

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.195&r2=1.1.2.196
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.25&r2=1.1.2.26
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.22&r2=1.1.2.23
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-pretty-print.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.70.2.8&r2=1.1.2.70.2.9
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.58&r2=1.1.2.59
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.def.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.52.2.21.2.8&r2=1.52.2.21.2.9



More information about the Gcc-cvs mailing list