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]

r132299 - in /branches/gimple-tuples-branch/gcc...


Author: olegr
Date: Wed Feb 13 23:00:01 2008
New Revision: 132299

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132299
Log:
2008-02-13  Oleg Ryjkov  <olegr@google.com>

  * tree.h: New function declaration.
  * gimple-dummy.c (tree_inlinable_function_p): Removed.
  * ipa-inline.c (compute_inline_parameters): Removed
  gcc_unreachable ().
  * calls.c (gimple_alloca_call_p): New function.
  * tree-inline.c (inline_forbidden_p_1): Split in two and removed.
  (inline_forbidden_p_op, inline_forbidden_p_stmt): New functions.
  (inline_forbidden_p): Tuplified.
  (estimate_operator_cost): Added missing cases.
  * passes.c (init_optimization_passes): Enabled pass_inline_parameters,
  pass_ipa_function_and_variable_visibility, pass_ipa_early_inline,
  pass_inline_parameters, pass_rebuild_cgraph_edges passes.


Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/calls.c
    branches/gimple-tuples-branch/gcc/gimple-dummy.c
    branches/gimple-tuples-branch/gcc/ipa-inline.c
    branches/gimple-tuples-branch/gcc/passes.c
    branches/gimple-tuples-branch/gcc/tree-inline.c
    branches/gimple-tuples-branch/gcc/tree.h


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