summaryrefslogtreecommitdiff
path: root/gcc/jump.c
Commit message (Expand)AuthorAgeFilesLines
* * jump.c (redirect_jump): If old label has no UID, don't try toamylaar2002-02-211-1/+3
* * jump.c (never_reached_warning): Add finish argument.jakub2002-02-121-8/+15
* * Makefile.in (cfgcleanup.o): Add cselib.h dependancy.hubicka2001-12-171-467/+0
* * function.c (keep_stack_depressed): Major rework.kenner2001-11-211-1/+3
* * jump.c (squeeze_notes): Return true if no real insns were found.jakub2001-11-151-5/+6
* * ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog,jsm282001-11-111-1/+1
* * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,jsm282001-10-281-1/+1
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-38/+38
* * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill.hubicka2001-09-211-68/+23
* * jump.c (mark_jump_label): Revert patch from 2001-08-28, theaj2001-08-311-1/+1
* * jump.c (mark_jump_label): Fix typo: REG_LABEL is EXPR_LIST, notaoliva2001-08-281-1/+1
* * jump.c (squeeze_notes): Take parms by reference. Handle END beingjason2001-08-221-9/+24
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * rtl.h (only_sets_cc0_p): New prototype.wehle2001-08-151-1/+25
* * jump.c: Fix formatting.kazu2001-08-131-28/+28
* * alias.c (nonlocal_mentioned_p):hubicka2001-08-071-1/+1
* * jump.c (duplicate_loop_exit_test): Better test for jumpshubicka2001-07-311-3/+12
* * jump.c: Add prototype for mark_modified_reg.aj2001-07-301-0/+1
* * rtl.h (cleanup_barriers): Declare.hubicka2001-07-261-0/+26
* * jump.c: Update comments.hubicka2001-07-221-829/+54
* * flow.c (redirect_edge_and_branch): Bail out on complex edges.hubicka2001-07-181-40/+0
* Re-install recently reverted patch.hubicka2001-07-141-474/+31
* * ifcvt.c (find_cond_trap): New.rth2001-07-141-79/+0
* 2001-07-13 Kazu Hirata <kazu@hxi.com>kazu2001-07-131-2/+2
* Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.geoffk2001-07-131-31/+474
* * emit-rtl.c (try_split): Update mark_jump_label call.hubicka2001-07-131-474/+31
* * flow.c (merge_blocks_move_successor_nojumps): Do not crashhubicka2001-07-111-0/+5
* * jump.c (duplicate_loop_exit_test): Fix loop header heuristics.hubicka2001-06-111-4/+5
* * predict.def: New file.hubicka2001-06-091-7/+19
* * jump.c (mark_modified_reg): Allow jump threading if conditionjakub2001-06-081-2/+8
* * jump.c (mark_jump_label): Fix thinko in 2001-05-19 change.mmitchel2001-05-231-39/+28
* * jump.c (mark_jump_label): Tidy previous change.mmitchel2001-05-191-14/+6
* * jump.c (jump_optimize_1): Tidy.mmitchel2001-05-191-9/+30
* * jump.c (jump_optimize_1): Do not wrap the new jump targetlaw2001-05-101-3/+1
* * ifcvt.c (merge_if_block): Use any_uncondjump_p, not simplejump_plaw2001-05-101-2/+3
* * c-lex.c: NULL_PTR -> NULL.ghazi2001-05-021-3/+2
* * flow.c (propagate_block_delete_insn): Handle deletion of ADDR_VEClaw2001-04-281-4/+21
* * flow.c (proagate_one_insn): Remove useless assignment.mmitchel2001-04-211-4/+3
* * jump.c (mark_all_labels): Canonicalize the tail recursionlaw2001-04-181-0/+11
* * Makefile.in (toplev.o, jump.o, regmove.o): Depend on reload.hghazi2001-04-131-0/+1
* * jump.c (jump_optimize_1): Don't delete dead stores here.wehle2001-04-131-29/+0
* * rtl.h (set_noop_p): Declare.wehle2001-04-041-19/+1
* 2001-04-03 Jakub Jelinek <jakub@redhat.com>amacleod2001-04-031-11/+17
* IA-64 ABI Exception Handling.rth2001-03-281-18/+0
* * bb-reorder.c, dwarf2out.c, except.c, except.h, flow.c,rth2001-03-281-1/+1
* * mkconfig.sh: Include insn-flags.h.rth2001-03-221-1/+0
* 2001-03-12 Jeffrey Oldham <oldham@codesourcery.com>oldham2001-03-121-11/+1
* Brad's -ffast-math breakup.rth2001-03-071-3/+3
* * i386.md (sse_andti3, sse_nandti_3, sse_xorti3): Add SSE2 versions;hubicka2001-02-281-29/+0
* * jump.c (reversed_comparison_code_parts): Allow reversal ofhubicka2001-02-281-1/+11