| Commit message (Expand) | Author | Age | Files | Lines |
* | Major cutover to using system.h: | ghazi | 1998-03-20 | 1 | -1/+1 |
* | * jump.c (jump_optimize): Call mark_jump_label also for deleted | law | 1998-03-05 | 1 | -9/+10 |
* | Fix warious warnings: | ghazi | 1998-02-28 | 1 | -2/+4 |
* | * jump.c (jump_optimize): Lose calls to modified_in_p they are | law | 1998-02-03 | 1 | -5/+0 |
* | * jump.c (jump_optimize): Fix first arg to modified_in_p in | law | 1998-02-03 | 1 | -5/+5 |
* | * jump.c (jump_optimize): Allow conditional loading of floating point | law | 1998-02-02 | 1 | -1/+11 |
* | * jump.c (jump_optimize): Remove Dec 17, 1997 chance in | law | 1998-01-17 | 1 | -4/+0 |
* | * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO; | rth | 1998-01-14 | 1 | -15/+16 |
* | Bring in final gcc-2.8.0 changes. | law | 1998-01-14 | 1 | -3/+6 |
* | * jump.c: (optimize_jump): Don't use the return register as a | law | 1997-12-16 | 1 | -0/+4 |
* | Merge from gcc-2.8 | law | 1997-12-07 | 1 | -8/+62 |
* | Update mainline egcs to gcc2 snapshot 971021. | law | 1997-11-02 | 1 | -14/+17 |
* | * jump.c (thread_jumps): check can_reverse_comparison_p before | law | 1997-09-20 | 1 | -1/+4 |
* | Use accessor macros to access arrays based on regno; move many of the arrays ... | meissner | 1997-05-30 | 1 | -7/+7 |
* | 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 |