aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-tailcall.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-25tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata1-8/+8
2004-10-09re PR middle-end/17906 (ICE in verify_ssa: PHI argument is not SSA_NAME, or i...Zdenek Dvorak1-1/+2
2004-10-08tree-tailcall.c (tree_optimize_tail_calls_1): Use fold_convert, reverting my ...Nathan Sidwell1-2/+10
2004-10-07re PR tree-optimization/17749 (ICE with recursive function)Zdenek Dvorak1-5/+17
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-19/+22
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-2/+2
2004-09-15tree-ssa.c (verify_flow_sensitive_alias_info): Do not walk dead nodes.Jan Hubicka1-1/+4
2004-09-15re PR tree-optimization/17468 (Java garbage collector miscompiled at -O1 and ...Zdenek Dvorak1-2/+2
2004-09-10tree-tailcall.c (process_assignment): Only do accumulator transforms for floa...Richard Sandiford1-0/+7
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-8/+4
2004-09-07builtins.c (fold_builtin_strchr): Use build_int_cst, not fold_convert.Nathan Sidwell1-4/+2
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-2/+4
2004-09-01tree-tailcall.c (find_tail_calls): Also fail is statement has volatile operands.Richard Kenner1-2/+3
2004-08-10* tree-tailcall.c (suitable_for_tail_opt_p): Also check DECL_EXTERNAL.Richard Henderson1-1/+1
2004-08-05re PR tree-optimization/16864 (Segmentation fault during tree tail call elimi...Zdenek Dvorak1-1/+11
2004-07-28tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo1-2/+2
2004-07-23expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson1-2/+1
2004-07-16tree-def (WITH_SIZE_EXPR): New.Richard Henderson1-0/+2
2004-07-13re PR tree-optimization/16461 (ICE: expected ssa_name, have integer_cst in in...Zdenek Dvorak1-0/+5
2004-07-11re PR tree-optimization/15654 (ICE in calculate_live_on_entry with -O2 -fno-t...Zdenek Dvorak1-0/+16
2004-07-08tree-cfg.c (make_exit_edges): Use get_call_expr_in.Richard Henderson1-4/+1
2004-06-26c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-06-18tree-dfa.c (create_var_ann): tree_ann -> tree_ann_t.Daniel Berlin1-1/+1
2004-06-17tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod1-2/+2
2004-06-17tree-alias-common.c: Add whitespace.Ben Elliston1-1/+1
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-5/+5
2004-06-10tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth1-6/+7
2004-06-09re PR tree-optimization/15108 ([tree-ssa] [regression] missed sib-calling for...Richard Henderson1-5/+5
2004-06-09tree-complex.c (expand_complex_comparison): Use fold_convert instead of convert.Andrew Pinski1-2/+2
2004-06-03basic-block.c (tail_recursion_label_list): Don't declare.Steven Bosscher1-1/+1
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2004-05-15basic-block.h (life_analysis, [...]): Update prototypes.Steven Bosscher1-1/+1
2004-05-14re PR rtl-optimization/14472 ([tree-ssa] [regression] no sib calling for enum...Steven Bosscher1-6/+15
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+932