| Commit message (Expand) | Author | Age | Files | Lines |
* | Update comments. | kenner | 1995-10-03 | 1 | -1/+1 |
* | (find_and_verify_loops): Fix error in last change. | kenner | 1995-09-16 | 1 | -1/+1 |
* | (find_and_verify_loops): When moving exit blocks out of the loop, | kenner | 1995-09-15 | 1 | -0/+6 |
* | (find_and_verify_loops): Set dest_loop only if JUMP_LABEL (insn) is | kenner | 1995-08-13 | 1 | -9/+11 |
* | (find_and_verify_loops): When moving blocks of code, verify that the | kenner | 1995-07-26 | 1 | -2/+30 |
* | (loop_number_exit_count): New global variable. | kenner | 1995-07-14 | 1 | -4/+28 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | (record_giv): When computing replaceable, use | wilson | 1995-05-13 | 1 | -39/+9 |
* | (check_dbra_loop): When reversing loop when | wilson | 1995-05-12 | 1 | -2/+8 |
* | (mark_loop_jump): Remove bogus assignments to LABEL_ fields in default | kenner | 1995-02-13 | 1 | -6/+2 |
* | (record_giv): Initialize new field same_insn. | wilson | 1995-01-21 | 1 | -0/+1 |
* | (scan_loop): For the replace_rtx call, copy the rtx that is | wilson | 1995-01-21 | 1 | -2/+4 |
* | (get_condition): Use CONST0_RTX instead of const0_rtx. | dje | 1995-01-05 | 1 | -1/+1 |
* | (invariant_p): Reject const volatile references. | wilson | 1994-12-19 | 1 | -3/+7 |
* | (move_movables): For move_insn case, skip notes when deleting | kenner | 1994-11-17 | 1 | -0/+2 |
* | (move_movables): Aviod lossage when CALL_INSN_FUNCTION_USAGE | wilson | 1994-07-19 | 1 | -4/+6 |
* | (basic_induction_var, case REG): Allow previous insn to set a SUBREG | kenner | 1994-06-29 | 1 | -1/+6 |
* | (strength_reduce): When replacing DEST_ADDR givs, make sure resulting | kenner | 1994-06-22 | 1 | -1/+1 |
* | (move_movables): Copy CALL_INSN_FUNCTION_USAGE field. | wilson | 1994-06-18 | 1 | -2/+16 |
* | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | kenner | 1994-06-14 | 1 | -8/+9 |
* | (note_addr_stored): A SET or CLOBBER of a BLKmode MEM means that all | kenner | 1994-05-31 | 1 | -4/+7 |
* | No longer handle LSHIFT. | kenner | 1994-04-10 | 1 | -2/+0 |
* | (init_loop): Remove decls of unused variables. | kenner | 1994-03-25 | 1 | -11/+1 |
* | (get_condition): Exit if we don't recognize SET_SRC of a SET that | kenner | 1994-03-23 | 1 | -0/+2 |
* | (scan_loop): New variable loop_depth. Increment and | wilson | 1994-03-18 | 1 | -20/+40 |
* | (maybe_eliminate_biv_1): Ignore GIV if it isn't always computed. | kenner | 1994-02-24 | 1 | -5/+5 |
* | (scan_loop, strength_reduce): Go back to LOOP_TOP, not its NEXT_INSN | kenner | 1994-02-24 | 1 | -5/+5 |
* | (scan_loop): Add no_labels_between_p call to tests which | wilson | 1994-02-16 | 1 | -1/+2 |
* | (get_condition): Can reverse comparison if -ffast-math. | kenner | 1993-12-27 | 1 | -0/+1 |
* | (check_dbra_loop): Fix error in previous change. | kenner | 1993-12-25 | 1 | -1/+3 |
* | (check_dbra_loop): Don't reverse loop if there is a | wilson | 1993-12-24 | 1 | -0/+13 |
* | (scan_loop): Correct arguments for register check. | kenner | 1993-12-02 | 1 | -3/+3 |
* | (strength_reduce): Accept VOIDmode initial values. | wilson | 1993-11-10 | 1 | -1/+2 |
* | (strength_reduce): Ignore initial value if it is the wrong mode. | kenner | 1993-11-05 | 1 | -4/+3 |
* | (find_and_verify_loops): Properly continue loop after moving a block | kenner | 1993-10-20 | 1 | -1/+4 |
* | (scan_loop): When skipping consecutive insns, don't count notes. | dje | 1993-10-08 | 1 | -1/+1 |
* | * loop.c: (invariant_p, case REG): hard_frame_pointer_rtx is invariant. | dje | 1993-09-24 | 1 | -1/+2 |
* | (basic_induction_var): New arg MODE. | rms | 1993-09-12 | 1 | -13/+22 |
* | (strength_reduce): Don't ignore a giv that depends on a | wilson | 1993-07-28 | 1 | -1/+8 |
* | (mark_loop_jump): Handle weird cases like jumping to a symbol_ref. | rms | 1993-07-24 | 1 | -2/+11 |
* | (move_movables): Delete REG_EQUAL notes that describe a | wilson | 1993-06-08 | 1 | -0/+10 |
* | (record_initial): Reject insns that store into subregs. | rms | 1993-06-05 | 1 | -1/+3 |
* | (scan_loop): Treat pseudo duplicated for exit tests just | rms | 1993-05-20 | 1 | -2/+5 |
* | * loop.c (strength_reduce): Handle case where loop_end is the | law | 1993-05-07 | 1 | -2/+8 |
* | * loop.c (addr_overlap_p): Delete. | law | 1993-03-11 | 1 | -23/+0 |
* | (consec_sets_invariant_p): Correct REG_EQUAL note checks | wilson | 1993-02-24 | 1 | -1/+6 |
* | (add_label_notes): Don't add notes for references to | wilson | 1993-02-24 | 1 | -8/+52 |
* | * loop.c (move_movables): Clear INSN_CODE for eachinsn as | law | 1993-01-15 | 1 | -0/+2 |
* | * integrate.c (const_equiv): Delete decl, since it's never defined. | brendan | 1993-01-12 | 1 | -1/+0 |
* | (get_condition): Check for overflow when canonicalizing comparison. | kenner | 1992-12-11 | 1 | -20/+29 |