------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-06 
21:11 -------
Subject: Bug 19401

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     [EMAIL PROTECTED]       2005-05-06 21:11:29

Modified files:
        gcc            : ChangeLog tree-flow.h tree-ssa-loop-ivcanon.c 
                         tree-ssa-loop.c 

Log message:
        PR tree-optimization/19401
        * tree-flow.h (tree_unroll_loops_completely): Declaration changed.
        * tree-ssa-loop-ivcanon.c (enum unroll_level): New.
        (estimated_unrolled_size): New function.
        (try_unroll_loop_completely, canonicalize_loop_induction_variables,
        tree_unroll_loops_completely): Always unroll loops if the code size
        does not increase.
        * tree-ssa-loop.c (tree_complete_unroll): Indicate whether all
        loops should be unrolled completely.
        (gate_tree_complete_unroll): Run complete unrolling unconditionally.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.8629&r2=2.8630
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-flow.h.diff?cvsroot=gcc&r1=2.101&r2=2.102
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-ivcanon.c.diff?cvsroot=gcc&r1=2.11&r2=2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop.c.diff?cvsroot=gcc&r1=2.28&r2=2.29



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19401

Reply via email to