aboutsummaryrefslogtreecommitdiff
path: root/gcc/reorg.c
AgeCommit message (Expand)AuthorFilesLines
1998-05-06typo typo fixes fixesJeff Law1-4/+4
1998-05-04reorg.c (fill_slots_from_thread): Update REG_DEAD/REG_UNUSED notes for any in...Jeffrey A Law1-2/+10
1998-04-16varasm.c (asm_output_bss): Add prototype.Jeff Law1-0/+3
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-1/+1
1998-03-02reorg.c (fill_eager_delay_slots): Add new argument delay_list in call to fill...Manfred Hollstein1-1/+2
1998-03-01reorg.c (fill_slots_from_thread): Don't steal delay list from target if condi...Jeff Law1-16/+24
1998-01-25sparc.c (output_cbranch): Add default case in enumeration switch.Kaveh R. Ghazi1-35/+44
1998-01-17reorg.c: #include "expr.h" for rtx prototypes.Lee Iverson1-0/+1
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-20/+21
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-1/+1
1997-09-23reorg.c (dbr_schedule): At end of this pass...David S. Miller1-0/+17
1997-08-27reorg.c (dbr_schedule): Allow current_function_return_rtx to be something oth...Jeffrey A Law1-2/+1
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