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]

r151926 - in /branches/reload-v2/gcc: ChangeLog...


Author: law
Date: Mon Sep 21 15:34:09 2009
New Revision: 151926

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151926
Log:
	* ira-reload.c: New file.
	* ira-int.h (reload_reload): Declare.
	* ira-color.c (sorted_allocnos): No longer static.
	* ira.c (ira): Call ira_reload.
	* Makefile.in (OBJS-common): Add ira-reload.o
	(ira-reload.o): Add dependencies



Added:
    branches/reload-v2/gcc/ira-reload.c
Modified:
    branches/reload-v2/gcc/ChangeLog-ira-reload
    branches/reload-v2/gcc/Makefile.in
    branches/reload-v2/gcc/ira-color.c
    branches/reload-v2/gcc/ira-int.h
    branches/reload-v2/gcc/ira.c


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