gcc/gcc ChangeLog.lno Makefile.in gengtype.c l ...

spop@gcc.gnu.org spop@gcc.gnu.org
Tue Jun 22 16:03:00 GMT 2004


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	lno-branch
Changes by:	spop@gcc.gnu.org	2004-06-22 16:03:45

Modified files:
	gcc            : ChangeLog.lno Makefile.in gengtype.c 
	                 lambda-code.c tree-chrec.c tree-data-ref.c 
	                 tree-dg.c tree-elim-check.c tree-loop-linear.c 
	                 tree-pretty-print.c tree-scalar-evolution.c 
	                 tree-ssa-loop-ivcanon.c tree-ssa-loop-ivopts.c 
	                 tree-ssa-loop-niter.c tree-vectorizer.c 
Removed files:
	gcc            : tree-fold-const.c tree-fold-const.h 

Log message:
	* tree-fold-const.c, tree-fold-const.h: Removed.
	* Makefile.in (SCEV_H, tree-chrec.o): Remove tree-fold-const.h.
	(OBJS-common): Remove tree-fold-const.o.
	(tree-fold-const.o): Removed.
	* gengtype.c (open_base_files): Remove tree-fold-const.h.
	* lambda-code.c, tree-chrec.c, tree-data-ref.c, tree-dg.c,
	tree-elim-check.c, tree-loop-linear.c, tree-pretty-print.c,
	tree-scalar-evolution.c, tree-ssa-loop-ivcanon.c,
	tree-ssa-loop-ivopts.c, tree-ssa-loop-niter.c, tree-vectorizer.c:
	Don't include tree-fold-const.h.
	* tree-chrec.c, tree-data-ref.c: Replace uses of tree_fold_* with
	fold (build (*, ...))
	* tree-data-ref.c (tree_fold_gcd, tree_fold_divides_p,
	tree_fold_bezout): Saved from deletion here.

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.199&r2=1.1.2.200
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.903.2.158.2.34&r2=1.903.2.158.2.35
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gengtype.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.7.4.24.2.7&r2=1.7.4.24.2.8
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.11&r2=1.1.2.12
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.27&r2=1.1.2.28
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.22&r2=1.1.2.23
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-dg.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-elim-check.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.10&r2=1.1.2.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-loop-linear.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.6&r2=1.1.2.7
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.10&r2=1.1.2.70.2.11
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.60&r2=1.1.2.61
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-ivcanon.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-ssa-loop-ivopts.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.40&r2=1.1.2.41
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-niter.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.7&r2=1.1.2.8
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.44&r2=1.1.2.45
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-fold-const.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-fold-const.h.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.9&r2=NONE



More information about the Gcc-cvs mailing list