summaryrefslogtreecommitdiff
path: root/gcc/regmove.c
Commit message (Expand)AuthorAgeFilesLines
* regmove.c (optimize_reg_copy_1): Do not replace a hard register in an asm.Hans-Peter Nilsson2003-02-221-0/+10
* combine.c: Fix comment formatting.Kazu Hirata2002-10-271-2/+2
* c-common.h: Follow spelling conventions.Kazu Hirata2002-09-261-1/+1
* re PR middle-end/7153 (bad operands for 'movsbl' error)Eric Botcazou2002-07-151-0/+1
* Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller2002-06-111-1/+1
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-12/+12
* bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak2002-05-211-3/+4
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-15/+14
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-14/+15
* read-rtl.c: Fix formatting.Kazu Hirata2002-05-091-13/+13
* regmove.c (combine_stack_adjustments_for_block): Avoid emitting a stack adjus...Roger Sayle2002-03-301-27/+21
* * regmove.c (regmove_optimize): Avoid increasing of register pressure.Jan Hubicka2002-02-191-11/+15
* calls.c (try_to_integrate): Use "(size_t)" intermediate cast and when casting...Graham Stott2002-01-161-1/+1
* read-rtl.c: Fix formatting.Kazu Hirata2002-01-151-7/+7
* attribs.c (handle_vector_size_attribute): Use host_integerp and tree_int_cst;...Richard Kenner2002-01-011-2/+4
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-11-231-2/+2
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* c-parse.in (asm_operand): Allow named operands.Richard Henderson2001-10-111-7/+14
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-1/+1
* Makefile.in (cfgrtl.o): Add.Jan Hubicka2001-09-251-11/+3
* basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka2001-09-211-7/+4
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-22/+0
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-4/+4
* regmove.c (regmove_optimize): Avoid setting a register twice in a parallel set.Roman Zippel2001-08-101-0/+8
* regmove.c (regmove_optimize): Don't replace a reg with another reg of a diffe...Kazu Hirata2001-07-261-0/+3
* 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