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.dataflow cfgrtl.c df.c reloa ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	dataflow-branch
Changes by:	zadeck@gcc.gnu.org	2005-10-25 20:22:00

Modified files:
	gcc            : ChangeLog.dataflow cfgrtl.c df.c reload1.c 
	                 sched-rgn.c 

Log message:
	2005-10-25  Daniel Berlin  <dberlin@dberlin.org>
	Kenneth Zadeck <zadeck@naturalbridge.com>
	
	* cfgrtl.c (print_rtl_with_bb): Fixed problem with debugging
	output of bitmaps.
	* df.c (mark_reg_change): Fixed problem computing sizes of hard regs.
	* reload1.c (reload): Fixed over agressive updating of bitmaps.
	* sched-rgn.c (schedule_insns): Cleaned away some useless verification
	code.
	(rest_of_handle_sched2): Removed debugging.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.dataflow.diff?cvsroot=gcc&only_with_tag=dataflow-branch&r1=1.1.2.4&r2=1.1.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgrtl.c.diff?cvsroot=gcc&only_with_tag=dataflow-branch&r1=1.181.6.2&r2=1.181.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/df.c.diff?cvsroot=gcc&only_with_tag=dataflow-branch&r1=1.87.6.5&r2=1.87.6.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/reload1.c.diff?cvsroot=gcc&only_with_tag=dataflow-branch&r1=1.483.2.1&r2=1.483.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/sched-rgn.c.diff?cvsroot=gcc&only_with_tag=dataflow-branch&r1=1.101.2.3&r2=1.101.2.4


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