aboutsummaryrefslogtreecommitdiff
path: root/gcc/jump.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-25cfglayout.c (duplicate_insn_chain): Remove references to NOTE_INSN_LOOP_VTOP ...Paolo Bonzini1-3/+1
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-40/+40
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-1/+6
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-6/+6
2004-06-03basic-block.c (tail_recursion_label_list): Don't declare.Steven Bosscher1-20/+0
2004-05-28rtl.h (skip_consecutive_labels): Declare.Richard Sandiford1-0/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-359/+2
2004-03-20c-common.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2004-03-15defaults.h (REVERSIBLE_CC_MODE): Define.Kazu Hirata1-2/+0
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-13/+13
2004-03-01combine.c (try_combine): Do not refer to is_replaced.Paolo Bonzini1-1/+1
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-3/+3
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata1-1/+1
2004-01-25c-common.h: Fix comment typos.Kazu Hirata1-1/+1
2003-07-22alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-1/+1
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-123/+62
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-04c-aux-info.c: Include toplev.h after c-tree.h.Kaveh R. Ghazi1-1/+1
2003-07-01combine.c (distribute_notes): Don't bother REG_WAS_0.Kazu Hirata1-4/+0
2003-06-27jump.c (rtx_renumbered_equal_p): Replace an expression that is known to be 0 ...Kazu Hirata1-3/+1
2003-06-25jump.c (next_nondeleted_insn): Remove.Kazu Hirata1-12/+0
2003-06-23ChangeLog.1: Fix a typo.Kazu Hirata1-1/+1
2003-06-08cfglayout.c (insn_scope): New static functionJan Hubicka1-2/+2
2003-05-21gcse.c (cprop_jump): Make use of REG_EQUAL notes on both setcc and jump, if t...Roger Sayle1-0/+29
2003-05-20* alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)Matt Kraai1-2/+0
2003-05-09c-parse.in (if_stmt_locus): New object.Gabriel Dos Reis1-3/+7
2003-04-29re PR middle-end/10336 (ICE with -Wunreachable-code)Jason Merrill1-6/+8
2003-04-15PR middle-end/10336, c++/10401Jason Merrill1-1/+2
2003-04-03re PR c/10175 (-Wunreachable-code doesn't work for single lines)Jason Merrill1-2/+12
2003-03-30cfgbuild.c (make_edges): Use tablejump_p.Richard Henderson1-4/+1
2003-02-26objc-act.c: Include cgraph.hJan Hubicka1-0/+3
2003-02-26combine.c (combine_simplify_rtx, [...]): Use CC0_P.Roger Sayle1-5/+1
2003-02-22re PR c/8828 (gcc reports some code is unreachable when it is not)Steven Bosscher1-13/+14
2003-01-10jump.c (next_nonnote_insn_in_loop): New function.Josef Zlomek1-3/+26
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-27/+20
2002-11-08jump.c (mark_jump_label): Handle subregs of label_refs.Jan Hubicka1-1/+0
2002-11-04jump.c (never_reached_warning): Don't set contains_insn until the first line ...John David Anglin1-1/+1
2002-09-30reload.c (push_reload): Handle subregs and secondary memory.Jan Hubicka1-0/+12
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-2/+2
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-1/+3
2002-06-02loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka1-14/+2
2002-04-09basic-block.h (flow_delete_block_noexpunge): Declare.Richard Henderson1-7/+0
2002-03-07Add 2002 to the copyright dates.Richard Sandiford1-1/+1
2002-03-07defaults.h (MODE_HAS_NANS, [...]): New.Richard Sandiford1-11/+3
2002-02-21jump.c (redirect_jump): If old label has no UID, don't try to delete it.J"orn Rennecke1-1/+3
2002-02-12jump.c (never_reached_warning): Add finish argument.Jakub Jelinek1-8/+15
2001-12-17Makefile.in (cfgcleanup.o): Add cselib.h dependancy.Jan Hubicka1-467/+0
2001-11-21function.c (keep_stack_depressed): Major rework.Richard Kenner1-1/+3
2001-11-15jump.c (squeeze_notes): Return true if no real insns were found.Jakub Jelinek1-5/+6