aboutsummaryrefslogtreecommitdiff
path: root/gcc/global.c
AgeCommit message (Expand)AuthorFilesLines
1999-12-12combine.c (record_promoted_value): Remove unused variable `links2'.Kaveh R. Ghazi1-1/+0
1999-11-30Delete obsolete macrosBernd Schmidt1-5/+0
1999-11-21global.c (allocno): New structure and static variable.Jan Hubicka1-181/+155
1999-11-11global.c (global_conflicts): Update comments.Jeffrey A Law1-6/+27
1999-11-08global.c (EXECUTE_IF_CONFLICT): Don't define.J"orn Rennecke1-2/+6
1999-11-07global.c (EXECUTE_IF_CONFLICT): Undo Robert's change.Jeffrey A Law1-2/+2
1999-11-07global.c (EXECUTE_IF_CONFLICT): Correct quoting typo.Robert Lipe1-1/+1
1999-11-05Fix typo in last changeJeff Law1-1/+1
1999-11-05global.c (EXECUTE_IF_SET_IN_ALLOCNO_SET): New macro.J"orn Rennecke1-34/+53
1999-11-05Remove accidental addition of CLEAR_CONFLICT.Jeff Law1-6/+0
1999-11-05[multiple changes]Jeff Law1-33/+94
1999-11-01bitmap.h (BITMAP_XMALLOC): New macro.Mark Mitchell1-32/+37
1999-10-27rtl.h (note_stores): Add additional paramter.Mark Mitchell1-11/+14
1999-10-26Reorg reg-stack to use the standard CFG.Jan Hubicka1-5/+1
1999-10-26c-parse.in (cast_expr): Constify.Kaveh R. Ghazi1-1/+1
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-08gansidecl.h (__attribute__, [...]): Delete.Kaveh R. Ghazi1-3/+3
1999-09-03dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.Richard Henderson1-4/+2
1999-08-12global.c (prune_preferences): Move some invariants out of the inner loop.J"orn Rennecke1-9/+11
1999-08-09Include function.h in most files.Bernd Schmidt1-0/+1
1999-08-08Revert last change until I figure out what's wrong with it.Richard Henderson1-64/+72
1999-08-07global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_REG_SET to invert loops.Richard Henderson1-72/+64
1999-08-04* global.c: Fix comment.Jim Kingdon1-1/+1
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson1-14/+27
1999-01-11Update copyrights.Richard Henderson1-1/+1
1999-01-11basic-block.h (basic_block_head): Rename to x_basic_block_head.Richard Henderson1-4/+4
1999-01-06Copyright fixes.Jeff Law1-1/+1
1998-12-12rtlanal.c (multiple_sets): New function.Jeffrey A Law1-3/+10
1998-12-12global.c (record_conflicts): Don't use an array of shorts to store an array o...Mark Mitchell1-4/+4
1998-10-14Warning fixes:Kaveh R. Ghazi1-8/+8
1998-10-09global.c (build_insn_chain): Verify no real insns exist past the end of the l...Jeffrey A Law1-0/+14
1998-10-06loop.c (count_one_set): New static function, broken out of count_loop_regs_setBernd Schmidt1-63/+6
1998-10-05Makefile.in (stupid.o): Update dependencies.Bernd Schmidt1-1/+137
1998-10-02global.c (global_alloc): Delete code to manage the scratch_list.Bernd Schmidt1-12/+0
1998-09-30regs.h (HARD_REGNO_CALL_PART_CLOBBERED): New macro.Michael Hayes1-1/+4
1998-09-15global.c (reg_allocno): Now static.Bernd Schmidt1-1/+1
1998-09-07global.c: Update comments.John Wehle1-32/+47
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