summaryrefslogtreecommitdiff
path: root/gcc/jump.c
Commit message (Expand)AuthorAgeFilesLines
* * jump.c (calculate_can_reach_end): Fix thinko.davem1998-11-061-2/+2
* Begin cleaning up jump.cdavem1998-11-051-379/+449
* * jump.c (jump_optimize): Initialize mappings from INSN_UID tolaw1998-10-311-0/+13
* * jump.c (sets_cc0_p): Compile only if HAVE_cc0.law1998-10-191-4/+3
* * flow.c (life_analysis_1): Do not clobber regs_ever_live afterlaw1998-10-161-7/+3
* Warning fixes:ghazi1998-10-141-1/+1
* * jump.c (jump_optimize): Revert accidental patch.law1998-10-081-3/+7
* * jump.c (duplicate_loop_exit_test): Strip REG_WAS_0 notes off alllaw1998-10-071-9/+8
* Fix miscompilation of MIPS cross assembler on sparc host.wilson1998-09-021-1/+9
* * jump.c (rtx_renumbered_equal_p): Do not consider PLUS commutative.law1998-08-201-3/+14
* * jump.c (jump_optimize): When simplifying noop moves anddavem1998-07-201-1/+6
* More efficient version of Jul 10 bugfix of mine, asdavem1998-07-131-12/+42
* * jump.c (jump_optimize): If after_regscan and our transformationsdavem1998-07-101-0/+12
* * jump.c (duplicate_loop_exit_test): Fix thinko.law1998-07-091-1/+1
* * jump.c (duplicate_loop_exit_test): Do not duplicate the loop exitlaw1998-07-081-1/+7
* * jump.c (jump_optimize) Check for CONST_INT before using INTVAL.law1998-07-061-0/+2
* * jump.c (duplicate_loop_exit_test): Don't refuse to copy ammitchel1998-07-061-2/+10
* * jump.c (jump_optimize): Show that the jump chain is notlaw1998-06-301-0/+3
* * jump.c (jump_optimize): Use side_effects_p & may_trap_p insteadrth1998-06-271-81/+7
* * calls.c (expand_call): Initialize "src" and "dest".law1998-06-201-1/+1
* * alias.c: Include toplev.hlaw1998-06-191-0/+1
* * haifa-sched.c (haifa_classify_insn): TRAP_IF is risky.jfc1998-06-171-0/+74
* * jump.c (jump_optimize): Remove debug messages accidentally left inrth1998-06-021-20/+0
* Fix typo in last change change.law1998-06-021-1/+1
* * jump.c (rtx_unsafe_p): New function.rth1998-06-021-11/+93
* * jump.c (thread_jumps): Do not look at the NOTE_LINE_NUMBERlaw1998-05-291-0/+1
* * m68k.h: Declare more functions used in macros.law1998-05-231-0/+4
* Warning Fixes:ghazi1998-05-191-1/+1
* * loop.c (regs_patch_p): Add prototype.law1998-04-161-0/+1
* * jump.c (mark_jump_label): Record REG_LABEL notes for insns whichlaw1998-04-081-11/+15
* Major cutover to using system.h:ghazi1998-03-201-1/+1
* * jump.c (jump_optimize): Call mark_jump_label also for deletedlaw1998-03-051-9/+10
* Fix warious warnings:ghazi1998-02-281-2/+4
* * jump.c (jump_optimize): Lose calls to modified_in_p they arelaw1998-02-031-5/+0
* * jump.c (jump_optimize): Fix first arg to modified_in_p inlaw1998-02-031-5/+5
* * jump.c (jump_optimize): Allow conditional loading of floating pointlaw1998-02-021-1/+11
* * jump.c (jump_optimize): Remove Dec 17, 1997 chance inlaw1998-01-171-4/+0
* * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;rth1998-01-141-15/+16
* Bring in final gcc-2.8.0 changes.law1998-01-141-3/+6
* * jump.c: (optimize_jump): Don't use the return register as alaw1997-12-161-0/+4
* Merge from gcc-2.8law1997-12-071-8/+62
* Update mainline egcs to gcc2 snapshot 971021.law1997-11-021-14/+17
* * jump.c (thread_jumps): check can_reverse_comparison_p beforelaw1997-09-201-1/+4
* Use accessor macros to access arrays based on regno; move many of the arrays ...meissner1997-05-301-7/+7
* reformat a little to match GNU coding standards.mrs1997-05-061-2/+2
* * jump.c (jump_optimize, follow_jumps, mark_jump_label): Disable somedje1997-03-281-6/+38
* (find_cross_jump): Don't allow old-style and volatile asmswilson1997-02-041-1/+13
* (rtx_equal_for_thread_p): Return 0 for floating-point.kenner1997-01-031-1/+8
* Check SMALL_REGISTER_CLASSES at runtimeian1996-12-131-6/+12
* (jump_optimize): Don't move initialization if there is a label between it and...coxs1996-12-091-0/+1