aboutsummaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
AgeCommit message (Expand)Author
2002-07-27This commit was manufactured by cvs2svn to create branchno-author
2002-02-192002-02-19 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez
2002-01-04 * local-alloc.c (function_invariant_p): Update commentary.Richard Henderson
2001-12-02 * cfgrtl.c (purge_all_dead_edges): Initialize variable.Kaveh Ghazi
2001-11-22 * local-alloc.c (combine_regs): Handle SUBREG_REG being a MEM.Graham Stott
2001-11-15* integrate.c (get_hard_reg_initial_reg): New.DJ Delorie
2001-11-04 * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog,Joseph Myers
2001-10-30 * emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL orJakub Jelinek
2001-10-28 * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,Joseph Myers
2001-10-26 * cfgcleanup.c (BB_SET_FLAG, BB_CLEAR_FLAG): Add cast to avoid warning.Richard Kenner
2001-10-21 * c-format.c (maybe_read_dollar_number): Use safe-ctype macrosKaveh Ghazi
2001-10-11 * c-parse.in (asm_operand): Allow named operands.Richard Henderson
2001-10-112001-10-10 Stan Shebs <shebs@apple.com>Stan Shebs
2001-10-07 * builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh Ghazi
2001-09-25 * Makefile.in (cfgrtl.o): Add.Jan Hubicka
2001-09-21 * integrate.c (allocate_initial_values): New function.J"orn Rennecke
2001-09-05 * i386.c (size_cost): New static variable.Jan Hubicka
2001-08-22 * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,Lars Brinkhoff
2001-08-07 * alias.c (nonlocal_mentioned_p):Jan Hubicka
2001-08-06 * profile.c (branch_prob): Remove unused variable insn.Andreas Jaeger
2001-08-06 * local-alloc.c (update_equiv_regs): Do not move insns thatRichard Henderson
2001-07-30 * flow.c (mark_set_1): Use REG_FREQ_FROM_BB.Jan Hubicka
2001-06-22 * regs.h (struct reg_info_def): Add freq field.Jan Hubicka
2001-05-28 * local-alloc.c (update_equiv_regs): Don't eliminate constantGeoffrey Keating
2001-04-032001-04-03 Jakub Jelinek <jakub@redhat.com>Jakub Jelinek
2001-02-02 * local-alloc.c (update_equiv_regs): Copy INSN_CODE to theRichard Henderson
2001-01-01Extra arg for rtx_varies_pBernd Schmidt
2000-12-292000-12-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>Richard Kenner
2000-11-30 * flow.c (make_edge): Early out, if no flags to set.Michael Matz
2000-11-13 * c-lex.c (cb_leave_file): Harmonize conditions and order ofHans-Peter Nilsson
2000-11-07 * alias.c (init_alias_analysis), calls.c (expand_call,Joseph Myers
2000-10-23 * local-alloc.c (update_equiv_regs): Add an abort(). WhenGeoffrey Keating
2000-10-20 * alias.c: (mark_constant_function): Don't check pure functions.John Wehle
2000-09-14Generate REG_EQUAL notes when they'd be helpfulBernd Schmidt
2000-09-06Don't use CLASS_LIKELY_SPILLED in local-allocBernd Schmidt
2000-08-29 * local-alloc.c (requires_inout): Don't use reserved range forRichard Henderson
2000-08-24 * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,Greg McGary
2000-08-04 * alias.c (mark_constant_function): Use INSN_P.Rodney Brown
2000-07-31 * local-alloc.c: Fix formatting.Jeff Law
2000-06-13 * combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE andRichard Henderson
2000-05-19 * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner
2000-03-25 * Rework fields used to describe positions of bitfields andRichard Kenner
2000-02-26Fix copyrights.Jeffrey A Law
2000-01-19 * stupid.c: Die die die.Richard Henderson
2000-01-17 * ggc-common.c: PROTO -> PARAMS.Kaveh Ghazi
2000-01-06 * flow.c (mark_set_1): Use loop_depth+1 as reference weight.Richard Henderson
2000-01-04 * builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh Ghazi
1999-12-24 * Makefile.in (toplev.o): Depend on loop.h.Kaveh Ghazi
1999-11-24 * local-alloc.c (qty): New structure and static variable.Jan Hubicka
1999-11-06 * local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.Mark Mitchell