gcc/gcc ChangeLog.apple-ppc Makefile.in cfgloo ...

dalej@gcc.gnu.org dalej@gcc.gnu.org
Wed May 26 01:21:00 GMT 2004


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	apple-ppc-branch
Changes by:	dalej@gcc.gnu.org	2004-05-25 22:51:13

Modified files:
	gcc            : ChangeLog.apple-ppc Makefile.in cfgloop.c 
	                 cfgloop.h df.c expr.c fold-const.c 
	                 lambda-code.c loop-invariant.c loop-iv.c rtl.h 
	                 stor-layout.c tree-cfg.c tree-chrec.c 
	                 tree-chrec.h tree-data-ref.c tree-data-ref.h 
	                 tree-elim-check.c tree-flow.h tree-fold-const.h 
	                 tree-scalar-evolution.c tree-scalar-evolution.h 
	                 tree-ssa-loop-ivcanon.c tree-ssa-loop-ivopts.c 
	                 tree-vectorizer.c tree.c tree.h varasm.c 
	gcc/config/rs6000: rs6000-c.c rs6000.c t-rs6000 

Log message:
	2004-05-25  Dale Johannesen  <dalej@apple.com>
	
	Merge from LNO branch as of 05-18.
	--The following files are identical to lno branch:
	df.c:  Merge.
	lambda-code.c:  Merge.
	loop-iv.c:  Merge.
	tree-chrec.c:  Merge.
	tree-chrec.h:  Merge.
	tree-data-ref.c:  Merge.
	tree-data-ref.h:  Merge.
	tree-elim-check.c:  Merge.
	tree-fold-const.h:  Merge.
	tree-scalar-evolution.c:  Merge.
	tree-scalar-evolution.h:  Merge.
	tree-ssa-loop-ivcanon.c:  Merge.
	tree-ssa-loop-ivopts.c:  Merge.
	tree-vectorizer.c:  Merge.
	--These files were merged selectively, see lno branch ChangeLog.lno.
	Makefile.in:  Add tree-ssa-loop-niter.
	cfgloop.c: Merge changes from Devang's 05-13 patch.
	cfgloop.h: Ditto, also Zdenek's 04-30 patch.
	expr.c:  Merge changes from Zdenek's 05-13 patch.
	tree-cfg.c:  Ditto.
	tree-flow.h:  Ditto.  Also from Zdenek's 04-30 patch.
	loop-invariant.c:  Merge.  Add DF_EQUIV_NOTES.
	rtl.h:  Merge change from Zdenek's 05-09 patch.
	stor-layout.c:  Ditto.
	tree.c:  Merge change from Sebastian's 04-27 patch.
	tree.h:  Ditto.  Also Zdenek's 05-13 patch.  Add TYPE_UNSIGNED.
	varasm.c:  Merge change from Zdenek's 04-30 patch.
	config/rs6000/rs6000.c:  Ditto.
	-- Other stuff:
	fold-const.c:  Remove unused variable.
	config/rs6000/rs6000-c.c:  Make #define of bool work.
	config/rs6000/t-rs6000:  Make #define of bool work.  Remove
	-Wno-error requirements.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.apple-ppc.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.43&r2=1.1.2.44
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.903.2.195.2.8&r2=1.903.2.195.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgloop.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.14.2.15.2.1&r2=1.14.2.15.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgloop.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.2.4.12.2.2&r2=1.2.4.12.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/df.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.32.2.16.2.1&r2=1.32.2.16.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.467.2.83.2.3&r2=1.467.2.83.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fold-const.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.213.2.81.2.3&r2=1.213.2.81.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/lambda-code.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/loop-invariant.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/loop-iv.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=2.4.2.2.2.2&r2=2.4.2.2.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/rtl.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.362.2.42.2.4&r2=1.362.2.42.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/stor-layout.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.126.2.29.2.1&r2=1.126.2.29.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-cfg.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.4.278.2.1&r2=1.1.4.278.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-chrec.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-chrec.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-data-ref.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-data-ref.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-elim-check.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-flow.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.4.197.2.2&r2=1.1.4.197.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-fold-const.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-scalar-evolution.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-scalar-evolution.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-ivcanon.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-ivopts.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-vectorizer.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.263.2.84.2.5&r2=1.263.2.84.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.342.2.179.2.4&r2=1.342.2.179.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/varasm.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.295.2.47.2.7&r2=1.295.2.47.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000-c.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.3.2.6.2.5&r2=1.3.2.6.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.332.2.46.2.18&r2=1.332.2.46.2.19
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/t-rs6000.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.5.22.6.8.1&r2=1.5.22.6.8.2



More information about the Gcc-cvs mailing list