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]

egcs/gcc pre-reload.h pre-reload.c reload.c Ch ...


CVSROOT:	/cvs/gcc
Module name:	egcs
Branch: 	new-regalloc-branch
Changes by:	denisc@gcc.gnu.org	2002-04-11 13:31:35

Modified files:
	gcc            : pre-reload.h pre-reload.c reload.c ChangeLog.RA 

Log message:
	* reload.c: Include "obstack.h" and "bitmap.h".
	
	* pre-reload.h (ra_info): Add new field 'obstack'.
	(pre_reload): Prototype declaration changed.
	(debug_hard_reg_set): New prototype declaration.
	(compare_ra_info): Likewise.
	
	* pre-reload.c (ra_info_obstack): Global variable removed.
	(ra_link_create): Use 'obstack' field of ra_info structure.
	(scan_addr_func): Likewise.
	(scan_addr_create_ref): Likewise.
	(collect_insn_info): Likewise.
	(ra_info_init): Likewise.
	(ra_info_free): Likewise.
	(build_ra_refs_for_insn): Likewise.
	(debug_ra_reg_refs): New debug function.
	(ra_info_add_insn_refs): Add check.
	(ra_info_add_reg_refs): Bugfix. Right building registers
	related ra_refs.
	(pre_reload): Remove all information about changed insns.
	(pre_reload_collect): Collect information only about
	changed insns.
	(insn_uid): Removed.
	(ra_info_remove_refs): New function.
	(compare_ra_info): New function. Can be used for checking
	consistency of incrementally builded ra_info.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/pre-reload.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/pre-reload.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.2.4&r2=1.1.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/reload.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.142.2.5&r2=1.142.2.6
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.69&r2=1.1.2.70


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