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]

gcc/gcc ChangeLog.RA Makefile.in reload1.c cbi ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	new-regalloc-branch
Changes by:	dberlin@gcc.gnu.org	2001-02-10 10:35:47

Modified files:
	gcc            : ChangeLog.RA Makefile.in reload1.c 
Added files:
	gcc            : cbitmap.c cbitmap.h ra.c 
Removed files:
	gcc            : new-regalloc.c new-regalloc.h 

Log message:
	2001-02-09  Daniel Berlin  <dberlin@redhat.com>
	
	* toplev.c: Add mm_reg_alloc prototype.
	(rest_of_compilation): Add mm_reg_alloc, remove init_new_regalloc.
	
	* ra.c: New file, replaces "old" new register allocator
	
	* new-regalloc.[ch]: Removed.
	
	* cbitmap.c: New file, compressed bitvectors.
	
	* cbitmap.h: New file, compressed bitvectors.
	
	* Makefile.in: Dependencies for new ra.c, cbitmap.c, add ra.o and
	cbitmap.o to libbackend.a.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cbitmap.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cbitmap.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ra.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.RA.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.2.14&r2=1.1.2.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.592.2.2&r2=1.592.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/reload1.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.255.2.2&r2=1.255.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/new-regalloc.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.2.13&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/new-regalloc.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.2.3&r2=NONE


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