aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-tailcall.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-1/+4
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-4/+6
2009-07-07re PR middle-end/40669 (ICE in gimple_assign_set_rhs1 from eliminate_tail_call)Jakub Jelinek1-0/+6
2009-05-11passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther1-1/+1
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-3/+3
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-13/+9
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-08-05re PR tree-optimization/37024 (bad tail call from tuples merge)Andrew Pinski1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-258/+219
2008-07-07re PR target/36713 (r137252 breaks -O2 optimization on x86_64-unknown-linux-gnu)Richard Guenther1-2/+2
2008-05-27re PR middle-end/36326 (gimplification of aggregate copies introduces extra a...Michael Matz1-0/+14
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-1/+1
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-3/+3
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-6/+10
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