summaryrefslogtreecommitdiff
path: root/gcc/tree-tailcall.c
Commit message (Expand)AuthorAgeFilesLines
* tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law2006-01-061-2/+2
* tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis2005-12-181-1/+1
* In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2005-12-061-3/+2
* tree-vrp.c (build_assert_expr_for, [...]): Use buildN instead of build.Richard Guenther2005-12-021-10/+10
* builtins.c: Fix comment typo(s).Volker Reichelt2005-07-281-1/+1
* tree-tailcall.c (decrease_profile): New function.Jan Hubicka2005-07-271-0/+30
* tree-dfa.c (dump_variable): Use default_def function.Jan Hubicka2005-07-131-6/+6
* [multiple changes]Daniel Berlin2005-06-301-3/+4
* Update FSF address.Kelley Cook2005-06-251-2/+2
* tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-081-2/+2
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-12/+9
* tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata2005-04-171-3/+0
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-1/+1
* re PR tree-optimization/20458 (structure aliasing causes wrong code)Daniel Berlin2005-03-151-3/+4
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-14/+14
* c-common.def, [...]: Update copyright.Kazu Hirata2005-01-271-1/+1
* re PR middle-end/19616 (missed tail call)Steven Bosscher2005-01-261-0/+10
* tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata2004-11-251-8/+8
* re PR middle-end/17906 (ICE in verify_ssa: PHI argument is not SSA_NAME, or i...Zdenek Dvorak2004-10-091-1/+2
* tree-tailcall.c (tree_optimize_tail_calls_1): Use fold_convert, reverting my ...Nathan Sidwell2004-10-081-2/+10
* re PR tree-optimization/17749 (ICE with recursive function)Zdenek Dvorak2004-10-071-5/+17
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-19/+22
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-2/+2
* tree-ssa.c (verify_flow_sensitive_alias_info): Do not walk dead nodes.Jan Hubicka2004-09-151-1/+4
* re PR tree-optimization/17468 (Java garbage collector miscompiled at -O1 and ...Zdenek Dvorak2004-09-151-2/+2
* tree-tailcall.c (process_assignment): Only do accumulator transforms for floa...Richard Sandiford2004-09-101-0/+7
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-8/+4
* builtins.c (fold_builtin_strchr): Use build_int_cst, not fold_convert.Nathan Sidwell2004-09-071-4/+2
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-2/+4
* tree-tailcall.c (find_tail_calls): Also fail is statement has volatile operands.Richard Kenner2004-09-011-2/+3
* * tree-tailcall.c (suitable_for_tail_opt_p): Also check DECL_EXTERNAL.Richard Henderson2004-08-101-1/+1
* re PR tree-optimization/16864 (Segmentation fault during tree tail call elimi...Zdenek Dvorak2004-08-051-1/+11
* tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo2004-07-281-2/+2
* expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson2004-07-231-2/+1
* tree-def (WITH_SIZE_EXPR): New.Richard Henderson2004-07-161-0/+2
* re PR tree-optimization/16461 (ICE: expected ssa_name, have integer_cst in in...Zdenek Dvorak2004-07-131-0/+5
* re PR tree-optimization/15654 (ICE in calculate_live_on_entry with -O2 -fno-t...Zdenek Dvorak2004-07-111-0/+16
* tree-cfg.c (make_exit_edges): Use get_call_expr_in.Richard Henderson2004-07-081-4/+1
* c-typeck.c, [...]: Fix comment typos.Kazu Hirata2004-06-261-1/+1
* tree-dfa.c (create_var_ann): tree_ann -> tree_ann_t.Daniel Berlin2004-06-181-1/+1
* tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod2004-06-171-2/+2
* tree-alias-common.c: Add whitespace.Ben Elliston2004-06-171-1/+1
* tree.h (PHI_CHAIN): New.Steven Bosscher2004-06-161-5/+5
* tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth2004-06-101-6/+7
* re PR tree-optimization/15108 ([tree-ssa] [regression] missed sib-calling for...Richard Henderson2004-06-091-5/+5
* tree-complex.c (expand_complex_comparison): Use fold_convert instead of convert.Andrew Pinski2004-06-091-2/+2
* basic-block.c (tail_recursion_label_list): Don't declare.Steven Bosscher2004-06-031-1/+1
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-05-301-3/+3
* basic-block.h (life_analysis, [...]): Update prototypes.Steven Bosscher2004-05-151-1/+1
* re PR rtl-optimization/14472 ([tree-ssa] [regression] no sib calling for enum...Steven Bosscher2004-05-141-6/+15