aboutsummaryrefslogtreecommitdiff
path: root/gcc/regmove.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-22/+0
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-4/+4
2001-08-10regmove.c (regmove_optimize): Avoid setting a register twice in a parallel set.Roman Zippel1-0/+8
2001-07-26regmove.c (regmove_optimize): Don't replace a reg with another reg of a diffe...Kazu Hirata1-0/+3
2001-07-10regmove.c (replace_in_call_usage): Fix warnings.Jan van Male1-2/+2
2001-07-09[multiple changes]Richard Kenner1-8/+5
2001-07-04emit-rtl.c (replace_equiv_address): New function.Richard Kenner1-2/+3
2001-06-19Fix incorrect note handling.Bernd Schmidt1-0/+9
2001-05-11regmove.c (regmove_optimize): Suppress the optimization for unchanging destin...Jakub Jelinek1-1/+8
2001-04-30regmove.c (try_apply_stack_adjustment): Remove now redundant sanity checks.Jan Hubicka1-38/+60
2001-04-30regmove.c (record_stack_memrefs): Catch all references to the stack pointer.Mark Mitchell1-5/+10
2001-04-13Makefile.in (toplev.o, [...]): Depend on reload.hKaveh R. Ghazi1-0/+1
2001-04-12Makefile.in (regmove.o): Depend on except.h.Richard Henderson1-0/+1
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-2/+2
2001-03-28regmove.c (perhaps_ends_bb_p): Use can_throw_internal to reduce false positives.Richard Henderson1-4/+9
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-1/+0
2001-01-30regmove.c (try_auto_increment): Change REG_DEAD into REG_UNUSED when register...Herman A.J. ten Brugge1-0/+10
2001-01-13reload1.c: Add prototype for replace_pseudos_in_call_usage.Andreas Jaeger1-14/+15
2001-01-12Reinstated part of the patch that is safeAlexandre Oliva1-1/+44
2001-01-12RevertedAlexandre Oliva1-55/+1
2001-01-12calls.c (emit_library_call_value_1): Add USEs and CLOBBERs to function usage ...Alexandre Oliva1-1/+55
2000-11-08regmove.c (combine_stack_adjustments_for_blocks): Recognize pushes formed usi...Jan Hubicka1-3/+10
2000-08-18regmove.c (perhaps_ends_bb_p): New function.Richard Kenner1-115/+69
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-18/+17
2000-07-28cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.Richard Henderson1-3/+2
2000-05-31Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner1-3/+4
2000-04-28regmove.c (struct record_stack_memrefs_data): New.Jan Hubicka1-18/+58
2000-03-28regmove.c (struct csa_memlist): Make mem field rtx *.Jan Hubicka1-9/+11
2000-03-22regmove.c (combine_stack_adjustments_for_block): Check that the stack pointer...Stephane Carrez1-0/+1
2000-03-20regmove.c (stack_memref_p): Fix typo, reorg for readability.Richard Henderson1-9/+19
2000-03-14regmove.c (combine_stack_adjustments): New.Richard Henderson1-0/+333
2000-03-05* regmove.c (copy_src_to_dest) Do not create src->dest moveThomas Schuster1-0/+1
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-01-17machmode.h: PROTO -> PARAMS.Kaveh R. Ghazi1-16/+16
2000-01-04builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi1-5/+5
1999-12-17regmove.c (copy_src_to_dest): Remove loop_depth parameter.Jan Hubicka1-44/+11
1999-12-06Fix ia64 abort while compiling gcc.c-torture/unsorted/logic.c.Jim Wilson1-0/+8
1999-12-04regmove.c (copy_src_to_dest): Remove loop_depth parameter.Jan Hubicka1-91/+7