aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-niter.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-10builtins.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-10re PR tree-optimization/18687 (>200% compile time regression compared to gcc-...Zdenek Dvorak1-42/+71
2004-11-23fold-const.c (nondestructive_fold_binary_to_constant): Rename to fold_binary_...Roger Sayle1-21/+22
2004-11-22re PR tree-optimization/18529 (When the lower bound of a loop is non-constant...Zdenek Dvorak1-2/+82
2004-11-15re PR tree-optimization/18431 (Code for arrays and pointers are not the same)Zdenek Dvorak1-72/+0
2004-11-08tree-ssa-loop-niter.c (upper_bound_in_type, [...]): Make them static.Kazu Hirata1-2/+2
2004-10-27re PR tree-optimization/18048 (mgrid loop performance regression with ivopts ...Zdenek Dvorak1-3/+4
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-10-22tree-ssa-loop-niter.c (inverse): Count in HOST_WIDE_INT if possible.Zdenek Dvorak1-25/+77
2004-10-13Makefile.in (tree-ssa-loop-niter.o): Depends on tree-data-ref.h.Sebastian Pop1-17/+10
2004-10-01tree-chrec.c (chrec_fold_plus_poly_poly, [...]): Use fold_convert or build_in...Zdenek Dvorak1-103/+120
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-2/+2
2004-09-16fold-const.c (fold): Fold difference of addresses.Zdenek Dvorak1-16/+0
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-05tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak1-2/+2
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-5/+5
2004-08-24re PR tree-optimization/17016 (ICE with struct passed as reference)Zdenek Dvorak1-2/+2
2004-08-24tree-ssa-loop-ivcanon.c: New file.Zdenek Dvorak1-1/+8
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-4/+4
2004-07-09tree-scalar-evolution.c: New file.Zdenek Dvorak1-0/+1305