Age | Commit message (Expand) | Author | Files | Lines |
2006-04-15 | cfgcleanup.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-03-23 | cfgloopmanip.c (create_loop_notes): Removed. | Zdenek Dvorak | 1 | -8/+6 |
2006-03-13 | jump.c (follow_jumps): Do not check for loop notes. | Zdenek Dvorak | 1 | -14/+9 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -2/+4 |
2005-08-10 | bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump. | Paolo Bonzini | 1 | -4/+4 |
2005-07-28 | cse.c (exp_equiv_p): Special case CONST_DOUBLE. | Richard Henderson | 1 | -0/+1 |
2005-07-07 | hooks.c (hook_bool_rtx_int_false): New function. | J"orn Rennecke | 1 | -13/+4 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -2/+38 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-04-25 | re PR rtl-optimization/20413 (VOIDmode LABEL_REFs are generated) | J"orn Rennecke | 1 | -3/+3 |
2005-04-21 | alias.c (true_dependence): Remove 'abort' from comments. | Nathan Sidwell | 1 | -14/+15 |
2005-03-21 | combine.c (combine_simplify_rtx, [...]): Adjust calls to reverse_comparison. | Paolo Bonzini | 1 | -0/+14 |
2005-03-08 | jump.c (invert_jump_1): Don't call redirect_jump_1 with nlabel == JUMP_LABEL ... | J"orn Rennecke | 1 | -1/+3 |
2005-03-05 | genattrtab.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+2 |
2005-03-03 | jump.c (redirect_exp_1): If nlabel is a NULL pointer create a RETURN rtx... | Roger Sayle | 1 | -1/+4 |
2005-03-02 | recog.c (verify_changes, [...]): New functions, broken out of apply_change_gr... | J"orn Rennecke | 1 | -94/+41 |
2004-11-24 | cfgrtl.c (rtl_delete_block): Fix comment. | Steven Bosscher | 1 | -0/+4 |
2004-11-17 | * jump.c (condjump_p): Remove unreachable code. | Kazu Hirata | 1 | -2/+0 |
2004-11-04 | jump.c (cleanup_barriers): Use delete_insn instead of delete_barrier. | Kazu Hirata | 1 | -12/+1 |
2004-08-25 | cfglayout.c (duplicate_insn_chain): Remove references to NOTE_INSN_LOOP_VTOP ... | Paolo Bonzini | 1 | -3/+1 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -40/+40 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -1/+6 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -6/+6 |
2004-06-03 | basic-block.c (tail_recursion_label_list): Don't declare. | Steven Bosscher | 1 | -20/+0 |
2004-05-28 | rtl.h (skip_consecutive_labels): Declare. | Richard Sandiford | 1 | -0/+1 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -359/+2 |
2004-03-20 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2004-03-15 | defaults.h (REVERSIBLE_CC_MODE): Define. | Kazu Hirata | 1 | -2/+0 |
2004-03-03 | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 1 | -13/+13 |
2004-03-01 | combine.c (try_combine): Do not refer to is_replaced. | Paolo Bonzini | 1 | -1/+1 |
2004-02-02 | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 1 | -3/+3 |
2004-01-31 | alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, | Kazu Hirata | 1 | -1/+1 |
2004-01-25 | c-common.h: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-07-22 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -1/+1 |
2003-07-06 | jump.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -123/+62 |
2003-07-05 | bt-load.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-07-04 | c-aux-info.c: Include toplev.h after c-tree.h. | Kaveh R. Ghazi | 1 | -1/+1 |
2003-07-01 | combine.c (distribute_notes): Don't bother REG_WAS_0. | Kazu Hirata | 1 | -4/+0 |
2003-06-27 | jump.c (rtx_renumbered_equal_p): Replace an expression that is known to be 0 ... | Kazu Hirata | 1 | -3/+1 |
2003-06-25 | jump.c (next_nondeleted_insn): Remove. | Kazu Hirata | 1 | -12/+0 |
2003-06-23 | ChangeLog.1: Fix a typo. | Kazu Hirata | 1 | -1/+1 |
2003-06-08 | cfglayout.c (insn_scope): New static function | Jan Hubicka | 1 | -2/+2 |
2003-05-21 | gcse.c (cprop_jump): Make use of REG_EQUAL notes on both setcc and jump, if t... | Roger Sayle | 1 | -0/+29 |
2003-05-20 | * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p) | Matt Kraai | 1 | -2/+0 |
2003-05-09 | c-parse.in (if_stmt_locus): New object. | Gabriel Dos Reis | 1 | -3/+7 |
2003-04-29 | re PR middle-end/10336 (ICE with -Wunreachable-code) | Jason Merrill | 1 | -6/+8 |
2003-04-15 | PR middle-end/10336, c++/10401 | Jason Merrill | 1 | -1/+2 |
2003-04-03 | re PR c/10175 (-Wunreachable-code doesn't work for single lines) | Jason Merrill | 1 | -2/+12 |
2003-03-30 | cfgbuild.c (make_edges): Use tablejump_p. | Richard Henderson | 1 | -4/+1 |