summaryrefslogtreecommitdiff
path: root/gcc/jump.c
Commit message (Expand)AuthorAgeFilesLines
...
* (comparison_dominates_p): NE is dominated by LT, GT, LTU and GTU.Richard Kenner1994-01-101-5/+5
* (follow_jumps): Don't follow tablejumps.James Van Artsdalen1994-01-091-0/+6
* (thread_jumps): Don't thread to loop label; create new label before loop inst...Torbjorn Granlund1994-01-031-5/+17
* (can_reverse_comparison_p): Return 1 if -ffast-math.Richard Kenner1993-12-271-0/+1
* (jump_optimize): When deleting an insn after a jump, updateRichard Kenner1993-12-261-0/+3
* (thread_jumps): Delete redundant loop termination test.Torbjorn Granlund1993-12-241-3/+0
* (jump_optimize): When moving a range of instructions,Jim Wilson1993-10-131-5/+5
* (jump_optimize): Use regno_last_note_uid when decidingRichard Stallman1993-10-111-1/+4
* (rtx_renumbered_equal_p, case CONST_INT): Use INTVAL, not XINT.Richard Kenner1993-09-291-1/+1
* jump.c: (thread_jumps): Value in HARD_FRAME_POINTER_REGNUM is never modified ...Doug Evans1993-09-241-0/+1
* (jump_optimize): Try putting RETURN at end of function both at startRichard Kenner1993-09-211-0/+20
* (jump_optimize): When optimize conditional jump aroundJim Wilson1993-09-011-2/+3
* jump.c (jump_optimize): Correctly identify branches to the end of a function ...Jeff Law1993-07-101-1/+3
* (jump_optimize): Properly make jump into store-flag sequence when...Richard Kenner1993-06-231-5/+17
* (jump_optimize): Insert missing GET_MODE call.Richard Stallman1993-05-261-3/+3
* (same_regs): Now arrays of ints.Richard Kenner1993-04-171-5/+5
* (jump_optimize, clause for `x=a; if (...) x=b;'): Do this regardlessRichard Kenner1993-04-121-0/+6
* (jump_optimize): Fix bug in last change.Richard Kenner1993-03-121-1/+3
* jump.c (jump_optimize, [...]): Do this regardless of BRANCH_COST if HAVE_incs...Jeff Law1993-03-101-1/+2
* (jump_optimize): Add missing parameter in expand_binop call.Richard Stallman1993-02-261-1/+1
* jump.c (jump_optimize, [...]): Do this regardless of BRANCH_COST if HAVE_incs...Jeff Law1993-01-031-1/+5
* (delete_computation): reg_referenced_p wants body, not insn.Richard Stallman1992-12-301-1/+1
* (delete_jump): Use single_set to see if INSN just sets PC.Richard Kenner1992-12-271-27/+29
* (jump_optimize): Ensure operand of REG_NOTES is an INSN; otherwise, weRichard Kenner1992-11-031-0/+5
* (mark_jump_label): Copy LABEL_REF_NONLOCAL_PRichard Stallman1992-10-261-2/+7
* (jump_optimize): Don't optimize jumps to store-flag insnsRichard Stallman1992-10-141-0/+8
* (jump_optimize): Only use a REG as a target.Richard Kenner1992-10-091-1/+3
* (jump_optimize): When handling dispatch table that alwaysRichard Stallman1992-09-261-0/+1
* (jump_optimize): Tighten up test for when we can't delete a set of CC0.Richard Kenner1992-09-231-2/+13
* (jump_optimize): Delete insns that set registers that are not used elsewhere.Richard Kenner1992-09-201-41/+230
* (delete_insn): Don't change labels to NOTEs if we would not really haveRichard Kenner1992-09-191-1/+2
* (delete_computation): Derived from delete_jump.Tom Wood1992-08-251-68/+81
* (jump_optimize): Allow SUBREG in many places where REG is allowed.Richard Kenner1992-08-171-0/+3
* (invert_exp, redirect_exp): No longer static.Richard Kenner1992-08-141-12/+4
* (jump_optimize): When replacing jumps with logical expressions, useRichard Kenner1992-08-021-0/+1
* entered into RCSRichard Stallman1992-07-191-0/+6
* *** empty log message ***Tom Wood1992-07-131-25/+75
* *** empty log message ***Charles Hannum1992-07-061-19/+29
* *** empty log message ***Richard Stallman1992-07-051-7/+17
* *** empty log message ***Richard Kenner1992-05-201-6/+31
* *** empty log message ***Richard Stallman1992-05-071-5/+5
* *** empty log message ***Richard Kenner1992-04-211-0/+7
* *** empty log message ***Richard Stallman1992-04-171-1/+5
* *** empty log message ***Jim Wilson1992-04-061-13/+21
* *** empty log message ***Richard Stallman1992-03-141-4/+6
* *** empty log message ***Richard Stallman1992-03-111-1/+10
* *** empty log message ***Richard Stallman1992-02-141-5/+22
* Initial revisionRichard Kenner1992-01-231-0/+3841