aboutsummaryrefslogtreecommitdiff
path: root/gcc/jump.c
AgeCommit message (Expand)Author
1999-02-15jump.c: Include insn-attr.h.Jeffrey A Law
1999-01-17* jump.c (rtx_renumbered_equal_p): Special case CODE_LABEL.Richard Henderson
1998-10-30jump.c (jump_optimize): Initialize mappings from INSN_UID to EH region if...Jeffrey A Law
1998-07-20jump.c (jump_optimize): When simplifying noop moves and PUSH_ROUNDING...David S. Miller
1998-07-12More efficient version of Jul 10 bugfix of mine, as discussed on egcs-patches.David S. Miller
1998-07-10jump.c (jump_optimize): If after_regscan and our transformations generate new...David S. Miller
1998-07-09* jump.c (duplicate_loop_exit_test): Fix thinko.Jeffrey A Law
1998-07-08jump.c (duplicate_loop_exit_test): Do not duplicate the loop exit test if the...Jeffrey A Law
1998-07-06* jump.c (jump_optimize) Check for CONST_INT before using INTVAL.Alasdair Baird
1998-07-06jump.c (duplicate_loop_exit_test): Don't refuse to copy a section of code jus...Mark Mitchell
1998-06-30jump.c (jump_optimize): Show that the jump chain is not valid when not optimi...Jeff Law
1998-06-27jump.c (jump_optimize): Use side_effects_p & may_trap_p instead of rtx_unsafe_p.Richard Henderson
1998-06-19calls.c (expand_call): Initialize "src" and "dest".Jeffrey A Law
1998-06-19alias.c: Include toplev.hGraham Stott
1998-06-17haifa-sched.c (haifa_classify_insn): TRAP_IF is risky.John Carr
1998-06-02jump.c (jump_optimize): Remove debug messages accidentally left in with the p...Richard Henderson
1998-06-02Fix typo in last change change.Jeff Law
1998-06-02jump.c (rtx_unsafe_p): New function.Richard Henderson
1998-05-28jump.c (thread_jumps): Do not look at the NOTE_LINE_NUMBER of a non-note insn.Jeffrey A Law
1998-05-23m68k.h: Declare more functions used in macros.Andreas Schwab
1998-05-19Warning Fixes:Kaveh R. Ghazi
1998-04-16loop.c (regs_patch_p): Add prototype.Jeff Law
1998-04-08jump.c (mark_jump_label): Record REG_LABEL notes for insns which refer to the...Jeffrey A Law
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi
1998-03-05jump.c (jump_optimize): Call mark_jump_label also for deleted insns.J"orn Rennecke
1998-02-28Fix warious warnings:Kaveh R. Ghazi
1998-02-03jump.c (jump_optimize): Lose calls to modified_in_p they are not needed anymo...Jeffrey A Law
1998-02-02jump.c (jump_optimize): Fix first arg to modified_in_p in previous change.Jeffrey A Law
1998-02-01jump.c (jump_optimize): Allow conditional loading of floating point constants...Michael P. Hayes
1998-01-17jump.c (jump_optimize): Remove Dec 17, 1997 chance in favor of an equivalent ...Jeff Law
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson
1998-01-14Bring in final gcc-2.8.0 changes.Jeff Law
1997-12-16jump.c: (optimize_jump): Don't use the return register as a source1 of a cond...Stan Cox
1997-12-06Merge from gcc-2.8Jeff Law
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law
1997-09-19jump.c (thread_jumps): check can_reverse_comparison_p before threading a reve...J"orn Rennecke
1997-05-30Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner
1997-05-06reformat a little to match GNU coding standards.Mike Stump
1997-03-28jump.c (jump_optimize, [...]): Disable some optimizations when flag_test_cove...Doug Evans
1997-02-03(find_cross_jump): Don't allow old-style and volatile asmsJim Wilson
1997-01-03(rtx_equal_for_thread_p): Return 0 for floating-point.Richard Kenner
1996-12-13Check SMALL_REGISTER_CLASSES at runtimeIan Lance Taylor
1996-12-09(jump_optimize): Don't move initialization if there is a label between it and...Stan Cox
1996-11-12(jump_optimize): Fix bug in Sep 23 change.Richard Kenner
1996-10-26(jump_optimize): Fix second error in last change.Richard Kenner
1996-10-21jump.c (jump_optimize): fix bug in last change.Doug Evans
1996-10-21(jump_optimize): Use emit_store_flag even if branches are cheap, ifRichard Kenner
1996-10-14(jump_optimize): Check for if (...) { x = a; goto l; } x = b;Jim Wilson
1996-09-23(jump_optimize): In no-nop move deletion, don't test PRESERVE_DEATH_INFO_REGN...Richard Kenner
1996-09-18(jump_optimize): Insert conditional move after jump insn instead ofRichard Kenner