aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-tailcall.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-8/+4
2012-08-07tree-flow.h (copy_ssa_name_fn): New function.Richard Guenther1-6/+3
2012-08-07gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther1-1/+0
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-3/+3
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-3/+0
2012-08-01tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz1-1/+1
2012-08-01graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther1-1/+1
2012-07-20tree-dfa.c (collect_dfa_stats): Simplify.Richard Guenther1-33/+6
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-4/+4
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-4/+4
2012-02-16re PR middle-end/52285 (libgcrypt _gcry_burn_stack slowdown)Jakub Jelinek1-2/+6
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-2/+3
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+2
2011-05-07re PR tree-optimization/48837 (Wrong optimization of recursive function calls)Zdenek Dvorak1-0/+8
2011-03-15re PR tree-optimization/41490 (tree-ssa-sink does not really work)Richard Guenther1-2/+4
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