summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivcanon.c
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/19210 (not using do-loop for some loops)Paolo Bonzini2005-07-211-1/+1
* tree-flow.h (remove_empty_loops, [...]): Declare.Zdenek Dvorak2005-07-111-0/+152
* builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata2005-06-261-5/+5
* Update FSF address.Kelley Cook2005-06-251-2/+2
* Makefile.in (cfg.o): Add new dependencies.Jan Hubicka2005-06-151-0/+3
* tree-ssa-loop-ivcanon.c, [...]: Fix comment typos.Kazu Hirata2005-05-071-1/+1
* re PR tree-optimization/19401 (Trivial loop not unrolled)Zdenek Dvorak2005-05-061-16/+75
* [multiple changes]Diego Novillo2005-04-221-0/+2
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-3/+4
* tree-ssa-loop.c (gate_tree_complete_unroll): Run complete unrolling if -fpeel...Richard Guenther2005-03-211-3/+0
* Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak2005-03-101-7/+3
* builtins.def, [...]: Update copyright.Kazu Hirata2005-02-101-1/+1
* re PR tree-optimization/18687 (>200% compile time regression compared to gcc-...Zdenek Dvorak2005-02-101-6/+17
* common.opt (ftree-loop-ivcanon): Enable by default.Zdenek Dvorak2004-10-011-3/+8
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-2/+2
* common.opt: Rename ivcanon to tree-loop-ivcanon, tree-lim to tree-loop-im.Daniel Berlin2004-09-031-1/+1
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-3/+3
* tree-ssa-loop-ivcanon.c: New file.Zdenek Dvorak2004-08-241-0/+299