aboutsummaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
AgeCommit message (Expand)Author
1998-11-23local-alloc.c (local_alloc): Use malloc not alloca for reg_qty, reg_offset, r...Richard Henderson
1998-06-24local-alloc.c (block_alloc): Do not try to avoid false dependencies when SMAL...Jeffrey A Law
1998-06-19alias.c: Include toplev.hGraham Stott
1998-06-09Makefile.in (LIB2FUNCS_EH): Define.Jeffrey A Law
1998-03-29* local-alloc.c (reg_classes_overlap_p): Delete dead function.Jeffrey A Law
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi
1998-02-28Fix warious warnings:Kaveh R. Ghazi
1998-02-05regmove.c: Update.J"orn Rennecke
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson
1998-01-10regmove.c: New implementation of regmove pass.J"orn Rennecke
1997-12-20bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi
1997-12-06Merge from gcc-2.8Jeff Law
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law
1997-10-22local-alloc.c (block_alloc): Don't lose if two SCRATCH expressions are shared.Jeffrey A Law
1997-09-02Fix i386 code generation error reported by Mumit Khan.Jim Wilson
1997-08-25version.c: Bump for new snapshot.Jeff Law
1997-08-11* Integrate alias analysis changes from jfc@mit.eduJeffrey A Law
1997-06-16Use REG_SET macrosMichael Meissner
1997-06-02Widen some short fields to int; Use allocate_reg_info to allocate the reg_ren...Michael Meissner
1997-05-30Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner
1997-04-03(no_conflict_p): Reject sequences with foreign insns.Jim Wilson
1997-02-08(update_equiv_regs): Fix error in last change.Richard Kenner
1997-01-31If we can't substitute an equiv reg only used once, move theIan Lance Taylor
1996-12-13Check SMALL_REGISTER_CLASSES at runtimeIan Lance Taylor
1996-11-12(qty_compare_1, qty_sugg_compare_1): Use `const void *' arguments.Richard Kenner
1996-08-11(reg_equiv_replace): New variable.Richard Kenner
1996-07-03formatting tweaksMike Stump
1996-06-10local-alloc.c (update_equiv_regs): Ignore insns that read or write registers ...Jeff Law
1996-03-22(optimize_reg_copy_1): Only update reg_live_length if it isRichard Kenner
1996-01-16(memref_referenced_p, case REG): Fix last change.Richard Kenner
1996-01-06Fix formatting.Richard Kenner
1996-01-01(reg_equiv_replacement): New variable.Richard Kenner
1995-12-31hard-reg-set.h (losing_caller_save_reg_set): Declare.Jeff Law
1995-12-16(optimize_reg_copy_2): Don't attempt optimization if destinationRichard Kenner
1995-08-21(wipe_dead_reg): Make a register mentioned in a REG_INC note die afterRichard Kenner
1995-06-15Update FSF address.Richard Kenner
1995-05-16Fix typos in comments.Richard Kenner
1995-02-21local-alloc.c (block_alloc): Stop looping over the input operands once we fin...Jeff Law
1994-08-08(find_free_reg): Fix typo in last change.Richard Kenner
1994-08-07(qty_changes_size): New variable.Richard Kenner
1994-06-14Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner
1994-05-27(local_alloc): Fix typo in last change.Richard Kenner
1994-05-27(requires_inout): Renamed from requires_inout_p and returns number of alterna...Richard Kenner
1994-05-27(qty_sugg_compare_1): Fix typo in last change.Richard Kenner
1994-05-27(qty_phys_num{,_copy}_sugg): New variables.Richard Kenner
1994-04-21Add prototypes for static functions.Richard Kenner
1994-04-08Remove previous Berg change.Richard Kenner
1994-04-06(block_alloc): Avoid #ifdef HARD_REG_SET.Richard Kenner
1994-02-27(qty_compare{,_1}): Give multi-word regs higher priority, as stated inRichard Kenner
1994-02-14(optimize_reg_copy): A register that dies in a CALL_INSN doesn't crossRichard Kenner