summaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
Commit message (Expand)AuthorAgeFilesLines
* Fix copyrights.law2000-02-261-1/+2
* * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.law2000-02-261-6/+8
* * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGsgeoffk2000-01-191-0/+6
* Update copyrightsghazi2000-01-171-1/+1
* * reload.c: PROTO -> PARAMS.ghazi2000-01-171-5/+5
* * alias.c (nonlocal_reference_p): Add else for disjoint ifs.rth1999-12-271-7/+7
* * expr.c (emit_move_insn_1): Only emit clobbers if one ofdavem1999-12-161-7/+0
* 1999-12-15 David S. Miller <davem@redhat.com>davem1999-12-151-0/+7
* * Makefile.in (genattrtab): Don't use (HOST_RTLANAL).clm1999-11-021-108/+0
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-0/+1
* * rtl.h (note_stores): Add additional paramter.mmitchel1999-10-271-12/+15
* * basic-block.h (PROP_*): Move constants from ...rth1999-10-201-1/+4
* Fix typo in last changemmitchel1999-09-191-1/+10
* * rtl.h (insns_safe_to_move_p): New function.mmitchel1999-09-191-0/+70
* * flow.c (propagate_block): Use XEXP not SET_DEST for a USE.rth1999-09-031-12/+10
* * rtl.h (rtx_format): Constify a char*.ghazi1999-08-201-20/+20
* 1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-191-0/+1
* * rtlanal.c (reg_referenced_p): Use reg_overlap_mentioned_pamylaar1999-06-231-0/+5
* * flow.c (flow_delete_insn): If we delete a CODE_LABEL, also removelaw1999-04-121-0/+30
* Warning fixes:ghazi1999-03-281-1/+1
* * rtlanal.c (auto_inc_p): New function.m.hayes1999-03-151-0/+24
* * rtl.h (insn_first_p): Don't declare.amylaar1999-02-251-20/+0
* * loop.c (libcall_other_regs): Make extern.amacleod1999-02-221-4/+6
* * rtlanal.c (insn_first_p): Fix return value for insn == reference.amylaar1999-02-191-2/+4
* * rtlanal.c (for_each_rtx): Fix declaration to conform to GNUmmitchel1999-02-101-2/+2
* Missed from last commit.rth1999-02-021-0/+33
* Happy new year.amylaar1999-01-281-1/+1
* * rtl.h (insn_first_p): Declare.amylaar1999-01-271-0/+31
* Fix obvious typo that produced compile time warning.nickc1998-12-221-1/+1
* law1998-12-141-1/+1
* * rtlanal.c (multiple_sets): New function.law1998-12-121-0/+32
* * rtlanal.c (regs_set_between_p): New function.rth1998-11-261-0/+46
* * flow.c (life_analysis_1): Do not clobber regs_ever_live afterlaw1998-10-161-22/+13
* * rtl.h: Delete duplicate prototypes. Add some missinglaw1998-10-131-1/+2
* More multi-register structure return recognition fixes and:davem1998-09-121-0/+12
* * flow.c (mark_set_1): Recognize multi-register structure returndavem1998-09-121-2/+19
* * rtlanal.c (for_each_rtx): Check in the change mentioned below.mmitchel1998-08-191-0/+73
* vmakarov1998-07-281-1/+7
* * rtlanal.c (reg_overlap_mentioned_p): Handle STRICT_LOW_PART. Iflaw1998-07-081-3/+8
* * rtlanal.c (find_reg_note): Ignore notes that are not on onlaw1998-05-131-0/+8
* Warning fixes:ghazi1998-05-131-1/+2
* * varasm.c (asm_output_bss): Add prototype.law1998-04-171-0/+2
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-041-1/+1
* Major cutover to using system.h:ghazi1998-03-201-1/+1
* Rats. Forgot to change copyrights on the first commit.robertl1998-02-131-1/+1
* * c-lang.c (finish_file): Bracket declaration of static_ctors,robertl1998-02-131-1/+0
* * rtlanal.c (dead_or_set_regno_p): Ignore REG_DEAD notes afterlaw1998-01-281-10/+21
* * bitmap.c (bitmap_clear): Ensure `inline' is at the beginninglaw1997-12-201-0/+3
* Update mainline egcs to gcc2 snapshot 971021.law1997-11-021-12/+49
* * rtlanal.c (jmp_uses_reg_or_mem): Fix typo in last change.law1997-09-231-1/+1