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 lambda-code.c predict.c tree-cfg.c tre ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	immuse-rewrite-branch
Changes by:	amacleod@gcc.gnu.org	2004-10-14 19:56:41

Modified files:
	gcc            : lambda-code.c predict.c tree-cfg.c tree-dfa.c 
	                 tree-dump.c tree-flow-inline.h tree-flow.h 
	                 tree-if-conv.c tree-loop-linear.c 
	                 tree-optimize.c tree-outof-ssa.c 
	                 tree-phinodes.c tree-pretty-print.c tree-sra.c 
	                 tree-ssa-ccp.c tree-ssa-dce.c tree-ssa-dom.c 
	                 tree-ssa-dse.c tree-ssa-forwprop.c 
	                 tree-ssa-loop-im.c tree-ssa-loop-ivcanon.c 
	                 tree-ssa-loop-ivopts.c tree-ssa-loop-manip.c 
	                 tree-ssa-loop-unswitch.c tree-ssa-operands.c 
	                 tree-ssa-operands.h tree-ssa-pre.c 
	                 tree-ssa-propagate.c tree-ssa.c tree-ssanames.c 
	                 tree-tailcall.c tree-vectorizer.c tree.h 

Log message:
	first cut at integrated immediate_use implementation

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.1&r2=2.12.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/predict.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.128&r2=1.128.6.1
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.1&r2=2.69.2.2
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&r2=2.36.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-dump.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.35&r2=1.35.6.1
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.1&r2=2.23.8.2
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.1&r2=2.50.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-if-conv.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.10&r2=2.10.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-loop-linear.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.2&r2=2.2.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-optimize.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.55&r2=2.55.4.1
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&r2=2.25.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-phinodes.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.9&r2=2.9.6.1
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.1&r2=2.44.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-sra.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.37&r2=2.37.6.1
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&r2=2.47.6.1
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&r2=2.22.6.1
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&r2=2.58.2.1
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&r2=2.12.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-forwprop.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.8&r2=2.8.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-im.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.18&r2=2.18.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-ivcanon.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.5&r2=2.5.4.1
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.1&r2=2.16.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-manip.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.9&r2=2.9.6.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&r2=2.3.10.1
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&r2=2.49.2.1
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&r2=2.7.10.1
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.1&r2=2.46.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-propagate.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.8&r2=2.8.6.1
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&r2=2.45.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssanames.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.15&r2=2.15.6.1
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.1&r2=2.30.6.2
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&r2=2.14.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.635&r2=1.635.4.1


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