aboutsummaryrefslogtreecommitdiff
path: root/gcc/regmove.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-21re PR rtl-optimization/17266 (Libgfortran doesn't build)Eric Botcazou1-3/+4
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-12/+1
2004-07-25regmove.c (optimize_reg_copy_1): Don't try to replace call-used hard registers.Daniel Jacobowitz1-0/+3
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-15/+15
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-3/+3
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-16/+16
2004-03-20c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-2/+8
2004-02-03doloop.c, [...]: Use const0_rtx instead of GEN_INT (0).Kazu Hirata1-1/+1
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-1/+1
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-1/+1
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-9/+9
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata1-1/+1
2003-08-22c-decl.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-22alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-3/+3
2003-07-07genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger1-2/+1
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-104/+56
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-2/+2
2003-06-29regmove.c (regmove_optimize): Don't try to make src and dst match when they a...Jan Hubicka1-1/+2
2003-02-22regmove.c (optimize_reg_copy_1): Do not replace a hard register in an asm.Hans-Peter Nilsson1-0/+10
2003-01-17ifcvt.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-16Make-lang.in (f/target.o): Depend on toplev.h.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-30/+33
2002-12-24regmove.c: Fix comment typos.Kazu Hirata1-7/+7
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-10-27combine.c: Fix comment formatting.Kazu Hirata1-2/+2
2002-09-26c-common.h: Follow spelling conventions.Kazu Hirata1-1/+1
2002-07-15re PR middle-end/7153 (bad operands for 'movsbl' error)Eric Botcazou1-0/+1
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-1/+1
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-12/+12
2002-05-21bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak1-3/+4
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-15/+14
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-14/+15
2002-05-09read-rtl.c: Fix formatting.Kazu Hirata1-13/+13
2002-03-30regmove.c (combine_stack_adjustments_for_block): Avoid emitting a stack adjus...Roger Sayle1-27/+21
2002-02-19* regmove.c (regmove_optimize): Avoid increasing of register pressure.Jan Hubicka1-11/+15
2002-01-16calls.c (try_to_integrate): Use "(size_t)" intermediate cast and when casting...Graham Stott1-1/+1
2002-01-15read-rtl.c: Fix formatting.Kazu Hirata1-7/+7
2002-01-01attribs.c (handle_vector_size_attribute): Use host_integerp and tree_int_cst;...Richard Kenner1-2/+4
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-2/+2
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-11c-parse.in (asm_operand): Allow named operands.Richard Henderson1-7/+14
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-1/+1
2001-09-25Makefile.in (cfgrtl.o): Add.Jan Hubicka1-11/+3
2001-09-21basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka1-7/+4