aboutsummaryrefslogtreecommitdiff
path: root/gcc/global.c
AgeCommit message (Expand)AuthorFilesLines
1998-06-21global.c: Include machmode.h amd move hard-reg-set.h before rtl.h.H.J. Lu1-1/+2
1998-06-19alias.c: Include toplev.hGraham Stott1-0/+1
1998-04-17global.c (global_alloc): Don't pass HARD_CONST (0) to find_reg, just pass zero.Jeffrey A Law1-2/+2
1998-03-27basic-block.h (basic_block_computed_jump_target): Declare.Bernd Schmidt1-0/+9
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-5/+1
1998-03-12c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1-1/+1
1998-02-07c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1-0/+5
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-1/+1
1997-10-31global.c (global_alloc): Free the conflict matrix after reload has finished.Jeffrey A Law1-3/+5
1997-10-28global.c (global_alloc): Use xmalloc instead of alloca for CONFLICTS...Brendan Kehoe1-2/+7
1997-07-16(global_conflicts): Pass FIRST_PSEUDO_REGISTER to call toRichard Kenner1-3/+4
1997-06-05abstract regset stuff into macrosMichael Meissner1-33/+15
1997-05-30Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner1-12/+12
1996-11-12(prune_references): Add missing symmetic CONFLICTP call.Richard Kenner1-1/+2
1996-11-12(allocno_compare): Use `const void *' arguments.Richard Kenner1-10/+12
1996-01-01(reg_allocno): No longer static.Richard Kenner1-2/+2
1995-12-31hard-reg-set.h (losing_caller_save_reg_set): Declare.Jeff Law1-1/+8
1995-06-15Update FSF address.Richard Kenner1-1/+2
1994-09-16(global_alloc): Mark regs assigned to SCRATCH as used by more thanRichard Kenner1-0/+12
1994-08-07(find_reg) If CLASS_CANNOT_CHANGE_SIZE, avoid its registers ifRichard Kenner1-1/+14
1994-07-18(find_reg): Store divide results in temporary variables.Jim Wilson1-19/+27
1994-06-29(global_alloc): Make a more accurate attempt to see if the frame pointer will...Richard Kenner1-8/+13
1994-06-14Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1-15/+17
1994-05-04(find_reg): When looking for locally-allocated hard regs to reclaim,Richard Kenner1-23/+32
1994-04-21Add prototypes for static functions.Richard Kenner1-14/+14
1994-04-08Remove previous Berg change.Richard Kenner1-2/+5
1994-04-06(global_conflicts): Avoid #ifdef HARD_REG_SET.Richard Kenner1-5/+2
1994-03-25(global_conflicts): Move decl of unused variable I into #if 0 block.Richard Kenner1-1/+1
1994-02-27(allocno_compare): Give multi-word regs higher priority, as stated inRichard Kenner1-5/+5
1993-09-24global.c: (global_alloc): Make sure that it is always possible to eliminate...Doug Evans1-1/+5
1993-01-19(find_reg): Add comment about nonlocal labels.Richard Kenner1-1/+5
1992-07-06entered into RCSCharles Hannum1-31/+40
1992-06-22*** empty log message ***Richard Stallman1-3/+6
1992-05-07*** empty log message ***Richard Stallman1-2/+2
1992-03-22*** empty log message ***Richard Stallman1-0/+65
1992-03-14*** empty log message ***Richard Stallman1-3/+3
1992-02-17*** empty log message ***Richard Stallman1-0/+3
1992-01-20*** empty log message ***Richard Stallman1-4/+22
1992-01-17*** empty log message ***Richard Stallman1-5/+21
1991-12-31*** empty log message ***Richard Stallman1-27/+99
1991-12-14Initial revisionRichard Kenner1-0/+1470