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