aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
AgeCommit message (Expand)AuthorFilesLines
1998-07-28cse.c (cse_insn): Enable subsitution inside libcall only for REG, SUBREG, MEM.Vladimir N. Makarov1-1/+7
1998-07-07rtlanal.c (reg_overlap_mentioned_p): Handle STRICT_LOW_PART.Jeffrey A Law1-3/+8
1998-05-13rtlanal.c (find_reg_note): Ignore notes that are not on on insns of class 'i'.Michael Meissner1-0/+8
1998-05-13Warning fixes:Kaveh R. Ghazi1-1/+2
1998-04-16varasm.c (asm_output_bss): Add prototype.Jeff Law1-0/+2
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-1/+1
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-1/+1
1998-02-13Rats. Forgot to change copyrights on the first commit.Robert Lipe1-1/+1
1998-02-13c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1-1/+0
1998-01-28rtlanal.c (dead_or_set_regno_p): Ignore REG_DEAD notes after reload completes.Mike Stump1-10/+21
1997-12-20bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1-0/+3
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-12/+49
1997-09-23rtlanal.c (jmp_uses_reg_or_mem): Fix typo in last change.Jeffrey A Law1-1/+1
1997-09-21jump.c (jmp_uses_reg_or_mem): Deleted unused function.Jeffrey A Law1-0/+96
1996-07-03formatting tweaksMike Stump1-1/+1
1996-05-06(rtx_addr_varies_p): Scan operands of type `E'.Richard Kenner1-3/+12
1996-03-10Update comment for rtx_equal_function_value_matters.Richard Kenner1-1/+1
1995-10-06(reg_set_last): Fix call to reg_set_between_p.Richard Kenner1-1/+1
1995-06-28(reg_set_p_1): Now static; add extra parm.Richard Kenner1-3/+3
1995-06-15Update FSF address.Richard Kenner1-1/+2
1994-08-25(may_trap_p, case EXPR_LIST): New case.Richard Kenner1-0/+4
1994-05-29(volatile_insn_p): Call ourselves in recursive scan.Richard Kenner1-3/+3
1994-05-06(reg_used_between_p): Check usage exprs on CALL_INSNs.Richard Kenner1-4/+101
1993-12-21(replace_regs, case REG): Return copies of SUBREGs, toJim Wilson1-1/+8
1993-10-19(volatile_insn_p): New function.Richard Stallman1-0/+65
1993-09-24rtlanal.c: (rtx_unstable_p): HARD_FRAME_POINTER_REGNUM is not an unstable reg...Doug Evans1-3/+5
1993-09-06(modified_between_p): Handle vectors.Richard Kenner1-4/+74
1993-03-30(find_regno_note): Find note that overlaps REGNO, not just one thatRichard Kenner1-2/+9
1993-01-23Comment fix.Richard Stallman1-0/+2
1992-10-14(single_set): fix typo in REG_UNUSED check.Richard Stallman1-3/+3
1992-09-19(reg_set_last): Allow old value to be a SUBREG.Richard Kenner1-3/+4
1992-07-06entered into RCSCharles Hannum1-4/+9
1992-01-28*** empty log message ***Richard Kenner1-1/+6
1992-01-17*** empty log message ***Jim Wilson1-2/+2
1991-12-01Initial revisionRichard Stallman1-0/+1574