aboutsummaryrefslogtreecommitdiff
path: root/gcc/jump.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-26jump.c (jump_optimize_1): Fix typo in elide optimizations for minimal jump pa...Jan Hubicka1-1/+1
2000-03-26Fix sibcall problem in jump.c.Bernd Schmidt1-0/+9
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-3/+4
2000-03-20jump.c (delete_noop_moves): Remove code attempting to combine stack adjustments.Jan Hubicka1-98/+0
2000-03-17Sibling call optimizations.Jeffrey A Law1-9/+31
2000-02-28jump.c (jump_optimize_1): Don't call delete_barrier_successors if only markin...Richard Kenner1-1/+4
2000-02-25Fix copyrights.Jeff Law1-1/+2
2000-02-11jump.c (jump_optimize_1): The first operand in a relational can be a CONST_INT.Jeffrey A Law1-1/+7
2000-02-09* jump.c (delete_insn): Don't delete user labels at -O0.Richard Henderson1-8/+12
2000-02-06flow.c (flow_delete_insn, [...]): Export.Richard Henderson1-39/+0
2000-02-04jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs when in_mem is ...Clinton Popetz1-13/+20
2000-02-02jump.c (delete_insn): Partially revert 19 Jan change; don't convert unused co...Richard Henderson1-1/+2
2000-01-31jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the new label.Jason Merrill1-0/+7
2000-01-28Delete a superfluous and buggy optimizationBernd Schmidt1-119/+0
2000-01-25tree.def (UNNE_EXPR): Remove.Richard Henderson1-12/+78
2000-01-24rtl.def: Add unordered fp comparisions.Richard Henderson1-27/+36
2000-01-20* jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.Richard Henderson1-3/+3
2000-01-19stupid.c: Die die die.Richard Henderson1-31/+12
2000-01-17ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi1-21/+21
2000-01-14If RTL checking is enabled, make sure that emit_insn is not used to emit aNick Clifton1-1/+1
2000-01-04builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi1-2/+2
1999-12-29cse.c (free_element, [...]): Remove unused prototypes.Kaveh R. Ghazi1-4/+8
1999-12-27alias.c (nonlocal_reference_p): Add else for disjoint ifs.Christophe Jaillet1-2/+2
1999-11-17* jump.c (jump_optimize_1): Revert last change.Richard Henderson1-6/+2
1999-11-17jump.c (jump_optimize_1): Don't try to duplicate the loop exit test if optimi...Richard Henderson1-2/+6
1999-11-11Avoid passing things like NEG into expand_and/expand_binopBernd Schmidt1-0/+3
1999-11-03defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.Catherine Moore1-1/+3
1999-11-02jump.c (jump_optimize_1): Swap the incscc and the conditional mode detection ...Jan Hubicka1-124/+124
1999-11-02jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT notes when presen...Jeffrey A Law1-8/+10
1999-11-01bitmap.h (BITMAP_XMALLOC): New macro.Mark Mitchell1-15/+20
1999-10-31[multiple changes]Richard Kenner1-11/+52
1999-10-29flow.c (count_or_remove_death_notes): Equate NULL with the universal set.Richard Henderson1-23/+0
1999-10-27jump.c (jump_optimize_1): If we did cross-jumping, and the data will matter, ...Richard Henderson1-0/+23
1999-10-27rtl.h (note_stores): Add additional paramter.Mark Mitchell1-3/+4
1999-10-20(jump_optimize_1): More accurately detect casesi insns.Richard Earnshaw1-4/+8
1999-10-08Add functions copy_insn/copy_insn_1; use them in jump.cBernd Schmidt1-6/+5
1999-10-06genconfig.c (main): Disable HAVE_conditional_arithmetic.Richard Henderson1-0/+31
1999-09-30jump.c (jump_optimize_1): Amend last change to test only the form of the oper...Richard Henderson1-6/+6
1999-09-30jump.c (jump_optimize_1): Use general_operand not register_operand to determi...Richard Henderson1-4/+4
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-14c-pragma.c (handle_pragma_token): Wrap variables `name' and `value' in HANDLE...Kaveh R. Ghazi1-2/+4
1999-09-06Merge in gcc2-ss-010999Jeff Law1-151/+272
1999-08-29jump.c (delete_prior_computation): Also check calls to constant functions.John Wehle1-17/+34
1999-08-28jump.c (jump_optimize_1): Do not delete assignments to internal_arg_pointer.Jeffrey A Law1-1/+6
1999-08-27jump.c (duplicate_loop_exit_test): Call reg_scan_update after creating new re...Philip Blundell1-59/+79
1999-08-24jump.c (jump_optimize_1): Do cmov opt on any single-set; force B into a regis...Richard Henderson1-7/+26
1999-08-24* jump.c (delete_barrier_successors) Match (set (pc) (pc)) insnHerman A.J. ten Brugge1-0/+1
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-5/+5
1999-08-19rtl.def (NOTE): Change format to "iuu0n".Zack Weinberg1-0/+1
1999-08-18cse.c (cse_insn): Call never_reached_warning when a jump is changed to be unc...Geoff Keating1-0/+49