summaryrefslogtreecommitdiff
path: root/gcc/regmove.c
Commit message (Expand)AuthorAgeFilesLines
* regmove.c (replace_in_call_usage): Fix warnings.Jan van Male2001-07-101-2/+2
* [multiple changes]Richard Kenner2001-07-091-8/+5
* emit-rtl.c (replace_equiv_address): New function.Richard Kenner2001-07-041-2/+3
* Fix incorrect note handling.Bernd Schmidt2001-06-191-0/+9
* regmove.c (regmove_optimize): Suppress the optimization for unchanging destin...Jakub Jelinek2001-05-111-1/+8
* regmove.c (try_apply_stack_adjustment): Remove now redundant sanity checks.Jan Hubicka2001-04-301-38/+60
* regmove.c (record_stack_memrefs): Catch all references to the stack pointer.Mark Mitchell2001-04-301-5/+10
* Makefile.in (toplev.o, [...]): Depend on reload.hKaveh R. Ghazi2001-04-131-0/+1
* Makefile.in (regmove.o): Depend on except.h.Richard Henderson2001-04-121-0/+1
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-2/+2
* regmove.c (perhaps_ends_bb_p): Use can_throw_internal to reduce false positives.Richard Henderson2001-03-281-4/+9
* mkconfig.sh: Include insn-flags.h.Richard Henderson2001-03-221-1/+0
* regmove.c (try_auto_increment): Change REG_DEAD into REG_UNUSED when register...Herman A.J. ten Brugge2001-01-301-0/+10
* reload1.c: Add prototype for replace_pseudos_in_call_usage.Andreas Jaeger2001-01-131-14/+15
* Reinstated part of the patch that is safeAlexandre Oliva2001-01-121-1/+44
* RevertedAlexandre Oliva2001-01-121-55/+1
* calls.c (emit_library_call_value_1): Add USEs and CLOBBERs to function usage ...Alexandre Oliva2001-01-121-1/+55
* regmove.c (combine_stack_adjustments_for_blocks): Recognize pushes formed usi...Jan Hubicka2000-11-081-3/+10
* regmove.c (perhaps_ends_bb_p): New function.Richard Kenner2000-08-181-115/+69
* alias.c (mark_constant_function): Use INSN_P.Rodney Brown2000-08-041-18/+17
* cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.Richard Henderson2000-07-281-3/+2
* Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner2000-05-311-3/+4
* regmove.c (struct record_stack_memrefs_data): New.Jan Hubicka2000-04-281-18/+58
* regmove.c (struct csa_memlist): Make mem field rtx *.Jan Hubicka2000-03-281-9/+11
* regmove.c (combine_stack_adjustments_for_block): Check that the stack pointer...Stephane Carrez2000-03-221-0/+1
* regmove.c (stack_memref_p): Fix typo, reorg for readability.Richard Henderson2000-03-201-9/+19
* regmove.c (combine_stack_adjustments): New.Richard Henderson2000-03-141-0/+333
* * regmove.c (copy_src_to_dest) Do not create src->dest moveThomas Schuster2000-03-051-0/+1
* Fix copyrights.Jeff Law2000-02-261-1/+2
* machmode.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-16/+16
* builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi2000-01-041-5/+5
* regmove.c (copy_src_to_dest): Remove loop_depth parameter.Jan Hubicka1999-12-171-44/+11
* Fix ia64 abort while compiling gcc.c-torture/unsorted/logic.c.Jim Wilson1999-12-061-0/+8
* regmove.c (copy_src_to_dest): Remove loop_depth parameter.Jan Hubicka1999-12-041-91/+7
* cse.c (delete_trivially_dead_insns): Replace alloca with xmalloc/xcalloc.Mark Mitchell1999-11-081-3/+8
* rtl.h (note_stores): Add additional paramter.Mark Mitchell1999-10-271-3/+4
* regmove.c (optimize_reg_copy_3): Make sure P is non-nil as we climb up the ch...Brendan Kehoe1999-10-131-1/+4
* print-tree.c (print_node, indent_to): Remove redundant prototypes.Kaveh R. Ghazi1999-10-031-2/+4
* Delete !REGISTER_CONSTRAINTS codeBernd Schmidt1999-10-011-2/+0
* Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1999-09-201-0/+1
* regmove.c (fixup_match_1): Don't change an unchanging register.J"orn Rennecke1999-09-141-8/+26
* Replace insn_foo with insn_data.foo.Richard Henderson1999-09-121-3/+6
* Replace recog_foo with recog_data.foo.Richard Henderson1999-09-111-26/+34
* Merge in gcc2-ss-010999Jeff Law1999-09-061-55/+0
* regmove.c (fixup_match_1): Don't move INSN in front of P if it would end up i...J"orn Rennecke1999-09-011-2/+12
* Fix typo in comment.Jeff Law1999-08-311-1/+1
* rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1999-08-311-1/+3
* rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1999-08-201-1/+1
* Include function.h in most files.Bernd Schmidt1999-08-091-0/+1
* regmove.c (fixup_match_1): Consistently evaluate HAVE_POST_INCREMENT and HAVE...Toshiyasu Morita1999-04-031-3/+2