summaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 2002-02-19 Aldy Hernandez <aldyh@redhat.com>aldyh2002-02-191-0/+3
* * local-alloc.c (function_invariant_p): Update commentary.rth2002-01-041-1/+7
* * cfgrtl.c (purge_all_dead_edges): Initialize variable.ghazi2001-12-021-2/+2
* * local-alloc.c (combine_regs): Handle SUBREG_REG being a MEM.grahams2001-11-221-22/+40
* * integrate.c (get_hard_reg_initial_reg): New.dj2001-11-151-1/+14
* * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog,jsm282001-11-041-1/+1
* * emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL orjakub2001-10-301-7/+3
* * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,jsm282001-10-281-1/+1
* * cfgcleanup.c (BB_SET_FLAG, BB_CLEAR_FLAG): Add cast to avoid warning.kenner2001-10-261-2/+5
* * c-format.c (maybe_read_dollar_number): Use safe-ctype macrosghazi2001-10-211-1/+1
* * c-parse.in (asm_operand): Allow named operands.rth2001-10-111-3/+8
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-30/+30
* * builtins.c (expand_builtin_setjmp_receiver): Const-ify.ghazi2001-10-071-1/+1
* * Makefile.in (cfgrtl.o): Add.hubicka2001-09-251-6/+2
* * integrate.c (allocate_initial_values): New function.amylaar2001-09-211-3/+0
* * i386.c (size_cost): New static variable.hubicka2001-09-051-313/+284
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * alias.c (nonlocal_mentioned_p):hubicka2001-08-071-1/+1
* * profile.c (branch_prob): Remove unused variable insn.aj2001-08-061-1/+2
* * local-alloc.c (update_equiv_regs): Do not move insns thatrth2001-08-061-0/+6
* * flow.c (mark_set_1): Use REG_FREQ_FROM_BB.hubicka2001-07-301-3/+4
* * regs.h (struct reg_info_def): Add freq field.hubicka2001-06-221-1/+8
* * local-alloc.c (update_equiv_regs): Don't eliminate constantgeoffk2001-05-281-1/+1
* 2001-04-03 Jakub Jelinek <jakub@redhat.com>amacleod2001-04-031-5/+33
* * local-alloc.c (update_equiv_regs): Copy INSN_CODE to therth2001-02-021-1/+5
* Extra arg for rtx_varies_pbernds2001-01-011-5/+5
* 2000-12-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>kenner2000-12-291-4/+3
* * flow.c (make_edge): Early out, if no flags to set.rth2000-11-301-10/+33
* * c-lex.c (cb_leave_file): Harmonize conditions and order ofhp2000-11-131-0/+1
* * alias.c (init_alias_analysis), calls.c (expand_call,jsm282000-11-071-1/+1
* * local-alloc.c (update_equiv_regs): Add an abort(). Whengeoffk2000-10-231-1/+11
* * alias.c: (mark_constant_function): Don't check pure functions.wehle2000-10-201-97/+271
* Generate REG_EQUAL notes when they'd be helpfulcrux2000-09-141-0/+7
* Don't use CLASS_LIKELY_SPILLED in local-alloccrux2000-09-061-21/+2
* * local-alloc.c (requires_inout): Don't use reserved range forrth2000-08-291-4/+4
* * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,gkm2000-08-241-1/+1
* * alias.c (mark_constant_function): Use INSN_P.law2000-08-041-7/+6
* * local-alloc.c: Fix formatting.law2000-07-311-38/+36
* * combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE andrth2000-06-131-9/+9
* * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.kenner2000-05-191-1/+1
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-3/+4
* Fix copyrights.law2000-02-261-1/+2
* * stupid.c: Die die die.rth2000-01-191-2/+4
* * ggc-common.c: PROTO -> PARAMS.ghazi2000-01-171-24/+24
* * flow.c (mark_set_1): Use loop_depth+1 as reference weight.rth2000-01-061-1/+1
* * builtins.c (expand_builtin_strlen): Initialize variable `icode'.ghazi2000-01-041-2/+2
* * Makefile.in (toplev.o): Depend on loop.h.ghazi1999-12-241-1/+1
* * local-alloc.c (qty): New structure and static variable.hubicka1999-11-241-157/+142
* * local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.mmitchel1999-11-061-15/+14
* * bitmap.h (BITMAP_XFREE): New.rth1999-11-051-0/+1