summaryrefslogtreecommitdiff
path: root/gcc/global.c
Commit message (Expand)AuthorAgeFilesLines
* Flow rewrite to use basic block structures and edge lists.Richard Henderson1999-02-251-14/+27
* Update copyrights.Richard Henderson1999-01-111-1/+1
* basic-block.h (basic_block_head): Rename to x_basic_block_head.Richard Henderson1999-01-111-4/+4
* Copyright fixes.Jeff Law1999-01-061-1/+1
* rtlanal.c (multiple_sets): New function.Jeffrey A Law1998-12-121-3/+10
* global.c (record_conflicts): Don't use an array of shorts to store an array o...Mark Mitchell1998-12-121-4/+4
* Warning fixes:Kaveh R. Ghazi1998-10-141-8/+8
* global.c (build_insn_chain): Verify no real insns exist past the end of the l...Jeffrey A Law1998-10-091-0/+14
* loop.c (count_one_set): New static function, broken out of count_loop_regs_setBernd Schmidt1998-10-061-63/+6
* Makefile.in (stupid.o): Update dependencies.Bernd Schmidt1998-10-051-1/+137
* global.c (global_alloc): Delete code to manage the scratch_list.Bernd Schmidt1998-10-021-12/+0
* regs.h (HARD_REGNO_CALL_PART_CLOBBERED): New macro.Michael Hayes1998-09-301-1/+4
* global.c (reg_allocno): Now static.Bernd Schmidt1998-09-151-1/+1
* global.c: Update comments.John Wehle1998-09-071-32/+47
* global.c: Include machmode.h amd move hard-reg-set.h before rtl.h.H.J. Lu1998-06-211-1/+2
* alias.c: Include toplev.hGraham Stott1998-06-191-0/+1
* global.c (global_alloc): Don't pass HARD_CONST (0) to find_reg, just pass zero.Jeffrey A Law1998-04-171-2/+2
* basic-block.h (basic_block_computed_jump_target): Declare.Bernd Schmidt1998-03-271-0/+9
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-5/+1
* c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1998-03-121-1/+1
* c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1998-02-071-0/+5
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-1/+1
* global.c (global_alloc): Free the conflict matrix after reload has finished.Jeffrey A Law1997-10-311-3/+5
* global.c (global_alloc): Use xmalloc instead of alloca for CONFLICTS...Brendan Kehoe1997-10-281-2/+7
* (global_conflicts): Pass FIRST_PSEUDO_REGISTER to call toRichard Kenner1997-07-161-3/+4
* abstract regset stuff into macrosMichael Meissner1997-06-051-33/+15
* Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner1997-05-301-12/+12
* (prune_references): Add missing symmetic CONFLICTP call.Richard Kenner1996-11-121-1/+2
* (allocno_compare): Use `const void *' arguments.Richard Kenner1996-11-121-10/+12
* (reg_allocno): No longer static.Richard Kenner1996-01-011-2/+2
* hard-reg-set.h (losing_caller_save_reg_set): Declare.Jeff Law1995-12-311-1/+8
* Update FSF address.Richard Kenner1995-06-151-1/+2
* (global_alloc): Mark regs assigned to SCRATCH as used by more thanRichard Kenner1994-09-161-0/+12
* (find_reg) If CLASS_CANNOT_CHANGE_SIZE, avoid its registers ifRichard Kenner1994-08-071-1/+14
* (find_reg): Store divide results in temporary variables.Jim Wilson1994-07-181-19/+27
* (global_alloc): Make a more accurate attempt to see if the frame pointer will...Richard Kenner1994-06-291-8/+13
* Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1994-06-141-15/+17
* (find_reg): When looking for locally-allocated hard regs to reclaim,Richard Kenner1994-05-041-23/+32
* Add prototypes for static functions.Richard Kenner1994-04-211-14/+14
* Remove previous Berg change.Richard Kenner1994-04-081-2/+5
* (global_conflicts): Avoid #ifdef HARD_REG_SET.Richard Kenner1994-04-061-5/+2
* (global_conflicts): Move decl of unused variable I into #if 0 block.Richard Kenner1994-03-251-1/+1
* (allocno_compare): Give multi-word regs higher priority, as stated inRichard Kenner1994-02-271-5/+5
* global.c: (global_alloc): Make sure that it is always possible to eliminate...Doug Evans1993-09-241-1/+5
* (find_reg): Add comment about nonlocal labels.Richard Kenner1993-01-191-1/+5
* entered into RCSCharles Hannum1992-07-061-31/+40
* *** empty log message ***Richard Stallman1992-06-221-3/+6
* *** empty log message ***Richard Stallman1992-05-071-2/+2
* *** empty log message ***Richard Stallman1992-03-221-0/+65
* *** empty log message ***Richard Stallman1992-03-141-3/+3