summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-niter.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/18529 (When the lower bound of a loop is non-constant...Zdenek Dvorak2004-11-221-2/+82
* re PR tree-optimization/18431 (Code for arrays and pointers are not the same)Zdenek Dvorak2004-11-151-72/+0
* tree-ssa-loop-niter.c (upper_bound_in_type, [...]): Make them static.Kazu Hirata2004-11-081-2/+2
* re PR tree-optimization/18048 (mgrid loop performance regression with ivopts ...Zdenek Dvorak2004-10-271-3/+4
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-2/+2
* tree-ssa-loop-niter.c (inverse): Count in HOST_WIDE_INT if possible.Zdenek Dvorak2004-10-221-25/+77
* Makefile.in (tree-ssa-loop-niter.o): Depends on tree-data-ref.h.Sebastian Pop2004-10-131-17/+10
* tree-chrec.c (chrec_fold_plus_poly_poly, [...]): Use fold_convert or build_in...Zdenek Dvorak2004-10-011-103/+120
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-2/+2
* fold-const.c (fold): Fold difference of addresses.Zdenek Dvorak2004-09-161-16/+0
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-2/+2
* tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak2004-09-051-2/+2
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-5/+5
* re PR tree-optimization/17016 (ICE with struct passed as reference)Zdenek Dvorak2004-08-241-2/+2
* tree-ssa-loop-ivcanon.c: New file.Zdenek Dvorak2004-08-241-1/+8
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-4/+4
* tree-scalar-evolution.c: New file.Zdenek Dvorak2004-07-091-0/+1305