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 ChangeLog.jeff tree-ssa-ccp.c tree-ssa ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	simplify-dom-branch
Changes by:	law@gcc.gnu.org	2005-10-19 20:37:24

Modified files:
	gcc            : ChangeLog.jeff tree-ssa-ccp.c tree-ssa-dom.c 

Log message:
	* tree-ssa-ccp.c (fold_stmt_r): DATA argument is now a pointer to
	a structure containing state rather than a pointer to a bool.
	(case ARRAY_REF): New code to handle folding some array references.
	(case ADDR_EXPR): Note when we are processing expressions found
	within an ADDR_EXPR.
	(fold_stmt, fold_stmt_inplace): Pass in a structure to fold_stmt_r
	for state variables rather than just a pointer to a boolean.
	* tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Remove
	handling of constant string references.
	More crud that never belonged in tree-ssa-dom.c to begin with...

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.jeff.diff?cvsroot=gcc&only_with_tag=simplify-dom-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-ccp.c.diff?cvsroot=gcc&only_with_tag=simplify-dom-branch&r1=2.89&r2=2.89.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-dom.c.diff?cvsroot=gcc&only_with_tag=simplify-dom-branch&r1=2.130.2.2&r2=2.130.2.3


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