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]

r141263 - in /branches/lto/gcc: ChangeLog.lto c...


Author: espindola
Date: Tue Oct 21 13:21:39 2008
New Revision: 141263

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141263
Log:
2008-10-21 Rafael Espindola  <espindola@google.com>

	* cgraphunit.c (ipa_passes): call execute_ipa_pass_list on
	all_regular_ipa_passes.
	* passes.c (all_regular_ipa_passes): New.
	(all_ipa_passes): Rename to all_small_ipa_passes.
	(init_optimization_passes): Init all_regular_ipa_passes.
	(ipa_write_summaries,ipa_read_summaries,
	ipa_write_summaries_of_cgraph_node_set): Use all_regular_ipa_passes.
	* tree-pass.h (all_regular_ipa_passes): New.
	(all_ipa_passes): Rename to all_small_ipa_passes.


Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/cgraphunit.c
    branches/lto/gcc/passes.c
    branches/lto/gcc/tree-pass.h


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