summaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
Commit message (Expand)AuthorAgeFilesLines
* rtlanal.c (multiple_sets): New function.Jeffrey A Law1998-12-121-2/+9
* local-alloc.c (block_alloc): Slightly retune heuristic to widen qty lifetimes.Jeff Law1998-12-071-4/+5
* local-alloc.c (function_invariant_p): New function.J"orn Rennecke1998-12-011-2/+18
* Comment typo fix.Joern Rennecke1998-11-301-1/+1
* local-alloc.c (local_alloc): Use malloc not alloca for reg_qty, reg_offset, r...Richard Henderson1998-11-231-3/+7
* Handle equivalences that have been obscured by gcse:J"orn Rennecke1998-11-111-28/+129
* Makefile.in (insn-extract.o): Fix dependencies.Bernd Schmidt1998-10-161-18/+15
* Warning fixes:Kaveh R. Ghazi1998-10-141-2/+2
* flow.c (print_rtl_with_bb): Changed type of in_bb_p to match use.Graham Stott1998-10-091-4/+4
* global.c (global_alloc): Delete code to manage the scratch_list.Bernd Schmidt1998-10-021-143/+4
* regs.h (HARD_REGNO_CALL_PART_CLOBBERED): New macro.Michael Hayes1998-09-301-1/+4
* global.c: Update comments.John Wehle1998-09-071-2/+2
* local-alloc.c (block_alloc): Do not try to avoid false dependencies when SMAL...Jeffrey A Law1998-06-241-2/+6
* alias.c: Include toplev.hGraham Stott1998-06-191-0/+1
* Makefile.in (LIB2FUNCS_EH): Define.Jeffrey A Law1998-06-091-0/+49
* * local-alloc.c (reg_classes_overlap_p): Delete dead function.Jeffrey A Law1998-03-291-25/+0
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-4/+1
* Fix warious warnings:Kaveh R. Ghazi1998-02-281-1/+4
* regmove.c: Update.J"orn Rennecke1998-02-051-278/+1
* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1998-01-141-6/+6
* regmove.c: New implementation of regmove pass.J"orn Rennecke1998-01-101-12/+15
* bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1997-12-201-0/+3
* Merge from gcc-2.8Jeff Law1997-12-061-2/+1
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-4/+5
* local-alloc.c (block_alloc): Don't lose if two SCRATCH expressions are shared.Jeffrey A Law1997-10-221-8/+3
* Fix i386 code generation error reported by Mumit Khan.Jim Wilson1997-09-021-1/+60
* version.c: Bump for new snapshot.Jeff Law1997-08-251-0/+16
* * Integrate alias analysis changes from jfc@mit.eduJeffrey A Law1997-08-111-2/+2
* Use REG_SET macrosMichael Meissner1997-06-161-11/+3
* Widen some short fields to int; Use allocate_reg_info to allocate the reg_ren...Michael Meissner1997-06-021-3/+2
* Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner1997-05-301-39/+39
* (no_conflict_p): Reject sequences with foreign insns.Jim Wilson1997-04-031-2/+6
* (update_equiv_regs): Fix error in last change.Richard Kenner1997-02-081-5/+4
* If we can't substitute an equiv reg only used once, move theIan Lance Taylor1997-01-311-25/+93
* Check SMALL_REGISTER_CLASSES at runtimeIan Lance Taylor1996-12-131-1/+3
* (qty_compare_1, qty_sugg_compare_1): Use `const void *' arguments.Richard Kenner1996-11-121-89/+49
* (reg_equiv_replace): New variable.Richard Kenner1996-08-111-21/+35
* formatting tweaksMike Stump1996-07-031-8/+8
* local-alloc.c (update_equiv_regs): Ignore insns that read or write registers ...Jeff Law1996-06-101-3/+9
* (optimize_reg_copy_1): Only update reg_live_length if it isRichard Kenner1996-03-221-7/+13
* (memref_referenced_p, case REG): Fix last change.Richard Kenner1996-01-161-2/+2
* Fix formatting.Richard Kenner1996-01-061-1/+1
* (reg_equiv_replacement): New variable.Richard Kenner1996-01-011-3/+12
* hard-reg-set.h (losing_caller_save_reg_set): Declare.Jeff Law1995-12-311-11/+7
* (optimize_reg_copy_2): Don't attempt optimization if destinationRichard Kenner1995-12-161-1/+2
* (wipe_dead_reg): Make a register mentioned in a REG_INC note die afterRichard Kenner1995-08-211-1/+7
* Update FSF address.Richard Kenner1995-06-151-1/+2
* Fix typos in comments.Richard Kenner1995-05-161-1/+1
* local-alloc.c (block_alloc): Stop looping over the input operands once we fin...Jeff Law1995-02-211-0/+2
* (find_free_reg): Fix typo in last change.Richard Kenner1994-08-081-1/+1