- 06 Apr, 2011 8 commits
-
-
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 -
From-SVN: r172022
Rainer Orth committed -
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. Remove obsolete ??? comment. Expand the location explicitly instead of using the LOCATION_FILE and LOCATION_LINE macros. From-SVN: r172019
Eric Botcazou committed -
This ensures that we pass -fsplit-stack as required. From-SVN: r172018
Ian Lance Taylor committed -
* 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 -
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 -
From-SVN: r172015
GCC Administrator committed
-
- 05 Apr, 2011 32 commits
-
-
From-SVN: r172009
Joseph Myers committed -
* gcc.dg/torture/pr47917.c: Add -D_XOPEN_SOURCE=500 to dg-options for Solaris 9 as well. From-SVN: r172008
Eric Botcazou committed -
* gcc.dg/torture/pr47917.c: Add -D_XOPEN_SOURCE=500 to dg-options for Solaris 8 as well. From-SVN: r172007
Eric Botcazou committed -
PR bootstrap/48403 * haifa-sched.c (schedule_block): Increment cycle_issued_insns only if old and new states differ. From-SVN: r172006
Bernd Schmidt committed -
m68k.c (m68k_handle_option): Don't handle OPT_m5200, OPT_m5206e, OPT_m528x, OPT_m5307, OPT_m5407 and OPT_mcfv4e. * config/m68k/m68k.c (m68k_handle_option): Don't handle OPT_m5200, OPT_m5206e, OPT_m528x, OPT_m5307, OPT_m5407 and OPT_mcfv4e. * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't handle -m5200, -m5206e, -m528x, -m5307, -m5407 and -mcfv4e. * config/m68k/m68k.opt (m5200, m5206e, m528x, m5307, m5407, mcfv4e): Use Alias. * config/m68k/t-mlibs (MULTILIB_MATCHES): Don't map legacy ColdFire options to -mcpu= options. From-SVN: r172005
Joseph Myers committed -
tree-ssa-threadupdate.c (determine_bb_domination_status): Always check if BB is a successor of LOOP->header and return NONDOMINATING if... * tree-ssa-threadupdate.c (determine_bb_domination_status): Always check if BB is a successor of LOOP->header and return NONDOMINATING if it is not, regardless of ENABLE_CHECKING. From-SVN: r172004
Jeff Law committed -
From-SVN: r172003
Ian Lance Taylor committed -
+2011-04-05 Sterling Augustine <augustine.sterling@gmail.com> + + * MAINTAINERS: Update my email address as Xtensa maintainer. + From-SVN: r172002
Sterling Augustine committed -
From-SVN: r172000
Ian Lance Taylor committed -
* cprop.c (struct reg_use): Remove. (reg_use_table): Make an array of RTX. (find_used_regs, constprop_register, local_cprop_pass, bypass_block): Simplify users of reg_use_table. (cprop_insn): Likewise. Iterate if copy propagation succeeded on one of the uses found by find_used_regs. From-SVN: r171999
Steven Bosscher committed -
PR bootstrap/48469 * combine.c (combine_instructions): #ifdef AUTO_INC_DEC links declaration. From-SVN: r171998
Nathan Froyd committed -
/: * config.sub: Sync from upstream. From-SVN: r171996
Ralf Wildenhues committed -
fix compilation on AUTO_INC_DEC targets * combine.c (combine_instructions) [AUTO_INC_DEC]: Declare links as an rtx. (try_combine) [AUTO_INC_DEC]: Declare a local link rtx. From-SVN: r171995
Nathan Froyd committed -
PR middle-end/48441 * cprop.c (one_cprop_pass): Do not mark_oprs_set of deleted insns. From-SVN: r171994
Steven Bosscher committed -
* combine.c: Include obstack.h. (struct insn_link): Define. (uid_log_links): Adjust type. (FOR_EACH_LOG_LINK): New macro. (insn_link_obstack): Declare. (alloc_insn_link): Define. (create_log_links): Call it. Use FOR_EACH_LOG_LINK and adjust type of link variables. (find_single_use, insn_a_feeds_b, combine_instructions): Likewise. (try_combine, record_promoted_values, distribute_notes): Likewise. (distribute_links): Likewise. Tweak prototype. (clear_log_links): Delete. (adjust_for_new_dest): Call alloc_insn_link. * Makefile.in (combine.o): Depend on $(OBSTACK_H). From-SVN: r171993
Nathan Froyd committed -
* gcse.c (modify_mem_list): Convert to an array of VECs. (canon_modify_mem_list, compute_transp): Tweak formatting. (alloc_gcse_mem): Likewise. Adjust for modify_mem_list change. (load_killed_in_block_p): Likewise. (record_last_mem_set_info): Likewise. (clear_modify_mem_tables): Likewise. From-SVN: r171992
Nathan Froyd committed -
re PR middle-end/48461 (function.c:5268:1: error: emit_use_return_register_into_block defined but not used) 2011-04-05 Tom de Vries <tom@codesourcery.com> PR middle-end/48461 * function.c (emit_use_return_register_into_block): Only define if HAVE_return. From-SVN: r171990
Tom de Vries committed -
From-SVN: r171988
Eric Botcazou committed -
trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Use build_function_type_list instead of build_function_type. * trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Use build_function_type_list instead of build_function_type. Correct argument order for func_frexp and func_scalbn. From-SVN: r171987
Nathan Froyd committed -
re PR target/43920 (Choosing conditional execution over conditional branches for code size in some cases.) 2011-04-05 Tom de Vries <tom@codesourcery.com> PR target/43920 * gcc.target/arm/pr43920-1.c: New test. From-SVN: r171986
Tom de Vries committed -
* config/rx/rx-opts.h: New. * config/rx/rx.c (rx_cpu_type): Remove. (rx_handle_option): Don't assert that global structures are in use. Access variables via opts pointer. Defer most handling of OPT_mint_register_. Use error_at. (rx_option_override): Handle deferred OPT_mint_register_ here. * config/rx/rx.h (enum rx_cpu_types): Move to rx-opts.h. * config/rx/rx.opt (config/rx/rx-opts.h: New HeaderInclude. (mcpu=): Use Enum and specifiy rx_cpu_type with Var. (rx_cpu_types): New Enum and EnumValue entries. (mint-register=): Use Defer and use Var accordingly. From-SVN: r171984
Joseph Myers committed -
2011-04-05 Richard Guenther <rguenther@suse.de> PR bootstrap/48431 * lto-plugin.c (claim_file_handler): Do not declare vars in code. From-SVN: r171982
Richard Guenther committed -
* debug.h (debug_flush_symbol_queue, debug_queue_symbol): Delete. (debug_free_queue, debug_nesting, symbol_queue_index): Delete. * final.c (debug_flush_symbol_queue, debug_queue_symbol): Move these... (debug_free_queue, debug_nesting, symbol_queue_index): ...and these... * dbxout.c: ...to here. Make static. From-SVN: r171981
Nathan Froyd committed -
* gcse.c (modify_pair): Define. Define a VEC of it. (canon_modify_mem_list): Convert to an array of VECs. (free_insn_expr_list_list): Delete. (clear_modify_mem_tables): Call VEC_free instead. (record_last_mem_set_info): Don't modify canon_modify_mem_list. (alloc_gcse_mem): Adjust for canon_modify_mem_list change. (canon_list_insert, compute_transp): Likewise. From-SVN: r171980
Nathan Froyd committed -
re PR target/43920 (Choosing conditional execution over conditional branches for code size in some cases.) 2011-04-05 Tom de Vries <tom@codesourcery.com> PR target/43920 * config/arm/arm.h (BRANCH_COST): Set to 1 for Thumb-2 when optimizing for size. From-SVN: r171978
Tom de Vries committed -
re PR target/43920 (Choosing conditional execution over conditional branches for code size in some cases.) 2011-04-05 Tom de Vries <tom@codesourcery.com> PR target/43920 * function.c (emit_use_return_register_into_block): New function. (thread_prologue_and_epilogue_insns): Use emit_use_return_register_into_block. From-SVN: r171977
Tom de Vries committed -
re PR target/43920 (Choosing conditional execution over conditional branches for code size in some cases.) 2011-04-05 Tom de Vries <tom@codesourcery.com> PR target/43920 * cfgcleanup.c (flow_find_cross_jump): Don't count USE or CLOBBER as insn. From-SVN: r171976
Tom de Vries committed -
2011-04-05 Tom de Vries <tom@codesourcery.com> * cfgcleanup.c (try_crossjump_bb): Remove 2 superfluous variables. From-SVN: r171975
Tom de Vries committed -
From-SVN: r171974
Eric Botcazou committed -
2011-04-05 Yufeng Zhang <yufeng.zhang@arm.com> * config/arm/arm.md (define_constants for unspec): Replace with define_c_enum. (define_constants for unspecv): Replace with define_c_enum. * config/arm/neon.md (define_constants for unspec): Replace with define_c_enum. From-SVN: r171973
Yufeng Zhang committed -
The parameters for functions from the frexp family were the wrong way round. Swap them. From-SVN: r171971
Duncan Sands committed -
* go-gcc.c (class Blabel): Define. (Gcc_backend::make_expression): New function. (get_identifier_from_string): New function. (Gcc_backend::label): New function. (Gcc_backend::label_definition_statement): New function. (Gcc_backend::goto_statement): New function. (Gcc_backend::label_address): New function. (expression_to_tree): New function. * Make-lang.in (go/expressions.o): Depend on go/gofrontend/backend.h. (go/gogo.o): Likewise. From-SVN: r171968
Ian Lance Taylor committed
-