summaryrefslogtreecommitdiff
path: root/gcc/tree-tailcall.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/37024 (bad tail call from tuples merge)Andrew Pinski2008-08-051-1/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-258/+219
* re PR target/36713 (r137252 breaks -O2 optimization on x86_64-unknown-linux-gnu)Richard Guenther2008-07-071-2/+2
* re PR middle-end/36326 (gimplification of aggregate copies introduces extra a...Michael Matz2008-05-271-0/+14
* tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther2008-05-081-1/+1
* re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka2008-04-251-3/+3
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-6/+10
* tree-tailcall.c (find_tail_calls): If we don't have aliases computed check st...Richard Biener2007-09-081-1/+2
* Revert:Jan Hubicka2007-09-051-2/+1
* * tree-tailcall.c (eliminate_tail_call): Expect unrenamed return value.Jan Hubicka2007-09-041-1/+2
* Add new fp flags: -fassociative-math and -freciprocal-mathRevital Eres2007-09-041-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther2007-07-021-2/+2
* [multiple changes]Andrew Pinski2007-06-151-1/+1
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-1/+2
* tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle2007-03-081-11/+15
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-12/+15
* tree-tailcall.c (adjust_return_value): Do not use RESULT_DECL as temporary.Jan Hubicka2007-01-201-7/+6
* tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.Jan Hubicka2007-01-181-12/+8
* re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka2007-01-111-3/+3
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-28/+28
* Privatize SSA variables into gimple_df.Jan Hubicka2006-11-281-3/+3
* re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod2006-05-231-5/+5
* tree-tailcall.c (pass_tail_recursion): Use gate_tail_calls too.Eric Botcazou2006-04-231-1/+1
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-2/+4
* tree-tailcall.c (arg_needs_copy_p): New function.Zdenek Dvorak2006-02-031-70/+80
* 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