summaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
Commit message (Expand)AuthorAgeFilesLines
* * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.rth2000-07-281-0/+63
* 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>oldham2000-07-221-8/+8
* * rtl.h (loc_mentioned_in_p): Declare.amylaar2000-05-251-0/+26
* * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.rth2000-05-191-0/+40
* * rtlanal.c (may_trap_p): Consider old-style and volatilerth2000-05-091-1/+4
* * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in therth2000-05-051-11/+16
* * cppexp.c (op_t): Make an int.jason2000-05-031-1/+1
* * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.rth2000-04-271-16/+3
* * rtl.def (COND_EXEC): New.rth2000-04-071-40/+66
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-29/+32
* * rtlanal.c (single_set): Reject if the parallel has anythingrth2000-03-171-9/+23
* 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