This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	lno-branch
Changes by:	spop@gcc.gnu.org	2004-06-25 01:18:54

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

Log message:
	* tree-chrec.c (chrec_fold_automatically_generated_operands,
	chrec_merge):
	Use chrec_dont_know instead of a call to chrec_contains_undetermined.
	(tree_fold_factorial, tree_fold_binomial, chrec_evaluate): Resurrect.
	(chrec_apply): Reinsert the cases that were removed.
	(chrec_convert): Remove the check for NULL_TREE inserted two days ago.
	* tree-scalar-evolution.c (follow_ssa_edge_in_rhs): As a sequel of
	removing the tree_fold_* functions, the analyzed trees can contain
	NON_LVALUE_EXPR nodes.  Use STRIP_TYPE_NOPS for avoiding these nodes.
	(number_of_iterations_in_loop): Add the missing open parenthesis in
	the debugging dumps.
	(initialize_scalar_evolutions_analyzer): Use an INTERVAL_CHREC for
	constructing the chrec_dont_know node.  This fixes some strange
	problems that arise when chrec_dont_know is an INTEGER_CST.
	* tree.def (INTERVAL_CHREC): Resurrect.

Patches:
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.30&r2=1.1.2.31
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.lno.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.203&r2=1.1.2.204
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.62&r2=1.1.2.63
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.10&r2=1.52.2.21.2.11


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]