gcc/gcc ra.c ChangeLog.RA Makefile.in
dberlin@gcc.gnu.org
dberlin@gcc.gnu.org
Sat Aug 18 09:47:00 GMT 2001
CVSROOT: /cvs/gcc
Module name: gcc
Branch: new-regalloc-branch
Changes by: dberlin@gcc.gnu.org 2001-08-18 09:47:39
Modified files:
gcc : ra.c ChangeLog.RA Makefile.in
Log message:
2001-08-18 Daniel Berlin <dan@cgsoftware.com>
* ra.c (live_out_1): Temporary hack to make x86 compile. Someone
please fix this the right way.
2001-08-17 Daniel Berlin <dan@cgsoftware.com>
* ra.c (assign_colors): Stop trying to colors webs with no uses.
We can get into infinite spill loops this way, and it's pointless.
(we only need them for conflicts, not for coloring, AFAIK)
From Dan Nicolaescu <dann@godzilla.ics.uci.edu>:
* Makefile.in (ra.o): Add reload.h o the dependencies.
* ra.c: Include reload.h, so MEMORY_MOVE_COST is always defined.
Patches:
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.32&r2=1.1.2.33
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.46&r2=1.1.2.47
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.7&r2=1.592.2.8
More information about the Gcc-cvs
mailing list