summaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
Commit message (Expand)AuthorAgeFilesLines
* (block_alloc): Don't dereference a NULL pointer.rms1993-05-111-0/+1
* (qty_n_refs): Make int, like reg_n_refs.kenner1993-04-171-10/+10
* (optimize_reg_copy_1): Don't increment n_calls specially if P is a call_insn.rms1993-03-311-6/+0
* (CLASS_LIKELY_SPILLED_P): Add default definition.kenner1993-01-241-4/+15
* (find_free_reg): Add comment about nonlocal labels.kenner1993-01-191-0/+4
* (block_alloc): Generalize tying so we can tie any operand with thekenner1993-01-041-40/+56
* (optimize_reg_copy_2): Correct reg_n_refs updates.wilson1992-12-011-2/+2
* (optimize_reg_copy_1): If P is a CALL_INSN, count it as being crossedkenner1992-11-041-0/+6
* (optimize_reg_copy_1): Tighten up code to properly handle the casekenner1992-10-091-8/+44
* (alloc_qty_for_scratch, block_alloc): Provide alternate code in some caseskenner1992-08-191-2/+36
* entered into RCSmycroft1992-07-061-6/+7
* *** empty log message ***kenner1992-06-271-10/+13
* *** empty log message ***rms1992-05-071-5/+5
* *** empty log message ***rms1992-03-221-1/+21
* *** empty log message ***rms1992-03-141-3/+90
* Initial revisionrms1992-01-181-0/+1960