Age | Commit message (Expand) | Author | Files | Lines |
2005-12-16 | re PR rtl-optimization/24899 (loop.c miscompiles libgnomecanvas) | Jakub Jelinek | 1 | -0/+11 |
2005-11-22 | optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t... | Ben Elliston | 1 | -1/+1 |
2005-11-15 | * loop.c (scan_loop): Do not insert temporaries for hard registers. | Daniel Jacobowitz | 1 | -2/+4 |
2005-11-02 | re PR target/24600 (unrecognizable instruction) | Ulrich Weigand | 1 | -3/+10 |
2005-11-01 | re PR target/21518 (unable to find a register with -fPIC and -O2 and non inli... | Richard Henderson | 1 | -26/+30 |
2005-08-26 | re PR rtl-optimization/23560 (Strength-reduction breaking unsigned COMPARE) | Richard Henderson | 1 | -182/+100 |
2005-08-06 | re PR rtl-optimization/23233 (Loop optimisation ICE for subreg addresses) | Richard Sandiford | 1 | -30/+2 |
2005-07-28 | cse.c (exp_equiv_p): Special case CONST_DOUBLE. | Richard Henderson | 1 | -7/+37 |
2005-07-14 | re PR target/20126 (Inlined memcmp makes one argument null on entry) | Alexandre Oliva | 1 | -5/+17 |
2005-07-11 | re PR rtl-optimization/22239 (i-cobol.adb:482: error: unrecognizable insn) | John David Anglin | 1 | -7/+11 |
2005-07-07 | re PR rtl-optimization/22239 (i-cobol.adb:482: error: unrecognizable insn) | John David Anglin | 1 | -0/+1 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -0/+65 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-19 | loop.c (scan_loop): Do not consider insns setting the frame pointer to be can... | Ulrich Weigand | 1 | -0/+1 |
2005-05-31 | loop.c (loop_invariant_p, [...]): Revert last change. | Pat Haugen | 1 | -4/+2 |
2005-05-30 | loop.c (loop_invariant_p, [...]): Use regs_invalidated_by_call instead of cal... | Pat Haugen | 1 | -2/+4 |
2005-04-25 | re PR rtl-optimization/20413 (VOIDmode LABEL_REFs are generated) | J"orn Rennecke | 1 | -1/+1 |
2005-04-21 | alias.c (true_dependence): Remove 'abort' from comments. | Nathan Sidwell | 1 | -5/+8 |
2005-04-16 | re PR target/20126 (Inlined memcmp makes one argument null on entry) | Alexandre Oliva | 1 | -0/+9 |
2005-04-10 | re PR target/20126 (Inlined memcmp makes one argument null on entry) | Alexandre Oliva | 1 | -3/+25 |
2005-04-02 | re PR rtl-optimization/20290 (Miscompilation on ppc/arm with -Os) | Alexandre Oliva | 1 | -7/+15 |
2005-04-01 | local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable. | Nathan Sidwell | 1 | -67/+54 |
2005-04-01 | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-01-17 | bb-reorder.c (fix_edges_for_rarely_executed_code): Remove last parameter to r... | Paolo Bonzini | 1 | -1/+1 |
2005-01-06 | re PR rtl-optimization/13299 (Unsafe treatment of extended givs) | Richard Sandiford | 1 | -164/+184 |
2005-01-05 | combine.c (expand_compound_operation): Add comment that we fall through after... | Steven Bosscher | 1 | -3/+1 |
2005-01-02 | re PR rtl-optimization/12092 (ICE: Floating point exception) | Roger Sayle | 1 | -3/+4 |
2004-12-18 | re PR rtl-optimization/16968 (loop optimizer miscompilation) | Eric Botcazou | 1 | -0/+3 |
2004-12-08 | re PR middle-end/18293 (Redundant copy operation introduced by expand) | Roger Sayle | 1 | -1/+3 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -1/+1 |
2004-11-02 | cfgloop.h (struct loop): Update comment. | Steven Bosscher | 1 | -313/+2 |
2004-10-18 | basic-block.h (reg_set_iterator): New. | Kazu Hirata | 1 | -8/+9 |
2004-09-18 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-14 | unroll.c: Removed. | Zdenek Dvorak | 1 | -77/+1437 |
2004-09-12 | common.opt: Remove flags -fmove-all-movables and -freduce-all-givs. | Toon Moene | 1 | -3/+1 |
2004-09-10 | Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org> | Nathan Sidwell | 1 | -44/+51 |
2004-09-10 | lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable... | Giovanni Bajo | 1 | -51/+44 |
2004-09-06 | loop.c (loop_dump_aux): Do not print RTL when not available. | Jan Hubicka | 1 | -1/+1 |
2004-08-25 | cfglayout.c (duplicate_insn_chain): Remove references to NOTE_INSN_LOOP_VTOP ... | Paolo Bonzini | 1 | -84/+7 |
2004-08-18 | rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | Richard Henderson | 1 | -30/+2 |
2004-07-27 | expr.h (canonicalize_condition, [...]): Add an int argument. | Richard Sandiford | 1 | -8/+19 |
2004-07-15 | loop.c (check_insn_for_givs): Restore check for code labels that was accident... | Jeff Law | 1 | -1/+1 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -109/+104 |
2004-07-06 | re PR rtl-optimization/16380 (Use of uninitialised register after dbra conver... | Richard Sandiford | 1 | -1/+15 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -6/+6 |
2004-06-25 | re PR tree-optimization/15089 (local register variable with a specified regis... | Philip Blundell | 1 | -0/+1 |
2004-06-16 | loop.c (loop_givs_reduce): Avoid miscompilation of loops entered at bottom. | Dale Johannesen | 1 | -1/+12 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -45/+45 |
2004-03-18 | doloop.c: Removed. | Zdenek Dvorak | 1 | -17/+0 |
2004-03-05 | cse.c (cse_end_of_basic_block): Make static. | Paolo Bonzini | 1 | -2/+4 |