aboutsummaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-30flow.c (make_edge): Early out, if no flags to set.Michael Matz1-10/+33
2000-11-13c-lex.c (cb_leave_file): Harmonize conditions and order of statements to thos...Hans-Peter Nilsson1-0/+1
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-1/+1
2000-10-23local-alloc.c (update_equiv_regs): Add an abort().Geoff Keating1-1/+11
2000-10-20alias.c: (mark_constant_function): Don't check pure functions.John Wehle1-97/+271
2000-09-14Generate REG_EQUAL notes when they'd be helpfulBernd Schmidt1-0/+7
2000-09-06Don't use CLASS_LIKELY_SPILLED in local-allocBernd Schmidt1-21/+2
2000-08-28local-alloc.c (requires_inout): Don't use reserved range for EXTRA_CONSTRAINT...Richard Henderson1-4/+4
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary1-1/+1
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-7/+6
2000-07-31* local-alloc.c: Fix formatting.Kazu Hirata1-38/+36
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