r239567 - in /trunk/gcc: ChangeLog cgraphunit.c...

rguenth@gcc.gnu.org rguenth@gcc.gnu.org
Thu Aug 18 10:41:00 GMT 2016


Author: rguenth
Date: Thu Aug 18 10:41:53 2016
New Revision: 239567

URL: https://gcc.gnu.org/viewcvs?rev=239567&root=gcc&view=rev
Log:
2016-08-18  Richard Biener  <rguenther@suse.de>

	* tree-pass.h (make_pass_materialize_all_clones): Declare.
	* ipa.c (pass_data_materialize_all_clones, pass_materialize_all_clones,
	make_pass_materialize_all_clones): New simple IPA pass encapsulating
	clone materialization.
	* passes.def (all_late_ipa_passes): Start with
	pass_materialize_all_clones.
	* cgraphunit.c (symbol_table::compile): Remove call to
	materialize_all_clones.
	* tree-into-ssa.c: Include statistics.h.
	(update_ssa): Count number of times we do incremental/rewrite
	SSA update.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cgraphunit.c
    trunk/gcc/ipa.c
    trunk/gcc/passes.def
    trunk/gcc/tree-into-ssa.c
    trunk/gcc/tree-pass.h



More information about the Gcc-cvs mailing list