aboutsummaryrefslogtreecommitdiff
path: root/gcc/jump.c
AgeCommit message (Expand)AuthorFilesLines
1999-06-26* jump.c (jump_optimize_1): Validate the cmov copy to a temporary.Richard Henderson1-19/+38
1999-05-31jump.c (jump_optimize_1): Only set CAN_REACH_END if calculate_can_reach_end r...Jeffrey A Law1-2/+12
1999-05-19jump.c (can_reverse_comparison_p): Do not abort if the comparison insn for a ...Jeff Law1-1/+10
1999-04-11flow.c (flow_delete_insn): If we delete a CODE_LABEL...Jeffrey A Law1-5/+8
1999-04-11reg-stack.c: Update comment, include varray.h.Jan Hubicka1-1/+1
1999-04-11jump.c (jump_optimize_1): Make the definition static to match the prototype.Kaveh R. Ghazi1-1/+1
1999-04-09rtl.h (rebuild_jump_labels): Declare.Jeffrey A Law1-1/+34
1999-03-10gcse.c (run_jump_opt_after_gcse): New variable.Jeffrey A Law1-1/+11
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson1-0/+18
1999-02-15jump.c: Include insn-attr.h.Jeffrey A Law1-0/+12
1999-01-19expr.c (do_jump_for_compare): Handle conditional branch expanders emitting mu...Richard Henderson1-0/+26
1999-01-17Copyright update.Jeff Law1-1/+1
1999-01-17* jump.c (rtx_renumbered_equal_p): Special case CODE_LABEL.Richard Henderson1-0/+4
1998-12-01Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>Herman A.J. ten Brugge1-2/+4
1998-11-25rtlanal.c (regs_set_between_p): New function.Richard Henderson1-2/+2
1998-11-24reload1.c (reload): Remove unused variable.Graham Stott1-1/+1
1998-11-05* jump.c (calculate_can_reach_end): Fix thinko.David S. Miller1-2/+2
1998-11-04Begin cleaning up jump.cDavid S. Miller1-379/+449
1998-10-31jump.c (jump_optimize): Initialize mappings from INSN_UID to EH region if...Jeffrey A Law1-0/+13
1998-10-19* jump.c (sets_cc0_p): Compile only if HAVE_cc0.Bernd Schmidt1-4/+3
1998-10-15flow.c (life_analysis_1): Do not clobber regs_ever_live after reload.Bernd Schmidt1-7/+3
1998-10-14Warning fixes:Kaveh R. Ghazi1-1/+1
1998-10-08* jump.c (jump_optimize): Revert accidental patch.Jeffrey A Law1-3/+7
1998-10-07jump.c (duplicate_loop_exit_test): Strip REG_WAS_0 notes off all insns we're ...Bernd Schmidt1-9/+8
1998-09-02Fix miscompilation of MIPS cross assembler on sparc host.Jim Wilson1-1/+9
1998-08-20jump.c (rtx_renumbered_equal_p): Do not consider PLUS commutative.Jeffrey A Law1-3/+14
1998-07-19jump.c (jump_optimize): When simplifying noop moves and PUSH_ROUNDING...David S. Miller1-1/+6
1998-07-12More efficient version of Jul 10 bugfix of mine, as discussed on egcs-patches.David S. Miller1-12/+42
1998-07-10jump.c (jump_optimize): If after_regscan and our transformations generate new...David S. Miller1-0/+12
1998-07-09* jump.c (duplicate_loop_exit_test): Fix thinko.Jeffrey A Law1-1/+1
1998-07-08jump.c (duplicate_loop_exit_test): Do not duplicate the loop exit test if the...Jeffrey A Law1-1/+7
1998-07-06* jump.c (jump_optimize) Check for CONST_INT before using INTVAL.Alasdair Baird1-0/+2
1998-07-06jump.c (duplicate_loop_exit_test): Don't refuse to copy a section of code jus...Mark Mitchell1-2/+10
1998-06-30jump.c (jump_optimize): Show that the jump chain is not valid when not optimi...Jeff Law1-0/+3
1998-06-27jump.c (jump_optimize): Use side_effects_p & may_trap_p instead of rtx_unsafe_p.Richard Henderson1-81/+7
1998-06-19calls.c (expand_call): Initialize "src" and "dest".Jeffrey A Law1-1/+1
1998-06-19alias.c: Include toplev.hGraham Stott1-0/+1
1998-06-17haifa-sched.c (haifa_classify_insn): TRAP_IF is risky.John Carr1-0/+74
1998-06-02jump.c (jump_optimize): Remove debug messages accidentally left in with the p...Richard Henderson1-20/+0
1998-06-02Fix typo in last change change.Jeff Law1-1/+1
1998-06-02jump.c (rtx_unsafe_p): New function.Richard Henderson1-11/+93
1998-05-28jump.c (thread_jumps): Do not look at the NOTE_LINE_NUMBER of a non-note insn.Jeffrey A Law1-0/+1
1998-05-23m68k.h: Declare more functions used in macros.Andreas Schwab1-0/+4
1998-05-19Warning Fixes:Kaveh R. Ghazi1-1/+1
1998-04-16loop.c (regs_patch_p): Add prototype.Jeff Law1-0/+1
1998-04-08jump.c (mark_jump_label): Record REG_LABEL notes for insns which refer to the...Jeffrey A Law1-11/+15
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-1/+1
1998-03-05jump.c (jump_optimize): Call mark_jump_label also for deleted insns.J"orn Rennecke1-9/+10
1998-02-28Fix warious warnings:Kaveh R. Ghazi1-2/+4
1998-02-03jump.c (jump_optimize): Lose calls to modified_in_p they are not needed anymo...Jeffrey A Law1-5/+0