| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Check target endianness at run time, not compile time | ian | 1994-11-16 | 1 | -4/+3 |
* | (delete_insn): Delete labels in ADDR_VECs and | dje | 1994-11-15 | 1 | -0/+18 |
* | (jump_optimize): When deleting a jump, properly set NEXT. | kenner | 1994-10-02 | 1 | -2/+3 |
* | (duplicate_loop_exit_test): Handle SUBREG in SET_DEST of loop exit | kenner | 1994-07-05 | 1 | -8/+9 |
* | (jump_optimize): Don't convert if (foo) x++ into an add of an scc | kenner | 1994-07-01 | 1 | -0/+2 |
* | (jump_optimize): If we reverse "if (foo) bar else break;" | erich | 1994-06-24 | 1 | -0/+29 |
* | (duplicate_loop_exit_test): Initialize copy to zero. | wilson | 1994-06-18 | 1 | -3/+3 |
* | * genconfig.c (main): Allow targets to override HAVE_conditional_move. | dje | 1994-06-15 | 1 | -2/+2 |
* | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | kenner | 1994-06-14 | 1 | -3/+4 |
* | (jump_optimize): Don't delete dead insn if it has a REG_RETVAL note. | kenner | 1994-06-14 | 1 | -1/+2 |
* | * jump.c (condjump_in_parallel_p): New function to detect | law | 1994-06-14 | 1 | -1/+37 |
* | (jump_optimize): When deleting unneeded stack adjusts or mem-mem | kenner | 1994-05-29 | 1 | -2/+2 |
* | (jump_optimize): When looking for an `if' statement that takes two | kenner | 1994-05-26 | 1 | -1/+5 |
* | (find_cross_jump): Two CALL_INSNs only compare equal if | dje | 1994-05-15 | 1 | -35/+13 |
* | (find_cross_jump, get_label_{before,after}): Change from USE and | kenner | 1994-05-06 | 1 | -47/+38 |
* | (invert_jump): Remove decl of unused variable OLABEL. | kenner | 1994-03-25 | 1 | -2/+0 |
* | (rtx_equal_for_thread_p): Correct error in previous change; add | kenner | 1994-03-13 | 1 | -7/+7 |
* | Add prototypes for static functions. | kenner | 1994-03-12 | 1 | -26/+16 |
* | (jump_optimize): Delete REG_LABEL note if label no longer in insn. | kenner | 1994-03-11 | 1 | -2/+12 |
* | (rtx_equal_for_thread_p): Commutative operations are identical if the | kenner | 1994-03-09 | 1 | -0/+13 |
* | (rtx_renumbered_equal_p): Fix bug in comparing SUBREGs and REGs. | kenner | 1994-02-26 | 1 | -17/+49 |
* | (mark_jump_label, case LABEL_REF): Update REG_LABEL note if changing | kenner | 1994-02-12 | 1 | -2/+18 |
* | (comparison_dominates_p): NE is dominated by LT, GT, LTU and GTU. | kenner | 1994-01-11 | 1 | -5/+5 |
* | (follow_jumps): Don't follow tablejumps. | jrv | 1994-01-09 | 1 | -0/+6 |
* | (thread_jumps): Don't thread to loop label; create new label | tege | 1994-01-03 | 1 | -5/+17 |
* | (can_reverse_comparison_p): Return 1 if -ffast-math. | kenner | 1993-12-27 | 1 | -0/+1 |
* | (jump_optimize): When deleting an insn after a jump, update | kenner | 1993-12-26 | 1 | -0/+3 |
* | (thread_jumps): Delete redundant loop termination test. | tege | 1993-12-24 | 1 | -3/+0 |
* | (jump_optimize): When moving a range of instructions, | wilson | 1993-10-13 | 1 | -5/+5 |
* | (jump_optimize): Use regno_last_note_uid when deciding | rms | 1993-10-11 | 1 | -1/+4 |
* | (rtx_renumbered_equal_p, case CONST_INT): Use INTVAL, not XINT. | kenner | 1993-09-29 | 1 | -1/+1 |
* | * jump.c: (thread_jumps): Value in HARD_FRAME_POINTER_REGNUM is never | dje | 1993-09-24 | 1 | -0/+1 |
* | (jump_optimize): Try putting RETURN at end of function both at start | kenner | 1993-09-21 | 1 | -0/+20 |
* | (jump_optimize): When optimize conditional jump around | wilson | 1993-09-01 | 1 | -2/+3 |
* | * jump.c (jump_optimize): Correctly identify branches to the end | law | 1993-07-10 | 1 | -1/+3 |
* | (jump_optimize): Properly make jump into store-flag sequence when the | kenner | 1993-06-23 | 1 | -5/+17 |
* | (jump_optimize): Insert missing GET_MODE call. | rms | 1993-05-26 | 1 | -3/+3 |
* | (same_regs): Now arrays of ints. | kenner | 1993-04-17 | 1 | -5/+5 |
* | (jump_optimize, clause for `x=a; if (...) x=b;'): Do this regardless | kenner | 1993-04-12 | 1 | -0/+6 |
* | (jump_optimize): Fix bug in last change. | kenner | 1993-03-12 | 1 | -1/+3 |
* | * jump.c (jump_optimize, clause for `if (foo) b++'): | law | 1993-03-10 | 1 | -1/+2 |
* | (jump_optimize): Add missing parameter in expand_binop call. | rms | 1993-02-26 | 1 | -1/+1 |
* | * jump.c (jump_optimize, case if (foo) b++): Do this regardless | law | 1993-01-04 | 1 | -1/+5 |
* | (delete_computation): reg_referenced_p wants body, not insn. | rms | 1992-12-30 | 1 | -1/+1 |
* | (delete_jump): Use single_set to see if INSN just sets PC. | kenner | 1992-12-28 | 1 | -27/+29 |
* | (jump_optimize): Ensure operand of REG_NOTES is an INSN; otherwise, we | kenner | 1992-11-03 | 1 | -0/+5 |
* | (mark_jump_label): Copy LABEL_REF_NONLOCAL_P | rms | 1992-10-26 | 1 | -2/+7 |
* | (jump_optimize): Don't optimize jumps to store-flag insns | rms | 1992-10-14 | 1 | -0/+8 |
* | (jump_optimize): Only use a REG as a target. | kenner | 1992-10-09 | 1 | -1/+3 |
* | (jump_optimize): When handling dispatch table that always | rms | 1992-09-26 | 1 | -0/+1 |