OSDN Git Service

* config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
[pf3gnuchains/gcc-fork.git] / gcc / rtlanal.c
2000-04-07 rth * rtl.def (COND_EXEC): New.
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-17 rth * rtlanal.c (single_set): Reject if the paralle...
2000-02-26 lawFix copyrights.
2000-02-26 law * rtlanal.c (find_last_value): Allow NULL_RTX for...
2000-01-19 geoffk* rtlanal.c (reg_referenced_p): A CLOBBER of a MEM...
2000-01-17 ghaziUpdate copyrights
2000-01-17 ghazi * reload.c: PROTO -> PARAMS.
1999-12-27 rth * alias.c (nonlocal_reference_p): Add else...
1999-12-16 davem * expr.c (emit_move_insn_1): Only emit clobbers if...
1999-12-15 davem1999-12-15 David S. Miller <davem@redhat.com>
1999-11-02 clm * Makefile.in (genattrtab): Don't use (HOST_RTL...
1999-11-01 kennerFri Oct 29 15:25:07 1999 Arnaud Charlet <charlet...
1999-10-27 mmitchel * rtl.h (note_stores): Add additional paramter.
1999-10-20 rth * basic-block.h (PROP_*): Move constants from ...
1999-09-19 mmitchelFix typo in last change
1999-09-19 mmitchel * rtl.h (insns_safe_to_move_p): New function.
1999-09-03 rth * flow.c (propagate_block): Use XEXP not SET_DE...
1999-08-20 ghazi * rtl.h (rtx_format): Constify a char*.
1999-08-19 zack1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover...
1999-06-23 amylaar * rtlanal.c (reg_referenced_p): Use reg_overlap_mentio...
1999-04-12 law * flow.c (flow_delete_insn): If we delete a CODE_LABEL...
1999-03-28 ghaziWarning fixes:
1999-03-15 m.hayes * rtlanal.c (auto_inc_p): New function.
1999-02-25 amylaar * rtl.h (insn_first_p): Don't declare.
1999-02-22 amacleod * loop.c (libcall_other_regs): Make extern.
1999-02-19 amylaar * rtlanal.c (insn_first_p): Fix return value for insn...
1999-02-10 mmitchel * rtlanal.c (for_each_rtx): Fix declaration to conform...
1999-02-02 rthMissed from last commit.
1999-01-28 amylaarHappy new year.
1999-01-27 amylaar * rtl.h (insn_first_p): Declare.
1998-12-22 nickcFix obvious typo that produced compile time warning.
1998-12-14 law * rtl.h (multiple_sets): Fix prototype.
1998-12-12 law * rtlanal.c (multiple_sets): New function.
1998-11-26 rth * rtlanal.c (regs_set_between_p): New function.
1998-10-16 law * flow.c (life_analysis_1): Do not clobber...
1998-10-13 law * rtl.h: Delete duplicate prototypes. Add...
1998-09-12 davem More multi-register structure return recognition fixes...
1998-09-12 davem * flow.c (mark_set_1): Recognize multi-register struct...
1998-08-19 mmitchel * rtlanal.c (for_each_rtx): Check in the change mentio...
1998-07-28 vmakarov
1998-07-08 law * rtlanal.c (reg_overlap_mentioned_p): Handle...
1998-05-13 law * rtlanal.c (find_reg_note): Ignore notes that...
1998-05-13 ghaziWarning fixes:
1998-04-17 law * varasm.c (asm_output_bss): Add prototype.
1998-04-04 law * Check in merge from gcc2. See ChangeLog...
1998-03-20 ghaziMajor cutover to using system.h:
1998-02-13 robertlRats. Forgot to change copyrights on the first commit.
1998-02-13 robertl * c-lang.c (finish_file): Bracket declaration of stati...
1998-01-28 law * rtlanal.c (dead_or_set_regno_p): Ignore REG_D...
1997-12-20 law * bitmap.c (bitmap_clear): Ensure `inline'...
1997-11-02 lawUpdate mainline egcs to gcc2 snapshot 971021.
1997-09-23 law * rtlanal.c (jmp_uses_reg_or_mem): Fix typo...
1997-09-22 law * jump.c (jmp_uses_reg_or_mem): Deleted unused...
1996-07-03 mrsformatting tweaks
1996-05-06 kenner(rtx_addr_varies_p): Scan operands of type `E'.
1996-03-10 kennerUpdate comment for rtx_equal_function_value_matters.
1995-10-06 kenner(reg_set_last): Fix call to reg_set_between_p.
1995-06-28 kenner(reg_set_p_1): Now static; add extra parm.
1995-06-15 kennerUpdate FSF address.
1994-08-25 kenner(may_trap_p, case EXPR_LIST): New case.
1994-05-29 kenner(volatile_insn_p): Call ourselves in recursive scan.
1994-05-06 kenner(reg_used_between_p): Check usage exprs on CALL_INSNs.
1993-12-21 wilson(replace_regs, case REG): Return copies of SUBREGs, to
1993-10-19 rms(volatile_insn_p): New function.
1993-09-24 dje* rtlanal.c: (rtx_unstable_p): HARD_FRAME_POINTER_REGNU...
1993-09-06 kenner(modified_between_p): Handle vectors.
1993-03-30 kenner(find_regno_note): Find note that overlaps REGNO, not...
1993-01-23 rmsComment fix.
1992-10-14 rms(single_set): fix typo in REG_UNUSED check.
1992-09-19 kenner(reg_set_last): Allow old value to be a SUBREG.
1992-07-06 mycroftentered into RCS
1992-01-28 kenner*** empty log message ***
1992-01-18 wilson*** empty log message ***
1991-12-01 rmsInitial revision