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]

egcs/gcc ChangeLog params.h params.def gcse.c ...


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	dberlin@gcc.gnu.org	2001-06-27 07:35:25

Modified files:
	gcc            : ChangeLog params.h params.def gcse.c 
	gcc/doc        : invoke.texi 

Log message:
	2001-06-26  Daniel Berlin  <dan@cgsoftware.com>
	
	* doc/invoke.texi: Add description of max-gcse-passes param.
	
	* gcse.c (gcse_main): Use MAX_GCSE_PASSES instead of MAX_PASSES.
	(MAX_PASSES): Remove now unneeded macro.
	
	* params.h (MAX_GCSE_PASSES): New macro, to get parameter value of
	max-gcse-passes param.
	
	* params.def (PARAM_MAX_GCSE_PASSES): New parameter, controlling
	maximum number of GCSE passes to run. Defaults to 1 (which is what
	MAX_PASSES in gcse.c used to be).

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.10474&r2=1.10475
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/params.h.diff?cvsroot=gcc&r1=1.6&r2=1.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/params.def.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/gcse.c.diff?cvsroot=gcc&r1=1.132&r2=1.133
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/doc/invoke.texi.diff?cvsroot=gcc&r1=1.22&r2=1.23


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