summaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
Commit message (Expand)AuthorAgeFilesLines
* attribs.c, [...]: Update copyright.Kazu Hirata2005-04-281-1/+1
* alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell2005-04-211-2/+3
* local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.Nathan Sidwell2005-04-011-7/+7
* local-alloc.c (block_alloc): Replace IN_RANGE with simple comparison.Nathan Sidwell2004-12-161-3/+2
* emit-rtl.c, rtl.h (subreg_hard_regno): Remove.Richard Henderson2004-11-231-1/+1
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-1/+0
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-1/+2
* basic-block.h (reg_set_iterator): New.Kazu Hirata2004-10-181-8/+11
* cse.c (cse_insn): Avoid creating direct non-local jumps.Ulrich Weigand2004-09-281-0/+5
* Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell2004-09-101-9/+7
* lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo2004-09-101-7/+9
* rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2004-08-181-2/+2
* expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini2004-07-141-3/+0
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-6/+6
* builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva2004-07-071-1/+1
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-4/+4
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-22/+22
* cse.c (cse_end_of_basic_block): Make static.Paolo Bonzini2004-03-051-21/+0
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-3/+1
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-5/+5
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* alias.c: Fix comment typos.Kazu Hirata2004-01-061-3/+3
* dwarfout.c: Remove uses of "register" specifier in declarations of arguments ...Kazu Hirata2003-12-191-5/+1
* c-typeck.c: Fix comment typos.Kazu Hirata2003-12-131-1/+1
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-8/+12
* * local-alloc.c (combine_regs): Fix comment typo.Richard Sandiford2003-08-071-2/+2
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-14/+12
* jump.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-116/+61
* bt-load.c: Fix comment typos.Kazu Hirata2003-07-051-2/+2
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-6/+6
* ifcvt.c: Fix comment typos.Kazu Hirata2003-01-171-2/+2
* decl2.c (check_classfn): Fix uninitialized warning.Kaveh R. Ghazi2003-01-151-1/+1
* Add 2003 copyright notices for constraints string patch, also 2002 noticeJoern Rennecke2003-01-131-1/+1
* defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.J"orn Rennecke2003-01-091-38/+45
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* 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