| Commit message (Expand) | Author | Age | Files | Lines |
* | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | kenner | 1994-06-14 | 1 | -25/+27 |
* | (sched_analyze_insn): Fix typo in last change. | kenner | 1994-05-11 | 1 | -2/+2 |
* | (sched_analyze_insn, attach_deaths_insn): Look at | kenner | 1994-05-07 | 1 | -0/+17 |
* | (attach_deaths): Create partial register dead notes using | dje | 1994-04-20 | 1 | -1/+2 |
* | (clear_units): Remove decl of unused variable UNIT. | kenner | 1994-03-25 | 1 | -15/+4 |
* | (rtx_equal_for_tmemref_p): Commutative operations are identical if the | kenner | 1994-03-09 | 1 | -1/+14 |
* | (reg_pending_sets, reg_pending_sets_all): New variables. | wilson | 1994-02-06 | 1 | -5/+34 |
* | (sched_analyze_insn): Add use dependencies for registers | wilson | 1994-02-01 | 1 | -0/+21 |
* | (priority): Call insn_cost() for anti- and output- | wilson | 1994-02-01 | 1 | -7/+1 |
* | (attach_deaths_insn): Add REG_DEAD notes to CLOBBER if | wilson | 1994-01-26 | 1 | -2/+5 |
* | (new_insn_dead_notes): Compare registers with rtx_equal_p. | wilson | 1994-01-10 | 1 | -1/+1 |
* | (priority): Handle INSN_DELETED_P insns, in addition to | wilson | 1993-12-22 | 1 | -5/+6 |
* | (sched_analyze): For CALL_INSN followed by | wilson | 1993-12-21 | 1 | -13/+56 |
* | (sched_analyze_2): Make volatile asms depend on all | wilson | 1993-10-05 | 1 | -3/+8 |
* | Add prototypes for static function. | wilson | 1993-09-29 | 1 | -16/+66 |
* | (schedule_insns): Don't zero reg_n_calls_crossed for | wilson | 1993-09-28 | 1 | -7/+25 |
* | * sched.c: (memrefs_conflict_p): We can work out whether references | dje | 1993-09-24 | 1 | -2/+7 |
* | (schedule_block): Correct type of BIT. | kenner | 1993-09-07 | 1 | -2/+2 |
* | (sched_analyze_insn): Handle USE before a JUMP_INSN just | wilson | 1993-08-12 | 1 | -3/+10 |
* | (schedule_insns): Don't emit a NOTE at the end of the last | wilson | 1993-08-09 | 1 | -3/+11 |
* | (schedule_block): Do not emit line number notes before other notes. | wilson | 1993-07-28 | 1 | -2/+5 |
* | (add_dependence): Reject CODE_LABELs when searching for | wilson | 1993-06-12 | 1 | -1/+6 |
* | (sched_analyze_2): Don't ignore USE insns when creating dependencies. | wilson | 1993-06-10 | 1 | -8/+4 |
* | (split_hard_reg_notes): Handle 0th sub register, and | wilson | 1993-05-14 | 1 | -18/+19 |
* | (create_reg_dead_note): Rewrite so as to conserve | wilson | 1993-04-25 | 1 | -7/+47 |
* | (sched_analyze_1): Extra arg in anti_dependence call. | kenner | 1993-04-13 | 1 | -1/+1 |
* | (schedule_block): Reset n_ready if schedule_select | wilson | 1993-03-29 | 1 | -0/+3 |
* | (reg_known_equiv_p): New variable. | wilson | 1993-03-15 | 1 | -33/+36 |
* | (adjust_priority): Comment unreachable code. | wilson | 1993-03-15 | 1 | -0/+5 |
* | (true_dependence, anti_dependence, output_dependence): | wilson | 1993-02-05 | 1 | -2/+11 |
* | (sched_analyze_1, sched_analyze_2): Ifdef out code added | wilson | 1993-01-20 | 1 | -0/+22 |
* | (sched_analyze_1, sched_analyze_2): If before reloading, | wilson | 1992-12-31 | 1 | -0/+14 |
* | (sched_analyze_2): Use REG_NOTE_KIND not GET_MODE in add_dependence call. | wilson | 1992-12-31 | 1 | -2/+2 |
* | (sched_note_set): Set subreg_p for anything except a paradoxical subreg. | wilson | 1992-10-14 | 1 | -5/+4 |
* | (sched_analyze_2, PRE_DEC case): Call sched_analyze_2 in | wilson | 1992-09-25 | 1 | -1/+7 |
* | (sched_analyze_2): Remove an explicit dependence between an insn | wilson | 1992-09-01 | 1 | -3/+9 |
* | Add #ifdef INSN_SCHEDULING around variables only used | wilson | 1992-08-26 | 1 | -3/+2 |
* | (INSN_QUEUE_SIZE): Add default definition. | rms | 1992-08-25 | 1 | -0/+3 |
* | (schedule_block): Add a virtual cycle counter CLOCK. | wood | 1992-08-25 | 1 | -107/+645 |
* | (attach_deaths_insn): Don't call attach_deaths for CLOBBERs. | wilson | 1992-08-14 | 1 | -6/+6 |
* | (true_dependence): An unchanging read is guaranteed | wilson | 1992-08-07 | 1 | -35/+40 |
* | entered into RCS | wilson | 1992-07-21 | 1 | -76/+35 |
* | *** empty log message *** | mycroft | 1992-07-06 | 1 | -29/+50 |
* | *** empty log message *** | wood | 1992-06-29 | 1 | -0/+5 |
* | *** empty log message *** | rms | 1992-05-07 | 1 | -11/+11 |
* | *** empty log message *** | wilson | 1992-05-03 | 1 | -4/+2 |
* | *** empty log message *** | wilson | 1992-05-03 | 1 | -6/+16 |
* | *** empty log message *** | rms | 1992-04-20 | 1 | -1/+96 |
* | *** empty log message *** | wilson | 1992-04-19 | 1 | -1/+1 |
* | *** empty log message *** | wilson | 1992-04-14 | 1 | -7/+13 |