summaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
Commit message (Expand)AuthorAgeFilesLines
* hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.Aldy Hernandez2002-11-041-20/+4
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-7/+7
* reload.c (find_reloads): Handle constraint letters marked by EXTRA_ADDRESS_CO...Ulrich Weigand2002-08-141-2/+4
* langhooks.c: Fix formatting.Kazu Hirata2002-05-301-4/+4
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-21/+17
* PR c/6689, PR optimization/6615David S. Miller2002-05-171-4/+4
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-17/+21
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-21/+17
* local-alloc.c (contains_replace_regs): LO_SUM may contain replace regs.Richard Henderson2002-04-021-1/+0
* local-alloc.c (local_alloc): Avoid call of update_equiv_regs when not optimiz...Jan Hubicka2002-03-301-1/+2
* i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez2002-02-191-0/+3
* * local-alloc.c (function_invariant_p): Update commentary.Richard Henderson2002-01-031-1/+7
* cfgrtl.c (purge_all_dead_edges): Initialize variable.Kaveh R. Ghazi2001-12-021-2/+2
* * local-alloc.c (combine_regs): Handle SUBREG_REG being a MEM.Graham Stott2001-11-221-22/+40
* integrate.c (get_hard_reg_initial_reg): New.DJ Delorie2001-11-141-1/+14
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-041-1/+1
* emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes f...Jakub Jelinek2001-10-301-7/+3
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* cfgcleanup.c (BB_SET_FLAG, [...]): Add cast to avoid warning.Richard Kenner2001-10-261-2/+5
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-1/+1
* c-parse.in (asm_operand): Allow named operands.Richard Henderson2001-10-111-3/+8
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-30/+30
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-1/+1
* Makefile.in (cfgrtl.o): Add.Jan Hubicka2001-09-251-6/+2
* integrate.c (allocate_initial_values): New function.J"orn Rennecke2001-09-211-3/+0
* i386.c (size_cost): New static variable.Jan Hubicka2001-09-051-313/+284
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka2001-08-071-1/+1
* profile.c (branch_prob): Remove unused variable insn.Andreas Jaeger2001-08-061-1/+2
* local-alloc.c (update_equiv_regs): Do not move insns that can throw.Richard Henderson2001-08-051-0/+6
* flow.c (mark_set_1): Use REG_FREQ_FROM_BB.Jan Hubicka2001-07-301-3/+4
* regs.h (struct reg_info_def): Add freq field.Jan Hubicka2001-06-221-1/+8
* local-alloc.c (update_equiv_regs): Don't eliminate constant expressions at -O0.Geoffrey Keating2001-05-281-1/+1
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-5/+33
* local-alloc.c (update_equiv_regs): Copy INSN_CODE to the new instruction.Richard Henderson2001-02-011-1/+5
* Extra arg for rtx_varies_pBernd Schmidt2001-01-011-5/+5
* local-alloc.c (update_equiv_regs): Don't use copy_rtx on PATTERN.Richard Kenner2000-12-291-4/+3
* flow.c (make_edge): Early out, if no flags to set.Michael Matz2000-11-301-10/+33
* c-lex.c (cb_leave_file): Harmonize conditions and order of statements to thos...Hans-Peter Nilsson2000-11-131-0/+1
* alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers2000-11-071-1/+1
* local-alloc.c (update_equiv_regs): Add an abort().Geoff Keating2000-10-231-1/+11
* alias.c: (mark_constant_function): Don't check pure functions.John Wehle2000-10-201-97/+271
* Generate REG_EQUAL notes when they'd be helpfulBernd Schmidt2000-09-141-0/+7
* Don't use CLASS_LIKELY_SPILLED in local-allocBernd Schmidt2000-09-061-21/+2
* local-alloc.c (requires_inout): Don't use reserved range for EXTRA_CONSTRAINT...Richard Henderson2000-08-281-4/+4
* optabs.c (init_optabs): Initialize fixtab...Greg McGary2000-08-241-1/+1
* alias.c (mark_constant_function): Use INSN_P.Rodney Brown2000-08-041-7/+6
* * local-alloc.c: Fix formatting.Kazu Hirata2000-07-311-38/+36
* combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and CLASS_CANNOT_CHANGE_MODE_...Richard Henderson2000-06-131-9/+9
* cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner2000-05-191-1/+1