aboutsummaryrefslogtreecommitdiff
path: root/gcc/reorg.c
AgeCommit message (Expand)AuthorFilesLines
1997-07-17(mark_target_live_regs): Pass FIRST_PSEUDO_REGISTER to call toRichard Kenner1-9/+10
1997-07-14(mark_target_live_regs): Delete unused variables.Richard Kenner1-2/+1
1997-07-01(redundant_insn): If INSN or possible match has REG_UNUSED note, don'tRichard Kenner1-2/+9
1997-06-12reorg.c (emit_delay_sequence): Call set_new_first_and_last_insn after the new...Jeff Law1-4/+11
1997-06-05Remove CYGNUS LOCAL stuff.Michael Meissner1-9/+0
1997-06-05Fix urgent bugMichael Meissner1-0/+9
1997-06-05Fix typo in last change.Jeff Law1-1/+0
1997-06-05abstract regset stuff into macrosMichael Meissner1-19/+11
1997-03-28reorg.c (mostly_true_jump): Use REG_BR_PROB notes when flag_branch_probabilit...Doug Evans1-0/+20
1997-01-03(fill_slots_from_thread): Skip moved insn in all three cases.Richard Kenner1-1/+13
1996-12-12reorg.c (fill_slots_from_thread): Don't call eligible_for_delay with an insn ...Jeff Law1-1/+4
1996-08-21flow.c (life_analysis): Preserve registers used by the epilogue.Mike Stump1-1/+13
1996-07-03formatting tweaksMike Stump1-8/+9
1996-05-20reorg.c (relax_delay_slots): Call update_block before redirecting a branch pa...Jeff Law1-5/+14
1996-04-15(find_dead_or_set_registers): Only kill spill regs after label madeRichard Kenner1-5/+12
1996-01-24(find_dead_or_set_registers): New function.Jim Wilson1-78/+220
1996-01-15(mark_referenced_resources, case TRAP_IF): Set volatil.Richard Kenner1-1/+2
1995-12-31reorg.c (fill_simple_delay_slots): Try to fill from the target of an uncondit...Jeff Law1-1/+14
1995-09-15(fill_simple_delay_slots): When filling an insn's delay slot with a JUMP_INSN...Richard Kenner1-3/+15
1995-09-15(fill_slots_from_thread): Update thread if it is split.Richard Kenner1-0/+2
1995-08-28Fix spelling errors.Richard Kenner1-2/+2
1995-07-14(fill_simple_delay_slots): When trying to take instruction from after the bra...Richard Kenner1-38/+10
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-06-12(fill_simple_delay_slots): Set MAYBE_NEVER according to code ofRichard Kenner1-2/+2
1995-05-31(struct resources): New field unch_memory.Richard Kenner1-3/+11
1995-04-04reorg.c (fill_simple_delay_slots): Don't use a JUMP_INSN a the target of anot...Jeff Law1-1/+4
1995-03-29(mark_referenced_resources): Make setjmp use all registers.Jim Wilson1-0/+14
1995-03-10(steal_delay_list_from_target): Exit at the top if theJim Wilson1-3/+8
1995-02-24(relax_delay_slots): When searching for next CODE_LABEL,Jim Wilson1-1/+6
1995-01-07Fix up copyright notice.Richard Kenner1-1/+1
1995-01-07(dbr_schedule): Add missing casts in bzero call.Richard Kenner1-5/+6
1994-12-28(fill_simple_delay_slots): For the epilogue case...Jim Wilson1-1/+20
1994-12-05Delete this patch:Doug Evans1-14/+1
1994-11-30reorg.c (fill_slots_from_thread): Create a USE insn for any redundant insn we...Jeff Law1-1/+14
1994-11-15(relax_delay_slots): When invert a conditional jump over a single uncondition...Richard Kenner1-0/+11
1994-11-15(redundant_insn): Renamed from redundant_insn_p; all callers changed.Richard Kenner1-10/+9
1994-11-15(redundant_insn_p): Change return type to rtx.Richard Kenner1-6/+39
1994-10-31(mark_set_resources): Properly handle SUBREGs.Richard Kenner1-0/+16
1994-10-25(fill_slots_from_thread): Update THREAD if it is split.Jim Wilson1-0/+2
1994-10-06(try_merge_delay_insns): Update THREAD if it is split.Richard Kenner1-0/+3
1994-10-05(try_merge_delay_insns): Update THREAD if deleting first insn in it.Richard Kenner1-0/+3
1994-10-02Complete last change.Richard Kenner1-1/+5
1994-10-02(fill_slots_from_thread): Update THREAD if deleting its first insn.Richard Kenner1-0/+3
1994-07-01reorg.c (make_return_insns): Make sure redirecting a jump to a RETURN insn do...Jeff Law1-2/+7
1994-06-14jump.c (condjump_in_parallel_p): New function to detect conditional jumps wit...Jeff Law1-10/+19
1994-05-15(mark_referenced_resources, case CALL_INSN): Fix indentation.Doug Evans1-21/+21
1994-05-14(mark_referenced_resources): Fix typo.Doug Evans1-1/+1
1994-05-07(mark_{referenced,set}_resources): Fix typos in last change.Richard Kenner1-8/+6
1994-05-06(mark_referenced_resources, mark_set_resources): Change from USE andRichard Kenner1-27/+28
1994-04-24(redirect_with_delay_list_safe_p): Fix off-by-one error.Richard Kenner1-3/+3