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.RA rtl.h ra.c cp/optimize.c


CVSROOT:	/cvs/gcc
Module name:	egcs
Branch: 	new-regalloc-branch
Changes by:	matz@gcc.gnu.org	2001-07-19 16:07:57

Modified files:
	gcc            : ChangeLog.RA rtl.h ra.c 
	gcc/cp         : optimize.c 

Log message:
	* ra.c : (rtx_to_bits): Use SUBREG_BYTE, instead of calculating
	things from SUBREG_WORD.
	(defuse_overlap_p, find_subweb): Dito.
	(dump_igraph, dump_ra): s/SUBREG_WORD/SUBREG_BYTE/ .
	(colorize_one_web): Simulate SUBREG_WORD.
	(rewrite_program): Don't emit (subreg(mem ...)).
	
	* rtl.h : (reg_spill_cost): Add prototype.
	
	* cp/optimize.c : (inlinable_size_p): Replace with dummy.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.RA.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.2.32&r2=1.1.2.33
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/rtl.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.240.2.3&r2=1.240.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ra.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.2.18&r2=1.1.2.19
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cp/optimize.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.48.2.2&r2=1.48.2.3


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