Age | Commit message (Expand) | Author | Files | Lines |
1997-05-30 | Use accessor macros to access arrays based on regno; move many of the arrays ... | Michael Meissner | 1 | -7/+7 |
1997-05-06 | reformat a little to match GNU coding standards. | Mike Stump | 1 | -2/+2 |
1997-03-28 | jump.c (jump_optimize, [...]): Disable some optimizations when flag_test_cove... | Doug Evans | 1 | -6/+38 |
1997-02-03 | (find_cross_jump): Don't allow old-style and volatile asms | Jim Wilson | 1 | -1/+13 |
1997-01-03 | (rtx_equal_for_thread_p): Return 0 for floating-point. | Richard Kenner | 1 | -1/+8 |
1996-12-13 | Check SMALL_REGISTER_CLASSES at runtime | Ian Lance Taylor | 1 | -6/+12 |
1996-12-09 | (jump_optimize): Don't move initialization if there is a label between it and... | Stan Cox | 1 | -0/+1 |
1996-11-12 | (jump_optimize): Fix bug in Sep 23 change. | Richard Kenner | 1 | -0/+1 |
1996-10-26 | (jump_optimize): Fix second error in last change. | Richard Kenner | 1 | -1/+1 |
1996-10-21 | jump.c (jump_optimize): fix bug in last change. | Doug Evans | 1 | -0/+2 |
1996-10-21 | (jump_optimize): Use emit_store_flag even if branches are cheap, if | Richard Kenner | 1 | -10/+17 |
1996-10-14 | (jump_optimize): Check for if (...) { x = a; goto l; } x = b; | Jim Wilson | 1 | -0/+90 |
1996-09-23 | (jump_optimize): In no-nop move deletion, don't test PRESERVE_DEATH_INFO_REGN... | Richard Kenner | 1 | -17/+28 |
1996-09-18 | (jump_optimize): Insert conditional move after jump insn instead of | Richard Kenner | 1 | -1/+3 |
1996-07-23 | install EH code | Mike Stump | 1 | -0/+11 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -8/+8 |
1996-03-11 | (jump_optimize): When handle a USE insn before an unconditional jump... | Jim Wilson | 1 | -1/+9 |
1996-02-13 | (jump_optimize): Fix potential infinite loop. | Richard Kenner | 1 | -2/+2 |
1995-12-17 | sched.c (canon_rtx): Recursively look for equivalences; look for expressions ... | Jeff Law | 1 | -1/+2 |
1995-10-26 | (duplicate_loop_exit_test): Return 0 if found a NOTE_INSN_LOOP_CONT. | Richard Kenner | 1 | -7/+11 |
1995-07-10 | (jump_optimize): Pass outer_code arg to rtx_cost. | Richard Kenner | 1 | -5/+5 |
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 |
1995-05-02 | (jump_optimize, can_reach_end determination): A barrier can | Doug Evans | 1 | -0/+4 |
1995-04-14 | (delete_insn): When deleting after label, delete a BARRIER as well. | Richard Kenner | 1 | -1/+1 |
1995-02-06 | (jump_optimize): When searching for a LOOP_END note to move, | Jim Wilson | 1 | -14/+21 |
1995-01-25 | Include expr.h after insn-config.h and insn-flags.h. | Richard Kenner | 1 | -2/+2 |
1995-01-25 | (jump_optimize): Try to emit a conditional move insn before | Doug Evans | 1 | -155/+239 |
1994-11-16 | Check target endianness at run time, not compile time | Ian Lance Taylor | 1 | -4/+3 |
1994-11-15 | (delete_insn): Delete labels in ADDR_VECs and | Doug Evans | 1 | -0/+18 |
1994-10-01 | (jump_optimize): When deleting a jump, properly set NEXT. | Richard Kenner | 1 | -2/+3 |
1994-07-05 | (duplicate_loop_exit_test): Handle SUBREG in SET_DEST of loop exit | Richard Kenner | 1 | -8/+9 |
1994-07-01 | (jump_optimize): Don't convert if (foo) x++ into an add of an scc | Richard Kenner | 1 | -0/+2 |
1994-06-24 | (jump_optimize): If we reverse "if (foo) bar else break;" and there follows a... | Richard Earnshaw | 1 | -0/+29 |
1994-06-18 | (duplicate_loop_exit_test): Initialize copy to zero. | Jim Wilson | 1 | -3/+3 |
1994-06-15 | genconfig.c (main): Allow targets to override HAVE_conditional_move. | Doug Evans | 1 | -2/+2 |
1994-06-14 | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | Richard Kenner | 1 | -3/+4 |
1994-06-14 | (jump_optimize): Don't delete dead insn if it has a REG_RETVAL note. | Richard Kenner | 1 | -1/+2 |
1994-06-14 | jump.c (condjump_in_parallel_p): New function to detect conditional jumps wit... | Jeff Law | 1 | -1/+37 |
1994-05-29 | (jump_optimize): When deleting unneeded stack adjusts or mem-mem | Richard Kenner | 1 | -2/+2 |
1994-05-26 | (jump_optimize): When looking for an `if' statement that takes two insns to c... | Richard Kenner | 1 | -1/+5 |
1994-05-15 | (find_cross_jump): Two CALL_INSNs only compare equal if | Doug Evans | 1 | -35/+13 |
1994-05-06 | (find_cross_jump, get_label_{before,after}): Change from USE and | Richard Kenner | 1 | -47/+38 |
1994-03-25 | (invert_jump): Remove decl of unused variable OLABEL. | Richard Kenner | 1 | -2/+0 |
1994-03-13 | (rtx_equal_for_thread_p): Correct error in previous change; add | Richard Kenner | 1 | -7/+7 |
1994-03-12 | Add prototypes for static functions. | Richard Kenner | 1 | -26/+16 |
1994-03-11 | (jump_optimize): Delete REG_LABEL note if label no longer in insn. | Richard Kenner | 1 | -2/+12 |
1994-03-09 | (rtx_equal_for_thread_p): Commutative operations are identical if the | Richard Kenner | 1 | -0/+13 |
1994-02-26 | (rtx_renumbered_equal_p): Fix bug in comparing SUBREGs and REGs. | Richard Kenner | 1 | -17/+49 |
1994-02-11 | (mark_jump_label, case LABEL_REF): Update REG_LABEL note if changing | Richard Kenner | 1 | -2/+18 |
1994-01-10 | (comparison_dominates_p): NE is dominated by LT, GT, LTU and GTU. | Richard Kenner | 1 | -5/+5 |