aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-chrec.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-29invoke.texi: Document -scev dump modifier.Richard Guenther1-2/+2
2011-04-29tree-nested.c (get_trampoline_type): Use size_int.Richard Guenther1-2/+1
2011-02-12Fix PR47707Xinliang David Li1-3/+5
2010-12-28Do not include unnecessary .h files.Sebastian Pop1-6/+0
2010-11-19re PR tree-optimization/46077 (ICE in tree vectorization when compiling towns...Michael Matz1-0/+10
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-08-11chrec_apply should only apply to the specified variable.Sebastian Pop1-14/+31
2010-08-11Remove expand_scalar_variables_ hack.Sebastian Pop1-0/+17
2010-06-09Fix comments and indentation.Sebastian Pop1-2/+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-1/+0
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-13Fix PR43306: correct evolution_function_right_is_integer_cst.Sebastian Pop1-7/+5
2010-03-05Fix PR42326: Handle more carefully convert expressions in chrec_fold_plus and...Sebastian Pop1-0/+24
2009-12-16tree-chrec.c (chrec_convert_1): Only fold (T2)(t +- x) to (T2)t +- (T2)x if o...Jakub Jelinek1-0/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-176/+176
2009-07-31Implement evolution_function_right_is_integer_cst.Sebastian Pop1-0/+30
2009-07-31Make scev_is_linear_expression return false if the evolution is not affine mu...Sebastian Pop1-2/+7
2009-07-03re PR middle-end/34163 (10% performance regression since Nov 1 on Polyhedron'...Richard Guenther1-1/+14
2009-06-17re PR middle-end/40460 (Enormous memory usage during compilation with -O2 or ...Richard Guenther1-5/+5
2009-05-15dbxout.c (dbxout_range_type): Add LOW and HIGH parameters.Eric Botcazou1-23/+0
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2009-01-07re PR middle-end/38492 ([graphite] segfaulting code when compiled with -fgrap...Jan Sjodin1-0/+61
2008-09-02backport: configure: Regenerate.Sebastian Pop1-0/+23
2008-08-21re PR middle-end/36817 (internal compiler error: in compare_values_warnv)Richard Guenther1-2/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-10/+10
2008-03-03tree-scalar-evolution.c (instantiate_parameters_1): An SSA_NAME defined in a ...Sebastian Pop1-2/+3
2007-11-13re PR tree-optimization/34063 (ICE: build2_stat, at tree.c:3115)Jakub Jelinek1-3/+3
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-13/+12
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-15[multiple changes]Andrew Pinski1-19/+47
2007-05-27tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak1-7/+1
2007-05-21re PR tree-optimization/31995 (can't determine dependence between p->a[x+i] a...Andrew Pinski1-6/+6
2007-05-10re PR tree-optimization/31885 (Not removing empty loop, scev not finding the ...Zdenek Dvorak1-3/+4
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-54/+24
2007-01-31cfgloop.h: Include vec-prim.h.Zdenek Dvorak1-17/+42
2007-01-11builtins.c (expand_builtin_pow, [...]): Replace uses of the macro TREE_CONSTA...Roger Sayle1-5/+2
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-3/+2
2006-08-17re PR tree-optimization/27865 (tree check failure building FreePOOMA)Zdenek Dvorak1-2/+8
2006-07-25tree-chrec.c (chrec_convert_aggressive): Return NULL on failure.Zdenek Dvorak1-1/+1
2006-07-17tree-chrec.c (avoid_arithmetics_in_type_p): New.Zdenek Dvorak1-21/+24
2006-05-24re PR tree-optimization/27639 (VRP miscompilation of simple loop)Zdenek Dvorak1-47/+149
2006-04-07tree-ssa-loop-niter.c (inverse, [...]): Use build_int_cst instead of build_in...Sebastian Pop1-4/+4
2006-04-02re PR tree-optimization/26939 (loop number of iterations analysis not working)Sebastian Pop1-1/+1
2006-04-02tree-scalar-evolution.c (add_to_evolution_1): Pass an extra argument at_stmt.Sebastian Pop1-19/+23
2006-03-28tree-loop-linear.c: Don't include varray.h.Sebastian Pop1-1/+0
2006-02-28tree-chrec.c (chrec_convert_aggressive): Do not eliminate conversions where T...Jeff Law1-0/+20
2006-02-20tree-chrec.c (eq_evolutions_p): New.Sebastian Pop1-2/+31
2006-01-06re PR tree-optimization/18527 (cannot determine number of iterations for loop...Zdenek Dvorak1-12/+6