summaryrefslogtreecommitdiff
path: root/gcc/tree-tailcall.c
Commit message (Expand)AuthorAgeFilesLines
* backport: re PR tree-optimization/56539 (ICE: verify_ssa failed: caused by -f...Jakub Jelinek2013-04-031-3/+3
* backport: re PR tree-optimization/48837 (Wrong optimization of recursive func...Jakub Jelinek2011-05-101-0/+8
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-151-2/+2
* target.def (supports_split_stack, [...]): Take gcc_options parameters.Joseph Myers2010-11-251-1/+1
* tree-tailcall.c (find_tail_calls): Convert the operands to the type of the re...Eric Botcazou2010-11-031-3/+5
* Hookize TARGET_UNWIND_INFO et al.Richard Henderson2010-09-281-1/+3
* tree-tailcall.c (process_assignment): Handle NEGATE_EXPR and MINUS_EXPR.Giuseppe Scrivano2010-09-051-19/+44
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-4/+4
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* re PR tree-optimization/43879 (-fipa-pta causes various miscompilations)Richard Guenther2010-05-021-1/+2
* re PR tree-optimization/43572 (FAIL: gfortran.dg/PR19872.f execution test; fo...Richard Guenther2010-04-231-1/+2
* gimple.h (create_tmp_reg): Declare.Martin Jambor2010-04-191-8/+2
* re PR tree-optimization/43572 (FAIL: gfortran.dg/PR19872.f execution test; fo...Richard Guenther2010-04-161-33/+11
* gsstruct.def (GSS_CALL): New.Richard Guenther2010-04-121-3/+26
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR middle-end/42749 (-O2 and verify_stmts failed again)Richard Guenther2010-02-221-10/+37
* Remove trailing white spaces.H.J. Lu2009-11-251-14/+14
* tree-tailcall.c (process_assignment): Don't check if a multiplication or an a...Giuseppe Scrivano2009-09-211-13/+29
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-1/+4
* Add source_location support to PHI arguments.Andrew MacLeod2009-07-301-4/+6
* re PR middle-end/40669 (ICE in gimple_assign_set_rhs1 from eliminate_tail_call)Jakub Jelinek2009-07-071-0/+6
* passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther2009-05-111-1/+1
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-3/+3
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-13/+9
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+2
* 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