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]

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


Author: law
Date: Sat Sep 26 14:38:38 2009
New Revision: 152202

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152202
Log:
	* ira-reload.c (identify_singleton_uses): Twiddles for using DF rather
	than note_stores/note_uses.
	(identify_singleton_sets, collect_loads): Likewise.
	(identify_singleton_uses_1): Remove.
	(collect_loads_1, emit_localizing_loads_1): Likewise.
	(emit_localizing_loads): Twiddles for using DF rather than
	note_stores/note_uses.  Return whether or not rescanning is needed.
	(rename_sets, emit_localizing_stores): Likewise.
	(localize_pseudos): Iterate over DF structures rather than using
	note_stores/note_uses.  Defer rescanning until we're finished with
	the current insn.



Modified:
    branches/reload-v2/gcc/ChangeLog-ira-reload
    branches/reload-v2/gcc/ira-reload.c


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