summaryrefslogtreecommitdiff
path: root/gcc/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* basic-block.h (flow_delete_block_noexpunge): Declare.Richard Henderson2002-04-091-6/+14
* * cfg.c (dump_flow_info): Guard against NULL regno_reg_rtx[i].Hans-Peter Nilsson2002-03-301-3/+4
* * cfg.c (dump_flow_info): Remove unused variable.Andreas Jaeger2002-03-111-2/+2
* cfg.c (dump_flow_info): Warn about profile mismatches.Jan Hubicka2002-03-051-1/+34
* basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka2002-02-281-0/+11
* * cfg.c, cfganal.c, cfgbuild.c: Reformatting and minor cleanups.Richard Kenner2001-12-221-19/+37
* * cfg.c: Fix typos and formatting in the introductory comment.Richard Sandiford2001-11-211-4/+5
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-111-4/+4
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-041-1/+1
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-2/+2
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* cfg.c (clear_aux_for_blocks): Split out of ...Richard Henderson2001-10-261-12/+30
* cfg.c (free_edge): Break out from ....Jan Hubicka2001-10-161-8/+36
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-3/+3
* c-common.h: Fix comment formatting.Kazu Hirata2001-10-091-1/+1
* Makefile.in (cfgrtl.o): Add.Jan Hubicka2001-09-251-1870/+124
* basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka2001-09-211-66/+50
* cfg.c (force_nonfallthru_and_redirect): Handle redirecting to the exit block.Richard Henderson2001-09-191-6/+22
* basic-block.h (free_bb_for_insn): Declare.Jan Hubicka2001-09-161-28/+33
* basic-block.h (expunge_block): Declare.Diego Novillo2001-09-121-2/+1
* basic-block.h (EDGE_CRITICAL): Remove; renumber other flags.Jan Hubicka2001-09-111-258/+173
* basic-block.h (cached_make_edge, [...]): New.Jan Hubicka2001-09-111-79/+75
* Makefile.in (cfg.o, [...]): New.Jan Hubicka2001-09-101-0/+2517