regmove.c: New implementation of regmove pass.
[gcc.git] / gcc / local-alloc.c
1998-01-10 J"orn Renneckeregmove.c: New implementation of regmove pass.
1997-12-20 Kaveh R. Ghazibitmap.c (bitmap_clear): Ensure `inline' is at the...
1997-12-07 Jeff LawMerge from gcc-2.8
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-10-22 Jeffrey A Lawlocal-alloc.c (block_alloc): Don't lose if two SCRATCH...
1997-09-02 Jim WilsonFix i386 code generation error reported by Mumit Khan.
1997-08-25 Jeff Lawversion.c: Bump for new snapshot.
1997-08-11 Jeffrey A Law* Integrate alias analysis changes from jfc@mit.edu
1997-06-16 Michael MeissnerUse REG_SET macros
1997-06-02 Michael MeissnerWiden some short fields to int; Use allocate_reg_info...
1997-05-30 Michael MeissnerUse accessor macros to access arrays based on regno...
1997-04-03 Jim Wilson(no_conflict_p): Reject sequences with foreign insns.
1997-02-08 Richard Kenner(update_equiv_regs): Fix error in last change.
1997-01-31 Ian Lance TaylorIf we can't substitute an equiv reg only used once...
1996-12-13 Ian Lance TaylorCheck SMALL_REGISTER_CLASSES at runtime
1996-11-12 Richard Kenner(qty_compare_1, qty_sugg_compare_1): Use `const void...
1996-08-12 Richard Kenner(reg_equiv_replace): New variable.
1996-07-03 Mike Stumpformatting tweaks
1996-06-10 Jeff Lawlocal-alloc.c (update_equiv_regs): Ignore insns that...
1996-03-22 Richard Kenner(optimize_reg_copy_1): Only update reg_live_length...
1996-01-16 Richard Kenner(memref_referenced_p, case REG): Fix last change.
1996-01-06 Richard KennerFix formatting.
1996-01-01 Richard Kenner(reg_equiv_replacement): New variable.
1996-01-01 Jeff Lawhard-reg-set.h (losing_caller_save_reg_set): Declare.
1995-12-16 Richard Kenner(optimize_reg_copy_2): Don't attempt optimization if...
1995-08-21 Richard Kenner(wipe_dead_reg): Make a register mentioned in a REG_INC...
1995-06-15 Richard KennerUpdate FSF address.
1995-05-16 Richard KennerFix typos in comments.
1995-02-21 Jeff Lawlocal-alloc.c (block_alloc): Stop looping over the...
1994-08-08 Richard Kenner(find_free_reg): Fix typo in last change.
1994-08-07 Richard Kenner(qty_changes_size): New variable.
1994-06-14 Richard KennerCast pointer operands to bzero, bcopy, and bcmp to...
1994-05-27 Richard Kenner(local_alloc): Fix typo in last change.
1994-05-27 Richard Kenner(requires_inout): Renamed from requires_inout_p and...
1994-05-27 Richard Kenner(qty_sugg_compare_1): Fix typo in last change.
1994-05-27 Richard Kenner(qty_phys_num{,_copy}_sugg): New variables.
1994-04-21 Richard KennerAdd prototypes for static functions.
1994-04-08 Richard KennerRemove previous Berg change.
1994-04-06 Richard Kenner(block_alloc): Avoid #ifdef HARD_REG_SET.
1994-02-27 Richard Kenner(qty_compare{,_1}): Give multi-word regs higher priorit...
1994-02-15 Richard Kenner(optimize_reg_copy): A register that dies in a CALL_INS...
1993-12-24 Jim Wilson(optimize_reg_copy_1): After decreasing sregno's
1993-09-24 Doug Evanslocal-alloc.c: (find_free_reg): Make sure we will alway...
1993-08-03 Jim Wilson(block_alloc): Don't attempt to allocate a
1993-06-23 Richard Kenner(alloc_qty_for_scratch): Can allocate likely-spilled...
1993-06-23 Richard Kenner(scratch_block, scratch_list{,_length}, scratch_index...
1993-05-11 Richard Stallman(block_alloc): Don't dereference a NULL pointer.
1993-04-17 Richard Kenner(qty_n_refs): Make int, like reg_n_refs.
1993-03-31 Richard Stallman(optimize_reg_copy_1): Don't increment n_calls speciall...
1993-01-24 Richard Kenner(CLASS_LIKELY_SPILLED_P): Add default definition.
1993-01-19 Richard Kenner(find_free_reg): Add comment about nonlocal labels.
1993-01-04 Richard Kenner(block_alloc): Generalize tying so we can tie any opera...
1992-12-01 Jim Wilson(optimize_reg_copy_2): Correct reg_n_refs updates.
1992-11-04 Richard Kenner(optimize_reg_copy_1): If P is a CALL_INSN, count it...
1992-10-09 Richard Kenner(optimize_reg_copy_1): Tighten up code to properly...
1992-08-19 Richard Kenner(alloc_qty_for_scratch, block_alloc): Provide alternate...
1992-07-06 Charles Hannumentered into RCS
1992-06-27 Richard Kenner*** empty log message ***
1992-05-07 Richard Stallman*** empty log message ***
1992-03-22 Richard Stallman*** empty log message ***
1992-03-14 Richard Stallman*** empty log message ***
1992-01-18 Richard StallmanInitial revision