Age | Commit message (Expand) | Author | Files | Lines |
2003-06-06 | function.c (FLOOR_ROUND, CEIL_ROUND): Fix. | Jan Hubicka | 1 | -0/+8 |
2003-03-10 | cfg.c (unchecked_make_edge): New. | Michael Matz | 1 | -13/+27 |
2003-03-05 | basic-block.h (EDGE_IRREDUCIBLE_LOOP, [...]): New. | Zdenek Dvorak | 1 | -1/+1 |
2003-02-07 | cfg.c (dump_flow_info): Add back accidently deleted line. | Daniel Berlin | 1 | -0/+1 |
2003-01-18 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-01-07 | cfg.c: Include alloc-pool.h | Daniel Berlin | 1 | -41/+23 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-12-13 | c-decl.c: Fix a comment typo. | Kazu Hirata | 1 | -2/+2 |
2002-12-01 | cfg.c (dump_flow_info): Use max_reg_num () to determine the largest pseudo re... | John David Anglin | 1 | -0/+1 |
2002-08-10 | cfg.c (redirect_edge_succ_nodup): Avoid overflows due to roundoff errors. | Jan Hubicka | 1 | -0/+2 |
2002-06-01 | basic-block.h (struct basic_block_def): New field loop_father. | Zdenek Dvorak | 1 | -0/+2 |
2002-05-28 | * cfg.c (dump_flow_info): Print bb->index, not i, for block number. | Richard Henderson | 1 | -1/+1 |
2002-05-28 | basic-block.h (last_basic_block): Declare. | Zdenek Dvorak | 1 | -21/+29 |
2002-05-26 | * cfg.c (dump_flow_info): Remove extra argument to fprintf. | Andreas Jaeger | 1 | -1/+1 |
2002-05-23 | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 1 | -40/+20 |
2002-05-23 | cfg.c (dump_flow_info): Print results of maybe_hot/probably_never_executed pr... | Jan Hubicka | 1 | -1/+6 |
2002-05-22 | cfgbuild.c: Fix formatting. | Kazu Hirata | 1 | -2/+2 |
2002-05-19 | basic_block.h (struct basic_block_def): Added prev_bb and next_bb fields. | Zdenek Dvorak | 1 | -0/+29 |
2002-05-16 | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 1 | -89/+58 |
2002-05-16 | Basic block renumbering removal. | Zdenek Dvorak | 1 | -58/+89 |
2002-05-11 | i386.md (testsi to testqi spliters): New. | Jan Hubicka | 1 | -1/+1 |
2002-04-09 | basic-block.h (flow_delete_block_noexpunge): Declare. | Richard Henderson | 1 | -6/+14 |
2002-03-30 | * cfg.c (dump_flow_info): Guard against NULL regno_reg_rtx[i]. | Hans-Peter Nilsson | 1 | -3/+4 |
2002-03-11 | * cfg.c (dump_flow_info): Remove unused variable. | Andreas Jaeger | 1 | -2/+2 |
2002-03-05 | cfg.c (dump_flow_info): Warn about profile mismatches. | Jan Hubicka | 1 | -1/+34 |
2002-02-28 | basic-block.h (BB_REACHABLE): Renumber. | Jan Hubicka | 1 | -0/+11 |
2001-12-22 | * cfg.c, cfganal.c, cfgbuild.c: Reformatting and minor cleanups. | Richard Kenner | 1 | -19/+37 |
2001-11-21 | * cfg.c: Fix typos and formatting in the introductory comment. | Richard Sandiford | 1 | -4/+5 |
2001-11-11 | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 1 | -4/+4 |
2001-11-04 | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-28 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -2/+2 |
2001-10-28 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-26 | cfg.c (clear_aux_for_blocks): Split out of ... | Richard Henderson | 1 | -12/+30 |
2001-10-16 | cfg.c (free_edge): Break out from .... | Jan Hubicka | 1 | -8/+36 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -3/+3 |
2001-10-09 | c-common.h: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2001-09-25 | Makefile.in (cfgrtl.o): Add. | Jan Hubicka | 1 | -1870/+124 |
2001-09-21 | basic-block.h (flow_delete_insn, [...]): Kill. | Jan Hubicka | 1 | -66/+50 |
2001-09-19 | cfg.c (force_nonfallthru_and_redirect): Handle redirecting to the exit block. | Richard Henderson | 1 | -6/+22 |
2001-09-16 | basic-block.h (free_bb_for_insn): Declare. | Jan Hubicka | 1 | -28/+33 |
2001-09-12 | basic-block.h (expunge_block): Declare. | Diego Novillo | 1 | -2/+1 |
2001-09-11 | basic-block.h (EDGE_CRITICAL): Remove; renumber other flags. | Jan Hubicka | 1 | -258/+173 |
2001-09-11 | basic-block.h (cached_make_edge, [...]): New. | Jan Hubicka | 1 | -79/+75 |
2001-09-10 | Makefile.in (cfg.o, [...]): New. | Jan Hubicka | 1 | -0/+2517 |