aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-tailcall.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-08tree-tailcall.c (find_tail_calls): If we don't have aliases computed check st...Richard Biener1-1/+2
2007-09-05Revert:Jan Hubicka1-2/+1
2007-09-04* tree-tailcall.c (eliminate_tail_call): Expect unrenamed return value.Jan Hubicka1-1/+2
2007-09-04Add new fp flags: -fassociative-math and -freciprocal-mathRevital Eres1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-2/+2
2007-06-15[multiple changes]Andrew Pinski1-1/+1
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-1/+2
2007-03-08tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle1-11/+15
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-12/+15
2007-01-20tree-tailcall.c (adjust_return_value): Do not use RESULT_DECL as temporary.Jan Hubicka1-7/+6
2007-01-18tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.Jan Hubicka1-12/+8
2007-01-11re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka1-3/+3
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-28/+28
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-3/+3
2006-05-23re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod1-5/+5
2006-04-23tree-tailcall.c (pass_tail_recursion): Use gate_tail_calls too.Eric Botcazou1-1/+1
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+4
2006-02-03tree-tailcall.c (arg_needs_copy_p): New function.Zdenek Dvorak1-70/+80
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-2/+2
2005-12-18tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis1-1/+1
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-3/+2
2005-12-02tree-vrp.c (build_assert_expr_for, [...]): Use buildN instead of build.Richard Guenther1-10/+10
2005-07-28builtins.c: Fix comment typo(s).Volker Reichelt1-1/+1
2005-07-27tree-tailcall.c (decrease_profile): New function.Jan Hubicka1-0/+30
2005-07-13tree-dfa.c (dump_variable): Use default_def function.Jan Hubicka1-6/+6
2005-06-30[multiple changes]Daniel Berlin1-3/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-08tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY.Kazu Hirata1-2/+2
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-12/+9
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-3/+0
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-1/+1
2005-03-15re PR tree-optimization/20458 (structure aliasing causes wrong code)Daniel Berlin1-3/+4
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-14/+14
2005-01-27c-common.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-26re PR middle-end/19616 (missed tail call)Steven Bosscher1-0/+10
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