r129834 - in /branches/gimple-tuples-branch/gcc...
dnovillo@gcc.gnu.org
dnovillo@gcc.gnu.org
Thu Nov 1 22:26:00 GMT 2007
Author: dnovillo
Date: Thu Nov 1 22:26:07 2007
New Revision: 129834
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129834
Log:
* cgraphbuild.c (initialize_inline_failed): Re-enable.
(build_cgraph_edges): Adapt to use tuples.
(pass_build_cgraph): Re-enable.
(rebuild_cgraph_edges): Adapt to use tuples.
* cgraph.c (cgraph_release_function_body): Also NULLify the
gimple body.
(debug_cgraph_node): New.
(debug_cgraph): New.
* cgraph.h (struct cgraph_edge): Change field CALL_STMT to
type gimple. Update all users.
* cgraphunit.c (cgraph_analyze_functions): If DECL does not
have a struct function entry, discard it.
* gimple.h (GF_CALL_CANNOT_INLINE): New.
(gimple_call_lhs_ptr): New.
(gimple_call_mark_uninlinable): New.
(gimple_call_cannot_inline_p): New.
(struct walk_stmt_info): Add field PSET.
Modified:
branches/gimple-tuples-branch/gcc/ChangeLog.tuples
branches/gimple-tuples-branch/gcc/cgraph.c
branches/gimple-tuples-branch/gcc/cgraph.h
branches/gimple-tuples-branch/gcc/cgraphbuild.c
branches/gimple-tuples-branch/gcc/cgraphunit.c
branches/gimple-tuples-branch/gcc/cp/cp-tree.h
branches/gimple-tuples-branch/gcc/cp/decl2.c
branches/gimple-tuples-branch/gcc/gimple.c
branches/gimple-tuples-branch/gcc/gimple.h
branches/gimple-tuples-branch/gcc/ipa-cp.c
branches/gimple-tuples-branch/gcc/ipa-inline.c
branches/gimple-tuples-branch/gcc/langhooks-def.h
branches/gimple-tuples-branch/gcc/langhooks.c
branches/gimple-tuples-branch/gcc/langhooks.h
branches/gimple-tuples-branch/gcc/tree-optimize.c
More information about the Gcc-cvs
mailing list