summaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
Commit message (Expand)AuthorAgeFilesLines
* rtl.h (loc_mentioned_in_p): Declare.J"orn Rennecke2000-05-251-0/+26
* rtlanal.c (insn_dependant_p, [...]): New.Richard Henderson2000-05-181-0/+40
* rtlanal.c (may_trap_p): Consider old-style and volatile asms to trap.Richard Henderson2000-05-081-1/+4
* rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the same way emit_gro...Richard Henderson2000-05-051-11/+16
* cppexp.c (op_t): Make an int.Jason Merrill2000-05-031-1/+1
* rtlanal.c (dead_or_set_regno_p): Use find_regno_note.Richard Henderson2000-04-271-16/+3
* rtl.def (COND_EXEC): New.Richard Henderson2000-04-071-40/+66
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-29/+32
* rtlanal.c (single_set): Reject if the parallel has anything except SET or USE...Richard Henderson2000-03-171-9/+23
* Fix copyrights.Jeff Law2000-02-261-1/+2
* * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.John Wehle2000-02-251-6/+8
* rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs inside the MEM.Geoff Keating2000-01-191-0/+6
* Update copyrightsKaveh Ghazi2000-01-171-1/+1
* reload.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-5/+5
* alias.c (nonlocal_reference_p): Add else for disjoint ifs.Christophe Jaillet1999-12-271-7/+7
* expr.c (emit_move_insn_1): Only emit clobbers if one of the outputs is a SUBREG.David S. Miller1999-12-161-7/+0
* rtlanal.c (reg_overlap_mentioned_p): Handle CONCAT.David S. Miller1999-12-151-0/+7
* Makefile.in (genattrtab): Don't use (HOST_RTLANAL).Catherine Moore1999-11-021-108/+0
* [multiple changes]Richard Kenner1999-10-311-0/+1
* rtl.h (note_stores): Add additional paramter.Mark Mitchell1999-10-271-12/+15
* basic-block.h (PROP_*): Move constants from ...Richard Henderson1999-10-201-1/+4
* Fix typo in last changeMark Mitchell1999-09-191-1/+10
* rtl.h (insns_safe_to_move_p): New function.Mark Mitchell1999-09-191-0/+70
* flow.c (propagate_block): Use XEXP not SET_DEST for a USE.Richard Henderson1999-09-031-12/+10
* rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1999-08-201-20/+20
* rtl.def (NOTE): Change format to "iuu0n".Zack Weinberg1999-08-191-0/+1
* rtlanal.c (reg_referenced_p): Use reg_overlap_mentioned_p for the parts of an...J"orn Rennecke1999-06-231-0/+5
* flow.c (flow_delete_insn): If we delete a CODE_LABEL...Jeffrey A Law1999-04-111-0/+30
* Warning fixes:Kaveh R. Ghazi1999-03-281-1/+1
* rtlanal.c (auto_inc_p): New function.Michael Hayes1999-03-151-0/+24
* rtl.h (insn_first_p): Don't declare.J"orn Rennecke1999-02-251-20/+0
* loop.c (libcall_other_regs): Make extern.Andrew MacLeod1999-02-221-4/+6
* rtlanal.c (insn_first_p): Fix return value for insn == reference.J"orn Rennecke1999-02-191-2/+4
* rtlanal.c (for_each_rtx): Fix declaration to conform to GNU coding standards.Mark Mitchell1999-02-101-2/+2
* Missed from last commit.Richard Henderson1999-02-021-0/+33
* Happy new year.Joern Rennecke1999-01-281-1/+1
* rtl.h (insn_first_p): Declare.J"orn Rennecke1999-01-271-0/+31
* Fix obvious typo that produced compile time warning.Nick Clifton1998-12-221-1/+1
* rtl.h (multiple_sets): Fix prototype.Jeff Law1998-12-131-1/+1
* rtlanal.c (multiple_sets): New function.Jeffrey A Law1998-12-121-0/+32
* rtlanal.c (regs_set_between_p): New function.Richard Henderson1998-11-251-0/+46
* flow.c (life_analysis_1): Do not clobber regs_ever_live after reload.Bernd Schmidt1998-10-151-22/+13
* rtl.h: Delete duplicate prototypes.Jeffrey A Law1998-10-131-1/+2
* More multi-register structure return recognition fixes and:David S. Miller1998-09-111-0/+12
* flow.c (mark_set_1): Recognize multi-register structure return values in CALL...David S. Miller1998-09-111-2/+19
* * rtlanal.c (for_each_rtx): Check in the change mentioned below.Mark Mitchell1998-08-191-0/+73
* cse.c (cse_insn): Enable subsitution inside libcall only for REG, SUBREG, MEM.Vladimir N. Makarov1998-07-281-1/+7
* rtlanal.c (reg_overlap_mentioned_p): Handle STRICT_LOW_PART.Jeffrey A Law1998-07-071-3/+8
* rtlanal.c (find_reg_note): Ignore notes that are not on on insns of class 'i'.Michael Meissner1998-05-131-0/+8
* Warning fixes:Kaveh R. Ghazi1998-05-131-1/+2