aboutsummaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
AgeCommit message (Expand)AuthorFilesLines
2000-06-13combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and CLASS_CANNOT_CHANGE_MODE_...Richard Henderson1-9/+9
2000-05-19cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner1-1/+1
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-3/+4
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-01-19stupid.c: Die die die.Richard Henderson1-2/+4
2000-01-17ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi1-24/+24
2000-01-06flow.c (mark_set_1): Use loop_depth+1 as reference weight.Richard Henderson1-1/+1
2000-01-04builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi1-2/+2
1999-12-24Makefile.in (toplev.o): Depend on loop.h.Kaveh R. Ghazi1-1/+1
1999-11-24local-alloc.c (qty): New structure and static variable.Jan Hubicka1-157/+142
1999-11-06local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.Mark Mitchell1-15/+14
1999-11-04bitmap.h (BITMAP_XFREE): New.Richard Henderson1-0/+1
1999-11-04cse.c (cse_main): Use xmalloc, not alloca.Richard Henderson1-15/+31
1999-10-27rtl.h (note_stores): Add additional paramter.Mark Mitchell1-14/+17
1999-10-27alias.c (init_alias_analysis): Allocate reg_known_value and reg_known_equiv_p...Mark Mitchell1-0/+3
1999-10-26c-parse.in (cast_expr): Constify.Kaveh R. Ghazi1-2/+2
1999-10-20local-alloc.c (update_equiv_regs): Check the correct insn for pre-existing RE...Jeffrey A Law1-1/+2
1999-10-01Delete !REGISTER_CONSTRAINTS codeBernd Schmidt1-30/+3
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-11Replace recog_foo with recog_data.foo.Richard Henderson1-17/+17
1999-09-08gansidecl.h (__attribute__, [...]): Delete.Kaveh R. Ghazi1-6/+6
1999-09-06Merge in gcc2-ss-010999Jeff Law1-1/+2
1999-08-31rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1-6/+7
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-2/+2
1999-08-09Include function.h in most files.Bernd Schmidt1-0/+1
1999-04-09rtl.h (local_alloc): Returns an integer now.Jeffrey A Law1-1/+22
1999-03-20Warning fixes:Kaveh R. Ghazi1-1/+1
1999-03-08Fix performance problem on SH with unnecessary move instructions.Jim Wilson1-0/+5
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson1-2/+3
1999-01-23final.c (bb_str): Qualify a char* with the keyword `const'.Kaveh R. Ghazi1-3/+3
1999-01-11Update copyrights.Richard Henderson1-1/+1
1999-01-11basic-block.h (basic_block_head): Rename to x_basic_block_head.Richard Henderson1-7/+7
1999-01-06pa.h (DONT_RECORD_EQUIVALENCE): Kill.Jeffrey A Law1-16/+0
1998-12-12rtlanal.c (multiple_sets): New function.Jeffrey A Law1-2/+9
1998-12-07local-alloc.c (block_alloc): Slightly retune heuristic to widen qty lifetimes.Jeff Law1-4/+5
1998-12-01local-alloc.c (function_invariant_p): New function.J"orn Rennecke1-2/+18
1998-11-30Comment typo fix.Joern Rennecke1-1/+1
1998-11-23local-alloc.c (local_alloc): Use malloc not alloca for reg_qty, reg_offset, r...Richard Henderson1-3/+7
1998-11-11Handle equivalences that have been obscured by gcse:J"orn Rennecke1-28/+129
1998-10-16Makefile.in (insn-extract.o): Fix dependencies.Bernd Schmidt1-18/+15
1998-10-14Warning fixes:Kaveh R. Ghazi1-2/+2
1998-10-09flow.c (print_rtl_with_bb): Changed type of in_bb_p to match use.Graham Stott1-4/+4
1998-10-02global.c (global_alloc): Delete code to manage the scratch_list.Bernd Schmidt1-143/+4
1998-09-30regs.h (HARD_REGNO_CALL_PART_CLOBBERED): New macro.Michael Hayes1-1/+4
1998-09-07global.c: Update comments.John Wehle1-2/+2
1998-06-24local-alloc.c (block_alloc): Do not try to avoid false dependencies when SMAL...Jeffrey A Law1-2/+6
1998-06-19alias.c: Include toplev.hGraham Stott1-0/+1
1998-06-09Makefile.in (LIB2FUNCS_EH): Define.Jeffrey A Law1-0/+49
1998-03-29* local-alloc.c (reg_classes_overlap_p): Delete dead function.Jeffrey A Law1-25/+0
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-4/+1