gcc/gcc ChangeLog.vec basic-block.h bb-reorder ...

bje@gcc.gnu.org bje@gcc.gnu.org
Thu Aug 12 01:00:00 GMT 2004


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	edge-vector-branch
Changes by:	bje@gcc.gnu.org	2004-08-12 01:00:28

Modified files:
	gcc            : ChangeLog.vec basic-block.h bb-reorder.c cfg.c 
	                 cfganal.c cfgbuild.c cfgcleanup.c cfghooks.c 
	                 cfglayout.c cfgloop.c cfgloopmanip.c cfgrtl.c 
	                 cse.c dominance.c domwalk.c except.c flow.c 
	                 function.c gcse.c ifcvt.c loop-init.c loop-iv.c 
	                 loop-unswitch.c modulo-sched.c predict.c 
	                 profile.c ra-build.c reg-stack.c regrename.c 
	                 sched-rgn.c tracer.c tree-cfg.c tree-into-ssa.c 
	                 tree-ssa-dce.c tree-ssa-dom.c 
	                 tree-ssa-loop-ch.c tree-ssa-loop-niter.c 
	                 tree-ssa-phiopt.c tree-ssa-pre.c 
	                 tree-tailcall.c var-tracking.c 
	gcc/config/rs6000: rs6000.c 

Log message:
	* basic-block.h (EDGE_PRED_COUNT, EDGE_SUCC_COUNT): Remove.
	* Update all callers to use EDGE_COUNT instead.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.vec.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.1.2.22&r2=1.1.2.23
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/basic-block.h.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.201.2.4&r2=1.201.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/bb-reorder.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.76.2.6&r2=1.76.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfg.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.60.8.6&r2=1.60.8.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfganal.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.46.2.5&r2=1.46.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgbuild.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.50.2.2&r2=1.50.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgcleanup.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.121.2.9&r2=1.121.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfghooks.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.12.4.6&r2=1.12.4.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfglayout.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.66.2.4&r2=1.66.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgloop.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.34.2.4&r2=1.34.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgloopmanip.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.27.2.3&r2=1.27.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgrtl.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.124.2.8&r2=1.124.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cse.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.306.2.3&r2=1.306.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dominance.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.25.2.6&r2=1.25.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/domwalk.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=2.1.12.1&r2=2.1.12.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/except.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.280.2.5&r2=1.280.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/flow.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.593.2.2&r2=1.593.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.558.2.3&r2=1.558.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gcse.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.307.2.5&r2=1.307.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ifcvt.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.158.2.8&r2=1.158.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/loop-init.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.11.2.2&r2=1.11.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/loop-iv.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=2.12.2.3&r2=2.12.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/loop-unswitch.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.18.8.3&r2=1.18.8.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/modulo-sched.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.7.2.3&r2=1.7.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/predict.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.107.2.3&r2=1.107.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/profile.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.135.2.3&r2=1.135.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ra-build.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.31.2.4&r2=1.31.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/reg-stack.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.159.2.3&r2=1.159.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/regrename.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.82.2.3&r2=1.82.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/sched-rgn.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.76.2.5&r2=1.76.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tracer.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.19.8.3&r2=1.19.8.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-cfg.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=2.34.2.6&r2=2.34.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-into-ssa.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=2.12.4.3&r2=2.12.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-dce.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=2.9.2.6&r2=2.9.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-dom.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=2.24.4.4&r2=2.24.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-ch.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=2.1.4.6&r2=2.1.4.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-niter.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=2.1.2.2&r2=2.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-phiopt.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=2.9.2.3&r2=2.9.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-pre.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=2.27.2.4&r2=2.27.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-tailcall.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=2.17.2.3&r2=2.17.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/var-tracking.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=2.20.2.4&r2=2.20.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000.c.diff?cvsroot=gcc&only_with_tag=edge-vector-branch&r1=1.669.2.4&r2=1.669.2.5



More information about the Gcc-cvs mailing list