| Commit message (Expand) | Author | Age | Files | Lines |
* | reformat a little to match GNU coding standards. | mrs | 1997-05-06 | 1 | -2/+2 |
* | * jump.c (jump_optimize, follow_jumps, mark_jump_label): Disable some | dje | 1997-03-28 | 1 | -6/+38 |
* | (find_cross_jump): Don't allow old-style and volatile asms | wilson | 1997-02-04 | 1 | -1/+13 |
* | (rtx_equal_for_thread_p): Return 0 for floating-point. | kenner | 1997-01-03 | 1 | -1/+8 |
* | Check SMALL_REGISTER_CLASSES at runtime | ian | 1996-12-13 | 1 | -6/+12 |
* | (jump_optimize): Don't move initialization if there is a label between it and... | coxs | 1996-12-09 | 1 | -0/+1 |
* | (jump_optimize): Fix bug in Sep 23 change. | kenner | 1996-11-12 | 1 | -0/+1 |
* | (jump_optimize): Fix second error in last change. | kenner | 1996-10-26 | 1 | -1/+1 |
* | jump.c (jump_optimize): fix bug in last change. | dje | 1996-10-21 | 1 | -0/+2 |
* | (jump_optimize): Use emit_store_flag even if branches are cheap, if | kenner | 1996-10-21 | 1 | -10/+17 |
* | (jump_optimize): Check for if (...) { x = a; goto l; } x = b; | wilson | 1996-10-14 | 1 | -0/+90 |
* | (jump_optimize): In no-nop move deletion, don't test | kenner | 1996-09-23 | 1 | -17/+28 |
* | (jump_optimize): Insert conditional move after jump insn instead of | kenner | 1996-09-18 | 1 | -1/+3 |
* | install EH code | mrs | 1996-07-23 | 1 | -0/+11 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -8/+8 |
* | (jump_optimize): When handle a USE insn before an | wilson | 1996-03-11 | 1 | -1/+9 |
* | (jump_optimize): Fix potential infinite loop. | kenner | 1996-02-13 | 1 | -2/+2 |
* | * sched.c (canon_rtx): Recursively look for equivalences; | law | 1995-12-18 | 1 | -1/+2 |
* | (duplicate_loop_exit_test): Return 0 if found a NOTE_INSN_LOOP_CONT. | kenner | 1995-10-26 | 1 | -7/+11 |
* | (jump_optimize): Pass outer_code arg to rtx_cost. | kenner | 1995-07-10 | 1 | -5/+5 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | (jump_optimize, can_reach_end determination): A barrier can | dje | 1995-05-02 | 1 | -0/+4 |
* | (delete_insn): When deleting after label, delete a BARRIER as well. | kenner | 1995-04-14 | 1 | -1/+1 |
* | (jump_optimize): When searching for a LOOP_END note to move, | wilson | 1995-02-07 | 1 | -14/+21 |
* | Include expr.h after insn-config.h and insn-flags.h. | kenner | 1995-01-25 | 1 | -2/+2 |
* | (jump_optimize): Try to emit a conditional move insn before | dje | 1995-01-25 | 1 | -155/+239 |
* | 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 |