summaryrefslogtreecommitdiff
path: root/gcc/cfgloop.c
Commit message (Expand)AuthorAgeFilesLines
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-2/+2
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-3/+3
* basic-block.h: Fix comment formatting.Kazu Hirata2002-09-081-1/+1
* Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka2002-06-201-17/+15
* basic-block.h (struct basic_block_def): New field loop_father.Zdenek Dvorak2002-06-011-347/+712
* cfgloop.c (flow_loops_find): Initialize first and last fields correctly.Zdenek Dvorak2002-05-311-5/+11
* * cfgloop.c (flow_loops_cfg_dump): Use bb->index, not i.Zdenek Dvorak2002-05-281-1/+1
* basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak2002-05-271-5/+5
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-11/+7
* cfgbuild.c: Fix formatting.Kazu Hirata2002-05-221-3/+3
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-43/+48
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-48/+43
* * cfgloop.c (flow_loop_preheader_scan): Fix typo.Graham Stott2002-01-201-1/+1
* cfgloop.c (flow_loop_entry_edges_find): Fix typo.Graham Stott2001-12-311-2/+2
* rtl.h (in_expr_list_p): New declaration.Richard Kenner2001-12-241-111/+93
* cfgloop.c (flow_loops_find): Use the information of the depth first search or...Josef Zlomek2001-12-201-14/+14
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-111-1/+1
* Makefile.in (cfg.o, [...]): New.Jan Hubicka2001-09-101-0/+854