This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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.RA gcc/dwarf2out.c gcc/ra.c ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	new-regalloc-branch
Changes by:	matz@gcc.gnu.org	2002-01-16 20:04:01

Modified files:
	gcc            : ChangeLog.RA dwarf2out.c ra.c 
	libstdc++-v3/src: gen-num-limits.cc 

Log message:
	2002-01-17  Michael Matz  <matzmich@cs.tu-berlin.de>
	
	* ra.c (conflicts_between_webs): Also consider conflicts in
	uses of (uninitialized) hardregs.
	(reg_alloc): Disable update_equiv_regs(); it's wrong after
	allocation and before.
	
	* dwarf2out.c (gen_namespace_die): Remove.
	(dwarf_tag_name): Ignore namespace tag.
	(scope_die_for): Ignore namespace decls.
	(gen_decl_die, dwarf2out_decl): Likewise.
	
	* libstdc++-v3/src/gen-num-limits.cc: Use __LONG_LONG_MAX__.

Patches:
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.58&r2=1.1.2.59
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.237.2.4&r2=1.237.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ra.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.2.44&r2=1.1.2.45
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/gen-num-limits.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.6.2.1&r2=1.6.2.2


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