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]

r145520 - in /branches/pretty-ipa/gcc: ChangeLo...


Author: hubicka
Date: Fri Apr  3 21:14:33 2009
New Revision: 145520

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145520
Log:

	* cgraph.c (cgraph_remove_node_and_inline_clones): New function.
	* cgraph.h (cgraph_remove_node_and_inline_clones): Declare.
	* cgraphunit.c (cgraph_materialize_clone): Initialize bitmap obstacks.
	(cgraph_matherialize_clone): Update SSA.
	* tree-inline.c (delete_unreachable_blocks_update_callgraph): New
	function.
	(tree_function_versioning): Rebuild SSA always and update cgraph
	accordingly.
	* passes.c: Temporarily switch back to original SRA.
	* tree-cfgcleanup.c (merge_phi_nodes): Do not delete live SSA name.

Modified:
    branches/pretty-ipa/gcc/ChangeLog.pretty-ipa
    branches/pretty-ipa/gcc/cgraph.c
    branches/pretty-ipa/gcc/cgraph.h
    branches/pretty-ipa/gcc/cgraphunit.c
    branches/pretty-ipa/gcc/passes.c
    branches/pretty-ipa/gcc/tree-cfgcleanup.c
    branches/pretty-ipa/gcc/tree-inline.c


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