aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloopmanip.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-24tree-ssa-loop-ivcanon.c: New file.Zdenek Dvorak1-0/+29
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-4/+4
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+96
2004-04-23re PR rtl-optimization/13985 (ICE in gcc.c-torture/compile/930621-1.c)Eric Botcazou1-3/+10
2004-04-22cfgloopmanip.c (scale_bbs_frequencies): Use RDIV macroJan Hubicka1-2/+3
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-2/+2
2004-02-17loop-iv.c: New file.Zdenek Dvorak1-5/+9
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata1-1/+1
2004-01-29Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.Zdenek Dvorak1-50/+45
2003-12-30backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher1-76/+57
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-3/+3
2003-10-07* cfgloopmanip.c (fix_irreducible_loops): Initialize e correctly.Zdenek Dvorak1-10/+14
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-24cfgloopmanip.c (duplicate_loop_to_header_edge): Update irreducible flag corre...Zdenek Dvorak1-16/+21
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-05cfgloopmanip.c (force_single_succ_latches): Force latch to be different from ...Zdenek Dvorak1-1/+2
2003-07-03cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies at all if ed...Zdenek Dvorak1-273/+84
2003-07-03basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka1-28/+15
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-3/+3
2003-06-22caller-save.c: Convert to ISO C90.Andreas Jaeger1-170/+82
2003-06-06function.c (FLOOR_ROUND, CEIL_ROUND): Fix.Jan Hubicka1-22/+11
2003-03-08calls.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-03-05basic-block.h (EDGE_IRREDUCIBLE_LOOP, [...]): New.Zdenek Dvorak1-51/+206
2003-02-08cfgloop.h (fix_loop_placement, [...]): Declare.Zdenek Dvorak1-7/+1171
2003-02-05* cfgloopmanip.c (force_single_succ_latches): Fix missindentation.Zdenek Dvorak1-2/+4
2003-01-28cfgloopmanip.c (create_preheader): Initialize src to avoid warning.Andreas Schwab1-2/+2
2003-01-24cfgloopanal.c: New file.Zdenek Dvorak1-0/+226