aboutsummaryrefslogtreecommitdiff
path: root/gcc/jump.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-29jump.c (delete_insn): Check that REG_LABEL note actually contains a CODE_LABEL.J"orn Rennecke1-1/+3
2000-11-24jump.c (delete_computation): Re-instate deletion of feeding insn.J"orn Rennecke1-11/+25
2000-11-12jump.c (delete_computation): Don't assume that just becuase an instruction se...Mark Mitchell1-27/+0
2000-11-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi1-2/+1
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-1/+1
2000-10-05c-decl.c (warn_missing_noreturn): Remove.Richard Henderson1-72/+0
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-2/+2
2000-08-03* jump.c: Fix formatting.Kazu Hirata1-99/+112
2000-07-30Makefile.in (OBJS): Add doloop.o.Richard Henderson1-1/+1
2000-05-31* jump.c (jump_optimize_1): Revert 05-18 change.Richard Henderson1-8/+4
2000-05-29jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END if nlabel is null.Richard Henderson1-1/+2
2000-05-25combine.c (try_combine): Use any_condjump_p...Jan Hubicka1-3/+3
2000-05-25Jan Hubicka <jh@suse.cz>Jan Hubicka1-77/+94
2000-05-22jump.c (jump_optimize_1): Don't increment LABEL_NUSES on deleted labels.Clinton Popetz1-1/+2
2000-05-22* jump.c (can_reverse_comparison_p): Be prepared for insn null.Richard Henderson1-2/+4
2000-05-19jump.c (redirect_jump): Add delete_unused argument.Richard Henderson1-10/+12
2000-05-18jump.c (jump_optimize_1): Base minimum insn count during find_cross_jump on B...Richard Henderson1-4/+8
2000-05-17jump.c (jump_optimize_1): Remove inactive but real insns in jump-to-next-insn...Richard Henderson1-0/+7
2000-05-16flow.c (commit_one_edge_insertion): Be prepared for a return insn to be inser...Richard Henderson1-11/+7
2000-05-15jump.c: Fix typos and clarify commentary from last change.Richard Henderson1-49/+30
2000-05-15jump.c (condjump_p): Mark as depreached.Jan Hubicka1-2/+85
2000-05-12Makefile.in (final.o): Depend on BASIC_BLOCK_H.Richard Henderson1-9/+27
2000-04-30ifcvt.c: New file.Richard Henderson1-1478/+13
2000-04-27jump.c (redirect_exp_1): Rework from old redirect_exp.Richard Henderson1-142/+196
2000-04-26jump.c (invert_jump): Always invert REG_BR_PROB.Richard Henderson1-11/+7
2000-04-18cccp.c, [...]: Removed.Zack Weinberg1-1/+1
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