aboutsummaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-10Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell1-9/+7
2004-09-10lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo1-7/+9
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-2/+2
2004-07-14expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini1-3/+0
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-6/+6
2004-07-07builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva1-1/+1
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-4/+4
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-22/+22
2004-03-05cse.c (cse_end_of_basic_block): Make static.Paolo Bonzini1-21/+0
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-3/+1
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-5/+5
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-3/+3
2003-12-19dwarfout.c: Remove uses of "register" specifier in declarations of arguments ...Kazu Hirata1-5/+1
2003-12-13c-typeck.c: Fix comment typos.Kazu Hirata1-1/+1
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-8/+12
2003-08-07* local-alloc.c (combine_regs): Fix comment typo.Richard Sandiford1-2/+2
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-14/+12
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-116/+61
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata1-2/+2
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-6/+6
2003-01-17ifcvt.c: Fix comment typos.Kazu Hirata1-2/+2
2003-01-15decl2.c (check_classfn): Fix uninitialized warning.Kaveh R. Ghazi1-1/+1
2003-01-13Add 2003 copyright notices for constraints string patch, also 2002 noticeJoern Rennecke1-1/+1
2003-01-09defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.J"orn Rennecke1-38/+45
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-04hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.Aldy Hernandez1-20/+4
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-7/+7
2002-08-14reload.c (find_reloads): Handle constraint letters marked by EXTRA_ADDRESS_CO...Ulrich Weigand1-2/+4
2002-05-30langhooks.c: Fix formatting.Kazu Hirata1-4/+4
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-21/+17
2002-05-17PR c/6689, PR optimization/6615David S. Miller1-4/+4
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-17/+21
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-21/+17
2002-04-02local-alloc.c (contains_replace_regs): LO_SUM may contain replace regs.Richard Henderson1-1/+0
2002-03-30local-alloc.c (local_alloc): Avoid call of update_equiv_regs when not optimiz...Jan Hubicka1-1/+2
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+3
2002-01-03* local-alloc.c (function_invariant_p): Update commentary.Richard Henderson1-1/+7
2001-12-02cfgrtl.c (purge_all_dead_edges): Initialize variable.Kaveh R. Ghazi1-2/+2
2001-11-22* local-alloc.c (combine_regs): Handle SUBREG_REG being a MEM.Graham Stott1-22/+40
2001-11-14integrate.c (get_hard_reg_initial_reg): New.DJ Delorie1-1/+14
2001-11-04ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-30emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes f...Jakub Jelinek1-7/+3
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-26cfgcleanup.c (BB_SET_FLAG, [...]): Add cast to avoid warning.Richard Kenner1-2/+5
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-1/+1
2001-10-11c-parse.in (asm_operand): Allow named operands.Richard Henderson1-3/+8
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-30/+30
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-1/+1
2001-09-25Makefile.in (cfgrtl.o): Add.Jan Hubicka1-6/+2