1. 06 Apr, 2011 8 commits
    • re PR middle-end/47663 (Very simple wrapper not inlined) · d7d1d041
      2011-04-06  Richard Guenther  <rguenther@suse.de>
       
      	PR tree-optimization/47663
      	* cgraph.h (struct cgraph_edge): Add call_stmt_size and
      	call_stmt_time fields.
      	(cgraph_edge_inlinable_p): Declare.
      	(cgraph_edge_recursive_p): New inline function.
      	* cgraph.c (cgraph_create_edge_1): Initialize call_stmt_size.
      	(cgraph_clone_edge): Copy it.
      	* ipa-inline.c (cgraph_estimate_edge_time): New function.
      	Account for call stmt time.
      	(cgraph_estimate_time_after_inlining): Take edge argument.
      	(cgraph_estimate_edge_growth): Account call stmt size.
      	(cgraph_estimate_size_after_inlining): Take edge argument.
      	(cgraph_mark_inline_edge): Adjust.
      	(cgraph_check_inline_limits): Likewise.
      	(cgraph_recursive_inlining_p): Remove.
      	(cgraph_edge_badness): Use cgraph_edge_recursive_p.
      	(cgraph_decide_recursive_inlining): Take edge argument and
      	adjust.
      	(cgraph_decide_inlining_of_small_functions): Do not avoid
      	diags for recursive inlining here.
      	(cgraph_flatten): Adjust.
      	(cgraph_decide_inlining_incrementally): Likewise.
      	(estimate_function_body_sizes): Remove call cost handling.
      	(compute_inline_parameters): Initialize caller edge call costs.
      	(cgraph_estimate_edge_growth): New function.
      	(cgraph_estimate_growth): Use it.
      	(cgraph_edge_badness): Likewise.
      	(cgraph_check_inline_limits): Take an edge argument.
      	(cgraph_decide_inlining_of_small_functions): Adjust.
      	(cgraph_decide_inlining): Likewise.
      	* tree-inline.c (estimate_num_insns): Only account for call
      	return value if it is used.
      	(expand_call_inline): Avoid diagnostics on recursive inline
      	functions here.
      	* lto-cgraph.c (lto_output_edge): Output edge call costs.
      	(input_edge): Input edge call costs.
      
      	* gcc.dg/tree-ssa/inline-8.c: New testcase.
      
      From-SVN: r172023
      Richard Guenther committed
    • * config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define. · 2feb95f7
      From-SVN: r172022
      Rainer Orth committed
    • invoke.texi (Spec Files): Fix typo. · 26fbd9c2
      2011-04-06  Jonathan Wakely  <jwakely.gcc@gmail.com>
      
      	* doc/invoke.texi (Spec Files): Fix typo.
      
      From-SVN: r172020
      Jonathan Wakely committed
    • profile.c (branch_prob): Move declaration of local variable. · 694dc0ca
      	* profile.c (branch_prob): Move declaration of local variable.  Remove
      	obsolete ??? comment.  Expand the location explicitly instead of using
      	the LOCATION_FILE and LOCATION_LINE macros.
      
      From-SVN: r172019
      Eric Botcazou committed
    • libgo: Always use AM_LDFLAGS when linking libgo.la. · 5c8e4952
      This ensures that we pass -fsplit-stack as required.
      
      From-SVN: r172018
      Ian Lance Taylor committed
    • arm.md (arm_cmpsi_insn): Compute attr "length". · 4925d0d5
      	* config/arm/arm.md (arm_cmpsi_insn): Compute attr "length".
      	(arm_cond_branch): Likewise.
      	(arm_cond_branch_reversed): Likewise.
      	(arm_jump): Likewise.
      	(push_multi): Likewise.
      	* config/arm/constraints.md (Py): New constraint.
      
      From-SVN: r172017
      Wei Guozhi committed
    • re PR bootstrap/48471 (ia64-*-* does not bootstrap due to unused variables in dbxout.c) · f55dfa2f
      	PR bootstrap/48471
      	* dbxout.c (debug_nesting, symbol_queue, symbol_queue_index):
      	Move these...
      	(symbol_queue_size, DBXOUT_DECR_NESTING): ...and these...
      	(DBXOUT_DECR_NESTING_AND_RETURN): ...and this under
      	#ifdef DBX_DEBUGGING_INFO.
      
      From-SVN: r172016
      Nathan Froyd committed
    • Daily bump. · 4bb28d9f
      From-SVN: r172015
      GCC Administrator committed
  2. 05 Apr, 2011 32 commits