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 ChangeLog basic-block.h cfganal.c cfgc ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth@gcc.gnu.org	2004-07-16 22:28:29

Modified files:
	gcc            : ChangeLog basic-block.h cfganal.c cfgcleanup.c 
	                 gcse.c predict.c profile.c tree-cfg.c 
	                 tree-ssa-pre.c 

Log message:
	* basic-block.h (remove_fake_exit_edges): Declare.
	* cfganal.c (remove_fake_predecessors): Rename from
	remove_fake_successors; iterate over predecessors.
	(remove_fake_exit_edges): New.
	* cfgcleanup.c (try_optimize_cfg): Use it.
	* gcse.c (one_pre_gcse_pass, store_motion): Likewise.
	* predict.c (estimate_probability): Likewise.
	(tree_estimate_probability, note_prediction_to_br_prob): Likewise.
	* tree-cfg.c (make_edges): Likewise.
	* tree-ssa-pre.c (fini_pre): Likewise.
	* profile.c (instrument_edges): Don't remove_fake_edges.
	(branch_prob): Do it earlier here.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.4575&r2=2.4576
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/basic-block.h.diff?cvsroot=gcc&r1=1.200&r2=1.201
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfganal.c.diff?cvsroot=gcc&r1=1.45&r2=1.46
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgcleanup.c.diff?cvsroot=gcc&r1=1.119&r2=1.120
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gcse.c.diff?cvsroot=gcc&r1=1.306&r2=1.307
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/predict.c.diff?cvsroot=gcc&r1=1.106&r2=1.107
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/profile.c.diff?cvsroot=gcc&r1=1.134&r2=1.135
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-cfg.c.diff?cvsroot=gcc&r1=2.30&r2=2.31
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-pre.c.diff?cvsroot=gcc&r1=2.25&r2=2.26


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