gcc/gcc ChangeLog.profiling Makefile.in cgraph ...

hubicka@gcc.gnu.org hubicka@gcc.gnu.org
Sat Aug 28 17:26:00 GMT 2004


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	tree-profiling-branch
Changes by:	hubicka@gcc.gnu.org	2004-08-28 17:26:35

Modified files:
	gcc            : ChangeLog.profiling Makefile.in cgraphunit.c 
	                 common.opt 
	gcc/doc        : invoke.texi 
Added files:
	gcc            : ipa_prop.c ipa_prop.h 

Log message:
	* ipa_prop.c: New File: IPA constant propagation.
	* ipa_prop.h: New File: Same.
	* Makefile.in (ipa_prop.c, ipa_prop.h): Add new files.
	* common.opt (fipa-cp, fipa-no-cloning): New flags for IPA
	constant propagation.
	* cgraphunit.c (cgraph_optimize, record_call_1): Support for IPA
	constant propagation.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ipa_prop.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ipa_prop.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.profiling.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.50&r2=1.1.2.51
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.903.2.179.2.12&r2=1.903.2.179.2.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cgraphunit.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.35.2.12&r2=1.1.4.35.2.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/common.opt.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.14.2.20.2.9&r2=1.14.2.20.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.152.2.73.2.10&r2=1.152.2.73.2.11



More information about the Gcc-cvs mailing list