summaryrefslogtreecommitdiff
path: root/gcc/cfgloopanal.c
Commit message (Expand)AuthorAgeFilesLines
* backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher2003-12-301-15/+14
* re PR rtl-optimization/13159 (FAIL: gcc.c-torture/compile/930621-1.c)Zdenek Dvorak2003-12-271-1/+1
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-16/+16
* cfgloopanal.c (variable_initial_value, [...]): Record the fact that initial v...Zdenek Dvorak2003-11-051-49/+269
* c-pretty-print.c: Fix comment formatting.Kazu Hirata2003-10-051-1/+1
* re PR bootstrap/12269 (Mainline failed to bootstrap on Linux/ia64)Roger Sayle2003-09-161-2/+2
* re PR rtl-optimization/10914 (unswitch loops does not work on powerpc)Zdenek Dvorak2003-09-141-1/+1
* builtins.c: Fix comment typos.Kazu Hirata2003-08-191-1/+1
* basic-block.h: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-3/+3
* cfgloopanal.c (count_strange_loop_iterations): New static function.Zdenek Dvorak2003-07-041-7/+128
* caller-save.c: Convert to ISO C90.Andreas Jaeger2003-06-221-103/+52
* cfgloopanal.c (variable_initial_value): Update the set of altered registers c...Zdenek Dvorak2003-06-111-2/+2
* cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi2003-05-171-3/+2
* cfgloopanal.c (num_loop_insns, [...]): Count only real insns.Zdenek Dvorak2003-05-111-2/+4
* calls.c: Fix comment formatting.Kazu Hirata2003-03-081-5/+5
* basic-block.h (EDGE_IRREDUCIBLE_LOOP, [...]): New.Zdenek Dvorak2003-03-051-12/+39
* cfgloopanal.c: New file.Zdenek Dvorak2003-01-241-0/+1097