summaryrefslogtreecommitdiff
path: root/gcc/jump.c
Commit message (Expand)AuthorAgeFilesLines
* * c-pragma.c (handle_pragma_token): Wrap variables `name' andghazi1999-09-141-2/+4
* Merge in gcc2-ss-010999law1999-09-071-151/+272
* * jump.c (delete_prior_computation): Also check callslaw1999-08-291-17/+34
* * jump.c (jump_optimize_1): Do not delete assignments tolaw1999-08-291-1/+6
* * jump.c (duplicate_loop_exit_test): Call reg_scan_update afterlaw1999-08-271-59/+79
* * jump.c (jump_optimize_1): Do cmov opt on any single-set; forcerth1999-08-251-7/+26
* * jump.c (delete_barrier_successors) Match (set (pc) (pc)) insnlaw1999-08-241-0/+1
* * rtl.h (rtx_format): Constify a char*.ghazi1999-08-201-5/+5
* 1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-191-0/+1
* * cse.c (cse_insn): Call never_reached_warning when a jump isgeoffk1999-08-181-0/+49
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-4/+1
* * jump.c (onlyjump_p): New function.rth1999-08-071-0/+23
* * jump.c (delete_prior_computation): New function, brokenwehle1999-08-061-58/+122
* * jump.c (delete_insn): Delete the addr_vec when deleting a tablejump.law1999-08-041-14/+30
* * jump.c (jump_optimize_1): Validate the cmov copy to a temporary.rth1999-06-271-19/+38
* * jump.c (jump_optimize_1): Only set CAN_REACH_END iflaw1999-05-311-2/+12
* plaw1999-05-201-1/+10
* * flow.c (flow_delete_insn): If we delete a CODE_LABEL, also removelaw1999-04-121-5/+8
* * reg-stack.c: Update comment, include varray.h.law1999-04-121-1/+1
* * jump.c (jump_optimize_1): Make the definition static to matchghazi1999-04-111-1/+1
* * rtl.h (rebuild_jump_labels): Declare.law1999-04-101-1/+34
* * gcse.c (run_jump_opt_after_gcse): New variable.law1999-03-101-1/+11
* Flow rewrite to use basic block structures and edge lists.rth1999-02-251-0/+18
* * jump.c: Include insn-attr.h.law1999-02-151-0/+12
* * expr.c (do_jump_for_compare): Handle conditional branch expandersrth1999-01-191-0/+26
* Copyright update.law1999-01-181-1/+1
* * jump.c (rtx_renumbered_equal_p): Special case CODE_LABEL.rth1999-01-171-0/+4
* Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>rth1998-12-011-2/+4
* * rtlanal.c (regs_set_between_p): New function.rth1998-11-261-2/+2
* * reload1.c (reload): Remove unused variable.law1998-11-241-1/+1
* * 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