summaryrefslogtreecommitdiff
path: root/gcc/loop-unroll.c
Commit message (Expand)AuthorAgeFilesLines
* backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher2003-12-301-44/+36
* jump.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-86/+56
* bt-load.c: Fix comment typos.Kazu Hirata2003-07-051-1/+1
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-3/+3
* cfgloopanal.c (num_loop_insns, [...]): Count only real insns.Zdenek Dvorak2003-05-111-29/+26
* loop-unroll.c (decide_peel_completely, [...]): Set loop->has_desc.Zdenek Dvorak2003-03-171-5/+20
* c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle2003-03-151-1/+1
* builtins.def: Fix typo and improve grammar.Roger Sayle2003-03-091-1/+1
* gcse.c (bypass_block, [...]): Do not create irreducible loops.Zdenek Dvorak2003-03-081-2/+4
* calls.c: Fix comment formatting.Kazu Hirata2003-03-081-2/+2
* basic-block.h (EDGE_IRREDUCIBLE_LOOP, [...]): New.Zdenek Dvorak2003-03-051-47/+40
* * loop-unroll.c: New.Zdenek Dvorak2003-02-261-0/+1195