aboutsummaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
AgeCommit message (Expand)AuthorFilesLines
1993-09-24local-alloc.c: (find_free_reg): Make sure we will always be able to eliminate...Doug Evans1-0/+5
1993-08-03(block_alloc): Don't attempt to allocate aJim Wilson1-1/+4
1993-06-23(alloc_qty_for_scratch): Can allocate likely-spilled register classes for SCR...Richard Kenner1-14/+8
1993-06-23(scratch_block, scratch_list{,_length}, scratch_index): New variables.Richard Kenner1-5/+18
1993-05-11(block_alloc): Don't dereference a NULL pointer.Richard Stallman1-0/+1
1993-04-16(qty_n_refs): Make int, like reg_n_refs.Richard Kenner1-10/+10
1993-03-31(optimize_reg_copy_1): Don't increment n_calls specially if P is a call_insn.Richard Stallman1-6/+0
1993-01-24(CLASS_LIKELY_SPILLED_P): Add default definition.Richard Kenner1-4/+15
1993-01-19(find_free_reg): Add comment about nonlocal labels.Richard Kenner1-0/+4
1993-01-03(block_alloc): Generalize tying so we can tie any operand with the output unl...Richard Kenner1-40/+56
1992-12-01(optimize_reg_copy_2): Correct reg_n_refs updates.Jim Wilson1-2/+2
1992-11-04(optimize_reg_copy_1): If P is a CALL_INSN, count it as being crossedRichard Kenner1-0/+6
1992-10-09(optimize_reg_copy_1): Tighten up code to properly handle the case when...Richard Kenner1-8/+44
1992-08-19(alloc_qty_for_scratch, block_alloc): Provide alternate code in some cases wh...Richard Kenner1-2/+36
1992-07-06entered into RCSCharles Hannum1-6/+7
1992-06-27*** empty log message ***Richard Kenner1-10/+13
1992-05-07*** empty log message ***Richard Stallman1-5/+5
1992-03-22*** empty log message ***Richard Stallman1-1/+21
1992-03-14*** empty log message ***Richard Stallman1-3/+90
1992-01-18Initial revisionRichard Stallman1-0/+1960