summaryrefslogtreecommitdiff
path: root/gcc/loop-unroll.c
Commit message (Expand)AuthorAgeFilesLines
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-0/+1
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-3/+3
* * loop-unroll.c: Fix comment typos.Kazu Hirata2004-10-181-3/+2
* Makefile.in (loop-unroll.o): Add VARRAY_H dependency.Revital Eres2004-10-181-175/+587
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-19/+19
* Makefile.in (loop-unroll.o): Add HASHTAB_H and RECOG_H dependency.Zdenek Dvorak2004-09-141-6/+468
* Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell2004-09-101-64/+47
* lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo2004-09-101-47/+64
* toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson2004-02-241-110/+127
* cfgloop.h, [...]: Update copyright.Kazu Hirata2004-02-181-1/+1
* loop-iv.c: New file.Zdenek Dvorak2004-02-171-119/+237
* 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