summaryrefslogtreecommitdiff
path: root/gcc/tree-chrec.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/46077 (ICE in tree vectorization when compiling towns...Michael Matz2010-11-191-0/+10
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* chrec_apply should only apply to the specified variable.Sebastian Pop2010-08-111-14/+31
* Remove expand_scalar_variables_ hack.Sebastian Pop2010-08-111-0/+17
* Fix comments and indentation.Sebastian Pop2010-06-091-2/+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-1/+0
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* Fix PR43306: correct evolution_function_right_is_integer_cst.Sebastian Pop2010-03-131-7/+5
* Fix PR42326: Handle more carefully convert expressions in chrec_fold_plus and...Sebastian Pop2010-03-051-0/+24
* tree-chrec.c (chrec_convert_1): Only fold (T2)(t +- x) to (T2)t +- (T2)x if o...Jakub Jelinek2009-12-161-0/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-176/+176
* Implement evolution_function_right_is_integer_cst.Sebastian Pop2009-07-311-0/+30
* Make scev_is_linear_expression return false if the evolution is not affine mu...Sebastian Pop2009-07-311-2/+7
* re PR middle-end/34163 (10% performance regression since Nov 1 on Polyhedron'...Richard Guenther2009-07-031-1/+14
* re PR middle-end/40460 (Enormous memory usage during compilation with -O2 or ...Richard Guenther2009-06-171-5/+5
* dbxout.c (dbxout_range_type): Add LOW and HIGH parameters.Eric Botcazou2009-05-151-23/+0
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+2
* re PR middle-end/38492 ([graphite] segfaulting code when compiled with -fgrap...Jan Sjodin2009-01-071-0/+61
* backport: configure: Regenerate.Sebastian Pop2008-09-021-0/+23
* re PR middle-end/36817 (internal compiler error: in compare_values_warnv)Richard Guenther2008-08-211-2/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-10/+10
* tree-scalar-evolution.c (instantiate_parameters_1): An SSA_NAME defined in a ...Sebastian Pop2008-03-031-2/+3
* re PR tree-optimization/34063 (ICE: build2_stat, at tree.c:3115)Jakub Jelinek2007-11-131-3/+3
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-13/+12
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* [multiple changes]Andrew Pinski2007-06-151-19/+47
* tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak2007-05-271-7/+1
* re PR tree-optimization/31995 (can't determine dependence between p->a[x+i] a...Andrew Pinski2007-05-211-6/+6
* re PR tree-optimization/31885 (Not removing empty loop, scev not finding the ...Zdenek Dvorak2007-05-101-3/+4
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-54/+24
* cfgloop.h: Include vec-prim.h.Zdenek Dvorak2007-01-311-17/+42
* builtins.c (expand_builtin_pow, [...]): Replace uses of the macro TREE_CONSTA...Roger Sayle2007-01-111-5/+2
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-3/+2
* re PR tree-optimization/27865 (tree check failure building FreePOOMA)Zdenek Dvorak2006-08-171-2/+8
* tree-chrec.c (chrec_convert_aggressive): Return NULL on failure.Zdenek Dvorak2006-07-251-1/+1
* tree-chrec.c (avoid_arithmetics_in_type_p): New.Zdenek Dvorak2006-07-171-21/+24
* re PR tree-optimization/27639 (VRP miscompilation of simple loop)Zdenek Dvorak2006-05-241-47/+149
* tree-ssa-loop-niter.c (inverse, [...]): Use build_int_cst instead of build_in...Sebastian Pop2006-04-071-4/+4
* re PR tree-optimization/26939 (loop number of iterations analysis not working)Sebastian Pop2006-04-021-1/+1
* tree-scalar-evolution.c (add_to_evolution_1): Pass an extra argument at_stmt.Sebastian Pop2006-04-021-19/+23
* tree-loop-linear.c: Don't include varray.h.Sebastian Pop2006-03-281-1/+0
* tree-chrec.c (chrec_convert_aggressive): Do not eliminate conversions where T...Jeff Law2006-02-281-0/+20
* tree-chrec.c (eq_evolutions_p): New.Sebastian Pop2006-02-201-2/+31
* re PR tree-optimization/18527 (cannot determine number of iterations for loop...Zdenek Dvorak2006-01-061-12/+6
* re PR tree-optimization/18463 (suboptimal use of fancy x86 addressing modes)Zdenek Dvorak2005-09-201-3/+30
* tree-chrec.c (evolution_function_is_invariant_rec_p): Use CHREC_LEFT and CHRE...Sebastian Pop2005-09-091-3/+10
* Makefile.in (tree-chrec.o): Depends on SCEV_H.Sebastian Pop2005-09-091-8/+29
* re PR tree-optimization/23433 (ICE: tree check: expected real_cst, have integ...Sebastian Pop2005-08-211-0/+3