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.rtlopt dominance.c loop-iv.c


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	rtlopt-branch
Changes by:	rakdver at gcc dot gnu dot org	2003-04-06 16:58:26

Modified files:
	gcc            : ChangeLog.rtlopt dominance.c loop-iv.c 

Log message:
	* dominance.c (create_fq_dominators): Do not allocate unnecessary
	memory.
	* loop-iv.c (earliest_value_at_for): New.
	(get_reg_value_at): Be more clever about constant values.  Use
	earliest_value_at_for.
	(compute_initial_values): Allow values in outer loop to refer to
	iteration.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.rtlopt.diff?cvsroot=gcc&only_with_tag=rtlopt-branch&r1=1.1.2.162&r2=1.1.2.163
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dominance.c.diff?cvsroot=gcc&only_with_tag=rtlopt-branch&r1=1.12.2.4&r2=1.12.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/loop-iv.c.diff?cvsroot=gcc&only_with_tag=rtlopt-branch&r1=1.1.2.1&r2=1.1.2.2


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