summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivcanon.c
Commit message (Expand)AuthorAgeFilesLines
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* re PR tree-optimization/23361 (Can't eliminate empty loops with power of two ...Zdenek Dvorak2007-02-091-0/+3
* tree-ssa-loop-unswitch.c: Include tree-inline.h.Zdenek Dvorak2007-01-281-4/+4
* loop-unswitch.c (unswitch_loop): Update arguments of duplicate_loop_to_header...Zdenek Dvorak2006-12-201-6/+1
* loop.texi: Document number_of_latch_executions and number_of_cond_exit_execut...Zdenek Dvorak2006-12-101-7/+1
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-15/+7
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-1/+1
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-21/+20
* tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak2006-11-211-2/+2
* re PR tree-optimization/28937 (ICE in add_virtual_operand, at tree-ssa-operan...Andrew Pinski2006-09-051-6/+9
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-1/+1
* tree.c (tree_fold_gcd): Use build_int_cst where appropriate.Richard Guenther2005-12-221-1/+1
* re PR tree-optimization/23475 (Frequences are not updated for empty loop remo...Zdenek Dvorak2005-08-291-1/+36
* re PR tree-optimization/22236 (wrong code for casts and scev)Sebastian Pop2005-08-131-1/+1
* cfgloop.h (DLTHE_FLAG_COMPLETTE_PEEL): New flag.Jan Hubicka2005-08-031-3/+22
* 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