summaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (qty_changes_size): New variable.Richard Kenner1994-08-071-0/+17
* Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1994-06-141-10/+14
* (local_alloc): Fix typo in last change.Richard Kenner1994-05-271-2/+2
* (requires_inout): Renamed from requires_inout_p and returns number of alterna...Richard Kenner1994-05-271-16/+47
* (qty_sugg_compare_1): Fix typo in last change.Richard Kenner1994-05-271-1/+1
* (qty_phys_num{,_copy}_sugg): New variables.Richard Kenner1994-05-271-31/+143
* Add prototypes for static functions.Richard Kenner1994-04-211-18/+29
* Remove previous Berg change.Richard Kenner1994-04-081-1/+5
* (block_alloc): Avoid #ifdef HARD_REG_SET.Richard Kenner1994-04-061-5/+1
* (qty_compare{,_1}): Give multi-word regs higher priority, as stated inRichard Kenner1994-02-271-8/+10
* (optimize_reg_copy): A register that dies in a CALL_INSN doesn't crossRichard Kenner1994-02-141-2/+4
* (optimize_reg_copy_1): After decreasing sregno'sJim Wilson1993-12-231-0/+5
* local-alloc.c: (find_free_reg): Make sure we will always be able to eliminate...Doug Evans1993-09-241-0/+5
* (block_alloc): Don't attempt to allocate aJim Wilson1993-08-031-1/+4
* (alloc_qty_for_scratch): Can allocate likely-spilled register classes for SCR...Richard Kenner1993-06-231-14/+8
* (scratch_block, scratch_list{,_length}, scratch_index): New variables.Richard Kenner1993-06-231-5/+18
* (block_alloc): Don't dereference a NULL pointer.Richard Stallman1993-05-111-0/+1
* (qty_n_refs): Make int, like reg_n_refs.Richard Kenner1993-04-161-10/+10
* (optimize_reg_copy_1): Don't increment n_calls specially if P is a call_insn.Richard Stallman1993-03-311-6/+0
* (CLASS_LIKELY_SPILLED_P): Add default definition.Richard Kenner1993-01-241-4/+15
* (find_free_reg): Add comment about nonlocal labels.Richard Kenner1993-01-191-0/+4
* (block_alloc): Generalize tying so we can tie any operand with the output unl...Richard Kenner1993-01-031-40/+56
* (optimize_reg_copy_2): Correct reg_n_refs updates.Jim Wilson1992-12-011-2/+2
* (optimize_reg_copy_1): If P is a CALL_INSN, count it as being crossedRichard Kenner1992-11-041-0/+6
* (optimize_reg_copy_1): Tighten up code to properly handle the case when...Richard Kenner1992-10-091-8/+44
* (alloc_qty_for_scratch, block_alloc): Provide alternate code in some cases wh...Richard Kenner1992-08-191-2/+36
* entered into RCSCharles Hannum1992-07-061-6/+7
* *** empty log message ***Richard Kenner1992-06-271-10/+13
* *** empty log message ***Richard Stallman1992-05-071-5/+5
* *** empty log message ***Richard Stallman1992-03-221-1/+21
* *** empty log message ***Richard Stallman1992-03-141-3/+90
* Initial revisionRichard Stallman1992-01-181-0/+1960