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 recog.c sbitmap.c sbitmap.h ChangeLog


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	sirl at gcc dot gnu dot org	2003-03-11 19:25:24

Modified files:
	gcc            : recog.c sbitmap.c sbitmap.h ChangeLog 

Log message:
	2003-03-11  Franz Sirl  <Franz dot Sirl-kernel at lauterbach dot com>
	
	PR bootstrap/9994
	Backport from mainline:
	
	2003-02-18  Roger Sayle  <roger at eyesopen dot com>
	
	* sbitmap.c (sbitmap_resize): New function.
	* sbitmap.h (sbitmap_resize): Prototype here.
	* recog.c (split_all_insns): Use sbitmap_resize.
	
	Mon Feb 17 16:16:54 CET 2003  Jan Hubicka  <jh at suse dot cz>
	
	* recog.c (split_all_insns):  Fix memory overflow.
	
	2003-02-15  Richard Henderson  <rth at redhat dot com>
	
	* recog.c (split_all_insns): Include new blocks in life update;
	do a global life update.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/recog.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.168.2.1&r2=1.168.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/sbitmap.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.23&r2=1.23.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/sbitmap.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.18&r2=1.18.14.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.283&r2=1.16114.2.284


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