gcc/gcc lambda-code.c tree-cfg.c tree-dfa.c tr ...

amacleod@gcc.gnu.org amacleod@gcc.gnu.org
Mon Oct 25 18:43:00 GMT 2004


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	immuse-rewrite-branch
Changes by:	amacleod@gcc.gnu.org	2004-10-25 18:43:24

Modified files:
	gcc            : lambda-code.c tree-cfg.c tree-dfa.c 
	                 tree-flow-inline.h tree-flow.h tree-outof-ssa.c 
	                 tree-pretty-print.c tree-ssa-ccp.c 
	                 tree-ssa-dce.c tree-ssa-dom.c tree-ssa-dse.c 
	                 tree-ssa-loop-ivopts.c tree-ssa-loop-niter.c 
	                 tree-ssa-loop-unswitch.c tree-ssa-operands.c 
	                 tree-ssa-operands.h tree-ssa-pre.c tree-ssa.c 
	                 tree-tailcall.c tree-vectorizer.c tree-vn.c 

Log message:
	Operand rewrite - replace all counted loops

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/lambda-code.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.12.6.2&r2=2.12.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-cfg.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.69.2.4&r2=2.69.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-dfa.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.36.6.1&r2=2.36.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-flow-inline.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.23.8.5&r2=2.23.8.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-flow.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.50.6.3&r2=2.50.6.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-outof-ssa.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.25.6.2&r2=2.25.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-pretty-print.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.44.6.3&r2=2.44.6.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-ccp.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.47.6.1&r2=2.47.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-dce.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.22.6.1&r2=2.22.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-dom.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.58.2.3&r2=2.58.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-dse.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.12.6.1&r2=2.12.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-ivopts.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.16.4.3&r2=2.16.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-niter.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.10&r2=2.10.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-unswitch.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.3.10.1&r2=2.3.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-operands.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.49.2.5&r2=2.49.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-operands.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.7.10.4&r2=2.7.10.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-pre.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.46.6.2&r2=2.46.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.45.2.3&r2=2.45.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-tailcall.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.30.6.2&r2=2.30.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-vectorizer.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.14.4.1&r2=2.14.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-vn.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.6&r2=2.6.6.1



More information about the Gcc-cvs mailing list