| Commit message (Expand) | Author | Age | Files | Lines |
* | alias.c: Fix comment formatting. | Kazu Hirata | 2003-07-22 | 1 | -1/+1 |
* | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 2003-07-19 | 1 | -1/+1 |
* | jump.c: Convert prototypes to ISO C90. | Andreas Jaeger | 2003-07-06 | 1 | -123/+62 |
* | bt-load.c: Fix comment typos. | Kazu Hirata | 2003-07-05 | 1 | -1/+1 |
* | c-aux-info.c: Include toplev.h after c-tree.h. | Kaveh R. Ghazi | 2003-07-04 | 1 | -1/+1 |
* | combine.c (distribute_notes): Don't bother REG_WAS_0. | Kazu Hirata | 2003-07-01 | 1 | -4/+0 |
* | jump.c (rtx_renumbered_equal_p): Replace an expression that is known to be 0 ... | Kazu Hirata | 2003-06-27 | 1 | -3/+1 |
* | jump.c (next_nondeleted_insn): Remove. | Kazu Hirata | 2003-06-25 | 1 | -12/+0 |
* | ChangeLog.1: Fix a typo. | Kazu Hirata | 2003-06-23 | 1 | -1/+1 |
* | cfglayout.c (insn_scope): New static function | Jan Hubicka | 2003-06-08 | 1 | -2/+2 |
* | gcse.c (cprop_jump): Make use of REG_EQUAL notes on both setcc and jump, if t... | Roger Sayle | 2003-05-21 | 1 | -0/+29 |
* | * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p) | Matt Kraai | 2003-05-20 | 1 | -2/+0 |
* | c-parse.in (if_stmt_locus): New object. | Gabriel Dos Reis | 2003-05-09 | 1 | -3/+7 |
* | re PR middle-end/10336 (ICE with -Wunreachable-code) | Jason Merrill | 2003-04-29 | 1 | -6/+8 |
* | PR middle-end/10336, c++/10401 | Jason Merrill | 2003-04-15 | 1 | -1/+2 |
* | re PR c/10175 (-Wunreachable-code doesn't work for single lines) | Jason Merrill | 2003-04-03 | 1 | -2/+12 |
* | cfgbuild.c (make_edges): Use tablejump_p. | Richard Henderson | 2003-03-30 | 1 | -4/+1 |
* | objc-act.c: Include cgraph.h | Jan Hubicka | 2003-02-26 | 1 | -0/+3 |
* | combine.c (combine_simplify_rtx, [...]): Use CC0_P. | Roger Sayle | 2003-02-26 | 1 | -5/+1 |
* | re PR c/8828 (gcc reports some code is unreachable when it is not) | Steven Bosscher | 2003-02-22 | 1 | -13/+14 |
* | jump.c (next_nonnote_insn_in_loop): New function. | Josef Zlomek | 2003-01-10 | 1 | -3/+26 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -27/+20 |
* | jump.c (mark_jump_label): Handle subregs of label_refs. | Jan Hubicka | 2002-11-08 | 1 | -1/+0 |
* | jump.c (never_reached_warning): Don't set contains_insn until the first line ... | John David Anglin | 2002-11-04 | 1 | -1/+1 |
* | reload.c (push_reload): Handle subregs and secondary memory. | Jan Hubicka | 2002-09-30 | 1 | -0/+12 |
* | dbxout.c: Follow spelling conventions. | Kazu Hirata | 2002-09-22 | 1 | -2/+2 |
* | Delete SEQUENCE rtl usage outside of reorg and ssa passes. | David S. Miller | 2002-06-11 | 1 | -1/+3 |
* | loop.c (emit_prefetch_instructions): Properly place the address computation. | Jan Hubicka | 2002-06-02 | 1 | -14/+2 |
* | basic-block.h (flow_delete_block_noexpunge): Declare. | Richard Henderson | 2002-04-09 | 1 | -7/+0 |
* | Add 2002 to the copyright dates. | Richard Sandiford | 2002-03-07 | 1 | -1/+1 |
* | defaults.h (MODE_HAS_NANS, [...]): New. | Richard Sandiford | 2002-03-07 | 1 | -11/+3 |
* | jump.c (redirect_jump): If old label has no UID, don't try to delete it. | J"orn Rennecke | 2002-02-21 | 1 | -1/+3 |
* | jump.c (never_reached_warning): Add finish argument. | Jakub Jelinek | 2002-02-12 | 1 | -8/+15 |
* | Makefile.in (cfgcleanup.o): Add cselib.h dependancy. | Jan Hubicka | 2001-12-17 | 1 | -467/+0 |
* | function.c (keep_stack_depressed): Major rework. | Richard Kenner | 2001-11-21 | 1 | -1/+3 |
* | jump.c (squeeze_notes): Return true if no real insns were found. | Jakub Jelinek | 2001-11-15 | 1 | -5/+6 |
* | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 2001-11-11 | 1 | -1/+1 |
* | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 2001-10-28 | 1 | -1/+1 |
* | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 2001-10-11 | 1 | -38/+38 |
* | basic-block.h (flow_delete_insn, [...]): Kill. | Jan Hubicka | 2001-09-21 | 1 | -68/+23 |
* | jump.c (mark_jump_label): Revert patch from 2001-08-28, the code was correct. | Andreas Jaeger | 2001-08-31 | 1 | -1/+1 |
* | jump.c (mark_jump_label): Fix typo: REG_LABEL is EXPR_LIST, not INSN_LIST. | Alexandre Oliva | 2001-08-28 | 1 | -1/+1 |
* | jump.c (squeeze_notes): Take parms by reference. | Jason Merrill | 2001-08-22 | 1 | -9/+24 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | rtl.h (only_sets_cc0_p): New prototype. | John Wehle | 2001-08-15 | 1 | -1/+25 |
* | * jump.c: Fix formatting. | Kazu Hirata | 2001-08-13 | 1 | -28/+28 |
* | alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_P | Jan Hubicka | 2001-08-07 | 1 | -1/+1 |
* | jump.c (duplicate_loop_exit_test): Better test for jumps entering the loop; c... | Jan Hubicka | 2001-07-31 | 1 | -3/+12 |
* | jump.c: Add prototype for mark_modified_reg. | Andreas Jaeger | 2001-07-30 | 1 | -0/+1 |
* | rtl.h (cleanup_barriers): Declare. | Jan Hubicka | 2001-07-26 | 1 | -0/+26 |