gcc/gcc ChangeLog.profiling basic-block.h cfgl ...

dalej@gcc.gnu.org dalej@gcc.gnu.org
Mon Dec 6 00:28:00 GMT 2004


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	tree-profiling-branch
Changes by:	dalej@gcc.gnu.org	2004-12-06 00:28:15

Modified files:
	gcc            : ChangeLog.profiling basic-block.h 
	                 cfgloopmanip.c cfg.c tree-ssa-loop-ch.c 

Log message:
	2004-12-02  Dale Johannesen  <dalej@apple.com>
	
	* basic-block.h (scale_bbs_frequencies_int):  New declaration.
	(scale_bbs_frequencies_gcov_type):  New declaration.
	* cfgloopmanip.c (scale_bbs_frequencies):  Renamed to
	scale_bbs_frequencies_int and moved to cfg.c.
	(scale_loop_frequencies):  Adjust call to it.
	(duplicate_loop_to_header_edge):  Adjust calls to it.
	* cfg.c (RDIV): New (copied from cfgloopmanip.c).
	(scale_bbs_frequencies_int):  Moved from cfgloopmanip.c.
	(scale_bbs_frequencies_gcov_type):  New.
	* tree-ssa-loop-ch.c (copy_loop_headers):  Propagate profiling info.

Patches:
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.91&r2=1.1.2.92
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/basic-block.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.153.2.46.2.15&r2=1.153.2.46.2.16
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgloopmanip.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.3.2.14.2.9&r2=1.3.2.14.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfg.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.34.2.23.2.18&r2=1.34.2.23.2.19
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-ch.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=2.2.2.6&r2=2.2.2.7



More information about the Gcc-cvs mailing list