aboutsummaryrefslogtreecommitdiff
path: root/gcc/global.c
AgeCommit message (Expand)AuthorFilesLines
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-13/+20
2000-12-05global.c (global_conflicts): Allow for a REG_UNUSED note with a different mod...Geoffrey Keating1-4/+7
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-3/+3
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary1-1/+1
2000-08-21global.c (global_alloc): Avoid passing dumpfile argument to reload routines.Jeffrey A Law1-1/+1
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-5/+4
2000-06-13combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and CLASS_CANNOT_CHANGE_MODE_...Richard Henderson1-6/+6
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-4/+4
2000-03-24sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for comparison if r...Jakub Jelinek1-1/+1
2000-03-05basic-block.h (ALLOCA_REG_SET): Remove.Mark Mitchell1-1/+2
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-01-19stupid.c: Die die die.Richard Henderson1-2/+1
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi1-18/+18
1999-12-20Change some regsets to regset_headsBernd Schmidt1-5/+5
1999-12-15caller-save.c (insert_one_insn): Returns struct insn_chain *.J"orn Rennecke1-19/+39
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