aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-unroll.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-110/+127
2004-02-18cfgloop.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-17loop-iv.c: New file.Zdenek Dvorak1-119/+237
2003-12-30backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher1-44/+36
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-86/+56
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-3/+3
2003-05-11cfgloopanal.c (num_loop_insns, [...]): Count only real insns.Zdenek Dvorak1-29/+26
2003-03-17loop-unroll.c (decide_peel_completely, [...]): Set loop->has_desc.Zdenek Dvorak1-5/+20
2003-03-15c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle1-1/+1
2003-03-09builtins.def: Fix typo and improve grammar.Roger Sayle1-1/+1
2003-03-08gcse.c (bypass_block, [...]): Do not create irreducible loops.Zdenek Dvorak1-2/+4
2003-03-08calls.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-03-05basic-block.h (EDGE_IRREDUCIBLE_LOOP, [...]): New.Zdenek Dvorak1-47/+40
2003-02-26* loop-unroll.c: New.Zdenek Dvorak1-0/+1195