aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloop.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata1-3/+3
2002-09-08basic-block.h: Fix comment formatting.Kazu Hirata1-1/+1
2002-06-20Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka1-17/+15
2002-06-01basic-block.h (struct basic_block_def): New field loop_father.Zdenek Dvorak1-347/+712
2002-05-31cfgloop.c (flow_loops_find): Initialize first and last fields correctly.Zdenek Dvorak1-5/+11
2002-05-28* cfgloop.c (flow_loops_cfg_dump): Use bb->index, not i.Zdenek Dvorak1-1/+1
2002-05-27basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak1-5/+5
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-11/+7
2002-05-22cfgbuild.c: Fix formatting.Kazu Hirata1-3/+3
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-43/+48
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-48/+43
2002-01-20* cfgloop.c (flow_loop_preheader_scan): Fix typo.Graham Stott1-1/+1
2001-12-31cfgloop.c (flow_loop_entry_edges_find): Fix typo.Graham Stott1-2/+2
2001-12-24rtl.h (in_expr_list_p): New declaration.Richard Kenner1-111/+93
2001-12-20cfgloop.c (flow_loops_find): Use the information of the depth first search or...Josef Zlomek1-14/+14
2001-11-11ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-09-10Makefile.in (cfg.o, [...]): New.Jan Hubicka1-0/+854