aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-tailcall.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-15re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-2/+2
2010-11-25target.def (supports_split_stack, [...]): Take gcc_options parameters.Joseph Myers1-1/+1
2010-11-03tree-tailcall.c (find_tail_calls): Convert the operands to the type of the re...Eric Botcazou1-3/+5
2010-09-28Hookize TARGET_UNWIND_INFO et al.Richard Henderson1-1/+3
2010-09-05tree-tailcall.c (process_assignment): Handle NEGATE_EXPR and MINUS_EXPR.Giuseppe Scrivano1-19/+44
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-4/+4
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-05-02re PR tree-optimization/43879 (-fipa-pta causes various miscompilations)Richard Guenther1-1/+2
2010-04-23re PR tree-optimization/43572 (FAIL: gfortran.dg/PR19872.f execution test; fo...Richard Guenther1-1/+2
2010-04-19gimple.h (create_tmp_reg): Declare.Martin Jambor1-8/+2
2010-04-16re PR tree-optimization/43572 (FAIL: gfortran.dg/PR19872.f execution test; fo...Richard Guenther1-33/+11
2010-04-12gsstruct.def (GSS_CALL): New.Richard Guenther1-3/+26
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-02-22re PR middle-end/42749 (-O2 and verify_stmts failed again)Richard Guenther1-10/+37
2009-11-25Remove trailing white spaces.H.J. Lu1-14/+14
2009-09-21tree-tailcall.c (process_assignment): Don't check if a multiplication or an a...Giuseppe Scrivano1-13/+29
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