summaryrefslogtreecommitdiff
path: root/gcc/tree-tailcall.c
Commit message (Expand)AuthorAgeFilesLines
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-1/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+7
* tree-tailcall.c (find_tail_calls): Don't use tail-call recursion for built-in...Richard Sandiford2013-10-151-1/+3
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* re PR middle-end/58094 (IPA devirt testsuite errors)Jan Hubicka2013-09-061-1/+2
* re PR tree-optimization/58209 (ICE in extract_range_from_binary_expr, at tree...Jakub Jelinek2013-08-231-7/+29
* re PR tree-optimization/57980 (gcc 4.8.1 -foptimize-sibling-calls -O1 ICE in ...Marek Polacek2013-08-121-10/+2
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-34/+71
* re PR tree-optimization/56539 (ICE: verify_ssa failed: caused by -foptimize-s...Jakub Jelinek2013-03-071-3/+3
* Makefile.in (tree-tailcall.o): Add $(CFGLOOP_H) dependency.Richard Biener2013-02-081-1/+7
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+2
* tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther2012-08-101-8/+4
* tree-flow.h (copy_ssa_name_fn): New function.Richard Guenther2012-08-071-6/+3
* gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther2012-08-071-1/+0
* tree-flow.h (set_default_def): Rename to ...Richard Guenther2012-08-021-3/+3
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-3/+0
* tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz2012-08-011-1/+1
* graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther2012-08-011-1/+1
* tree-dfa.c (collect_dfa_stats): Simplify.Richard Guenther2012-07-201-33/+6
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* revert: tree.h (phi_arg_d): New field.Dehao Chen2012-07-161-4/+4
* tree.h (phi_arg_d): New field.Dehao Chen2012-07-101-4/+4
* re PR middle-end/52285 (libgcrypt _gcry_burn_stack slowdown)Jakub Jelinek2012-02-161-2/+6
* target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers2011-06-151-2/+3
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-2/+2
* re PR tree-optimization/48837 (Wrong optimization of recursive function calls)Zdenek Dvorak2011-05-071-0/+8
* re PR tree-optimization/41490 (tree-ssa-sink does not really work)Richard Guenther2011-03-151-2/+4
* 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