summaryrefslogtreecommitdiff
path: root/gcc/tree-tailcall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+932