| Commit message (Expand) | Author | Age | Files | Lines |
* | (schedule_block): CALL_INSNs don't affect fixed regs. | Richard Kenner | 1996-03-31 | 1 | -1/+2 |
* | (sched_analyze): Record NOTE_INSN_SETJMP if no CALL_INSN as prev; | Richard Kenner | 1996-02-23 | 1 | -4/+10 |
* | (flush_pending_lists): Add new arg, ONLY_WRITE. | Richard Kenner | 1996-02-10 | 1 | -16/+14 |
* | (add_dependence): Add test for next != CODE_LABEL. | Doug Evans | 1996-02-10 | 1 | -1/+2 |
* | sched.c (reemit_notes): Add prototype. | Doug Evans | 1996-01-15 | 1 | -40/+40 |
* | (schedule_block): Copy RTX_INTEGRATE_P bit when create a new note. | Jim Wilson | 1996-01-14 | 1 | -0/+1 |
* | sched.c (schedule_block): Maintain a valid chain so emit_note_before works. | Doug Evans | 1996-01-12 | 1 | -1/+17 |
* | sched.c (adjust_priority): Use ADJUST_PRIORITY if its defined. | Jeff Law | 1995-12-31 | 1 | -0/+3 |
* | sched.c (canon_rtx): Recursively look for equivalences; look for expressions ... | Jeff Law | 1995-12-17 | 1 | -1/+19 |
* | Update FSF address. | Richard Kenner | 1995-06-15 | 1 | -1/+2 |
* | (attach_deaths): In last change, use find_reg_note instead of | Richard Kenner | 1995-06-05 | 1 | -1/+1 |
* | (attach_deaths): Don't add a REG_DEAD note if a REG_UNUSED note is | Richard Kenner | 1995-06-03 | 1 | -1/+6 |
* | (reemit_notes): New function. | Jim Wilson | 1995-05-24 | 1 | -20/+38 |
* | Fix typos in comments. | Richard Kenner | 1995-05-16 | 1 | -2/+2 |
* | Update comments. | Richard Kenner | 1995-01-25 | 1 | -3/+3 |
* | (sched_analyze_insn): Parameter loop_note type changed to rtx, and name chang... | Jim Wilson | 1994-09-20 | 1 | -13/+18 |
* | (sched_analyze_insn): Don't set SCHED_GROUP_P for previous INSN a USE | Richard Kenner | 1994-09-15 | 1 | -1/+2 |
* | (attach_deaths): Correct typo, use GET_MODE not GET_CODE. | Jim Wilson | 1994-09-08 | 1 | -1/+1 |
* | sched.c (sched_analyze_insn): Add new parameter loop_note. | Jim Wilson | 1994-08-20 | 1 | -17/+61 |
* | (attach_deaths): When adding REG_DEAD notes... | Jim Wilson | 1994-08-14 | 1 | -0/+10 |
* | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | Richard Kenner | 1994-06-14 | 1 | -25/+27 |
* | (sched_analyze_insn): Fix typo in last change. | Richard Kenner | 1994-05-11 | 1 | -2/+2 |
* | (sched_analyze_insn, attach_deaths_insn): Look at | Richard Kenner | 1994-05-07 | 1 | -0/+17 |
* | (attach_deaths): Create partial register dead notes using | Doug Evans | 1994-04-20 | 1 | -1/+2 |
* | (clear_units): Remove decl of unused variable UNIT. | Richard Kenner | 1994-03-25 | 1 | -15/+4 |
* | (rtx_equal_for_tmemref_p): Commutative operations are identical if the | Richard Kenner | 1994-03-09 | 1 | -1/+14 |
* | (reg_pending_sets, reg_pending_sets_all): New variables. | Jim Wilson | 1994-02-06 | 1 | -5/+34 |
* | (sched_analyze_insn): Add use dependencies for registers | Jim Wilson | 1994-01-31 | 1 | -0/+21 |
* | (priority): Call insn_cost() for anti- and output- | Jim Wilson | 1994-01-31 | 1 | -7/+1 |
* | (attach_deaths_insn): Add REG_DEAD notes to CLOBBER if | Jim Wilson | 1994-01-26 | 1 | -2/+5 |
* | (new_insn_dead_notes): Compare registers with rtx_equal_p. | Jim Wilson | 1994-01-10 | 1 | -1/+1 |
* | (priority): Handle INSN_DELETED_P insns, in addition to | Jim Wilson | 1993-12-22 | 1 | -5/+6 |
* | (sched_analyze): For CALL_INSN followed by NOTE_INSN_SETJMP note... | Jim Wilson | 1993-12-21 | 1 | -13/+56 |
* | (sched_analyze_2): Make volatile asms depend on all | Jim Wilson | 1993-10-05 | 1 | -3/+8 |
* | Add prototypes for static function. | Jim Wilson | 1993-09-29 | 1 | -16/+66 |
* | (schedule_insns): Don't zero reg_n_calls_crossed for | Jim Wilson | 1993-09-28 | 1 | -7/+25 |
* | sched.c: (memrefs_conflict_p): We can work out whether references via... | Doug Evans | 1993-09-24 | 1 | -2/+7 |
* | (schedule_block): Correct type of BIT. | Richard Kenner | 1993-09-07 | 1 | -2/+2 |
* | (sched_analyze_insn): Handle USE before a JUMP_INSN just | Jim Wilson | 1993-08-12 | 1 | -3/+10 |
* | (schedule_insns): Don't emit a NOTE at the end of the last basic block if... | Jim Wilson | 1993-08-09 | 1 | -3/+11 |
* | (schedule_block): Do not emit line number notes before other notes. | Jim Wilson | 1993-07-28 | 1 | -2/+5 |
* | (add_dependence): Reject CODE_LABELs when searching for | Jim Wilson | 1993-06-12 | 1 | -1/+6 |
* | (sched_analyze_2): Don't ignore USE insns when creating dependencies. | Jim Wilson | 1993-06-10 | 1 | -8/+4 |
* | (split_hard_reg_notes): Handle 0th sub register, and multiple register kills. | Jim Wilson | 1993-05-14 | 1 | -18/+19 |
* | (create_reg_dead_note): Rewrite so as to conserve registers killed not number... | Jim Wilson | 1993-04-25 | 1 | -7/+47 |
* | (sched_analyze_1): Extra arg in anti_dependence call. | Richard Kenner | 1993-04-13 | 1 | -1/+1 |
* | (schedule_block): Reset n_ready if schedule_select | Jim Wilson | 1993-03-29 | 1 | -0/+3 |
* | (reg_known_equiv_p): New variable. | Jim Wilson | 1993-03-15 | 1 | -33/+36 |
* | (adjust_priority): Comment unreachable code. | Jim Wilson | 1993-03-15 | 1 | -0/+5 |
* | (true_dependence, anti_dependence, output_dependence): | Jim Wilson | 1993-02-05 | 1 | -2/+11 |