summaryrefslogtreecommitdiff
path: root/gcc/tree-chrec.h
Commit message (Expand)AuthorAgeFilesLines
* tree-flow.h: Remove all remaining prototypes...Andrew MacLeod2013-10-091-0/+4
* re PR tree-optimization/58473 (FAIL: ext/random/normal_mv_distribution/cons/d...Richard Biener2013-09-201-7/+10
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR tree-optimization/55687 (ICE in hide_evolution_in_other_loops_than_loop...Richard Biener2012-12-141-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-1/+1
* re PR tree-optimization/52943 (likely wrong code bug caused by predictive com...Richard Guenther2012-04-121-1/+0
* tree.h (ptrofftype_p): New helper function.Richard Guenther2011-08-161-1/+1
* Fix PR47046: correct evolution_function_is_affine_pSebastian Pop2011-07-261-1/+3
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* A function is affine when CHREC_RIGHT is invariant.Sebastian Pop2010-09-301-17/+4
* Remove expand_scalar_variables_ hack.Sebastian Pop2010-08-111-0/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-19/+19
* re PR tree-optimization/41497 (apparent integer wrong code bug)Sebastian Pop2009-10-211-0/+1
* Implement evolution_function_right_is_integer_cst.Sebastian Pop2009-07-311-0/+1
* re PR middle-end/40460 (Enormous memory usage during compilation with -O2 or ...Richard Guenther2009-06-171-1/+2
* 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/+1
* backport: configure: Regenerate.Sebastian Pop2008-09-021-0/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-2/+2
* tree-loop-linear.c (gather_interchange_stats): Look in the access matrix...Jan Sjodin2008-05-201-2/+4
* re PR middle-end/36206 (ice for legal code with -O3)Jan Sjodin2008-05-201-11/+40
* tree-chrec.h (build_polynomial_chrec): RHS of a chrec should not be of pointe...Sebastian Pop2007-11-141-0/+5
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-16/+16
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* re PR tree-optimization/32367 (internal compiler error: in build_polynomial_c...Sebastian Pop2007-06-191-19/+24
* [multiple changes]Andrew Pinski2007-06-151-1/+5
* re PR tree-optimization/31995 (can't determine dependence between p->a[x+i] a...Andrew Pinski2007-05-211-1/+1
* re PR tree-optimization/31885 (Not removing empty loop, scev not finding the ...Zdenek Dvorak2007-05-101-2/+1
* re PR tree-optimization/31343 (ICE in data-refs dependence testing)Sebastian Pop2007-04-111-19/+16
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-8/+0
* tree-scalar-evolution.c (add_to_evolution_1): Pass an extra argument at_stmt.Sebastian Pop2006-04-021-1/+14
* tree-chrec.c (eq_evolutions_p): New.Sebastian Pop2006-02-201-2/+3
* tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther2005-12-021-2/+2
* re PR tree-optimization/18463 (suboptimal use of fancy x86 addressing modes)Zdenek Dvorak2005-09-201-0/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* Fixes PR 18403 and meta PR 21861.Sebastian Pop2005-06-071-4/+6
* attribs.c, [...]: Update copyright.Kazu Hirata2005-04-281-1/+1
* Makefile.in (tree-chrec.o): Depend on params.h.Sebastian Pop2005-04-211-2/+2
* basic-block.h, [...]: Remove unused prototypes.Kazu Hirata2004-11-171-1/+0
* Makefile.in (tree-ssa-loop-niter.o): Depends on tree-data-ref.h.Sebastian Pop2004-10-131-0/+1
* tree-vectorizer.h (stmt_vec_info): Add vect_dr_base field.Ira Rosen2004-09-191-0/+1
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-1/+1
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-1/+1
* Makefile.in (OBJS-common): Add tree-chrec.o.Sebastian Pop2004-06-301-0/+206