aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfg.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-13* cfg.c (dump_bb): Dump entry edges.Zdenek Dvorak1-0/+4
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-1/+1
2003-12-30backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher1-0/+2
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-1/+1
2003-09-17* cfg.c (dump_flow_info): Skip register dump if reg_n_info null.Richard Henderson1-41/+42
2003-08-14* cfg.c (dump_edge_info): Add name of loop_exit edge flag.Zdenek Dvorak1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-7/+6
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-03basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka1-2/+4
2003-06-22caller-save.c: Convert to ISO C90.Andreas Jaeger1-74/+40
2003-06-08i386.md (subsi_3_zext, [...]): Fix predicates.Jan Hubicka1-2/+182
2003-06-07basic-block.h (EDGE_SIBCALL): New.Richard Henderson1-2/+4
2003-06-06function.c (FLOOR_ROUND, CEIL_ROUND): Fix.Jan Hubicka1-0/+8
2003-03-10cfg.c (unchecked_make_edge): New.Michael Matz1-13/+27
2003-03-05basic-block.h (EDGE_IRREDUCIBLE_LOOP, [...]): New.Zdenek Dvorak1-1/+1
2003-02-07cfg.c (dump_flow_info): Add back accidently deleted line.Daniel Berlin1-0/+1
2003-01-18alias.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-07cfg.c: Include alloc-pool.hDaniel Berlin1-41/+23
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata1-2/+2
2002-12-01cfg.c (dump_flow_info): Use max_reg_num () to determine the largest pseudo re...John David Anglin1-0/+1
2002-08-10cfg.c (redirect_edge_succ_nodup): Avoid overflows due to roundoff errors.Jan Hubicka1-0/+2
2002-06-01basic-block.h (struct basic_block_def): New field loop_father.Zdenek Dvorak1-0/+2
2002-05-28* cfg.c (dump_flow_info): Print bb->index, not i, for block number.Richard Henderson1-1/+1
2002-05-28basic-block.h (last_basic_block): Declare.Zdenek Dvorak1-21/+29
2002-05-26* cfg.c (dump_flow_info): Remove extra argument to fprintf.Andreas Jaeger1-1/+1
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-40/+20
2002-05-23cfg.c (dump_flow_info): Print results of maybe_hot/probably_never_executed pr...Jan Hubicka1-1/+6
2002-05-22cfgbuild.c: Fix formatting.Kazu Hirata1-2/+2
2002-05-19basic_block.h (struct basic_block_def): Added prev_bb and next_bb fields.Zdenek Dvorak1-0/+29
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-89/+58
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-58/+89
2002-05-11i386.md (testsi to testqi spliters): New.Jan Hubicka1-1/+1
2002-04-09basic-block.h (flow_delete_block_noexpunge): Declare.Richard Henderson1-6/+14
2002-03-30* cfg.c (dump_flow_info): Guard against NULL regno_reg_rtx[i].Hans-Peter Nilsson1-3/+4
2002-03-11* cfg.c (dump_flow_info): Remove unused variable.Andreas Jaeger1-2/+2
2002-03-05cfg.c (dump_flow_info): Warn about profile mismatches.Jan Hubicka1-1/+34
2002-02-28basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka1-0/+11
2001-12-22* cfg.c, cfganal.c, cfgbuild.c: Reformatting and minor cleanups.Richard Kenner1-19/+37
2001-11-21* cfg.c: Fix typos and formatting in the introductory comment.Richard Sandiford1-4/+5
2001-11-11ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-4/+4
2001-11-04ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-2/+2
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-26cfg.c (clear_aux_for_blocks): Split out of ...Richard Henderson1-12/+30
2001-10-16cfg.c (free_edge): Break out from ....Jan Hubicka1-8/+36
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-3/+3
2001-10-09c-common.h: Fix comment formatting.Kazu Hirata1-1/+1
2001-09-25Makefile.in (cfgrtl.o): Add.Jan Hubicka1-1870/+124