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