aboutsummaryrefslogtreecommitdiff
path: root/gcc/jump.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-11-11ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-38/+38
2001-09-21basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka1-68/+23
2001-08-31jump.c (mark_jump_label): Revert patch from 2001-08-28, the code was correct.Andreas Jaeger1-1/+1
2001-08-28jump.c (mark_jump_label): Fix typo: REG_LABEL is EXPR_LIST, not INSN_LIST.Alexandre Oliva1-1/+1
2001-08-22jump.c (squeeze_notes): Take parms by reference.Jason Merrill1-9/+24
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-15rtl.h (only_sets_cc0_p): New prototype.John Wehle1-1/+25
2001-08-13* jump.c: Fix formatting.Kazu Hirata1-28/+28
2001-08-07alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka1-1/+1
2001-07-31jump.c (duplicate_loop_exit_test): Better test for jumps entering the loop; c...Jan Hubicka1-3/+12
2001-07-30jump.c: Add prototype for mark_modified_reg.Andreas Jaeger1-0/+1
2001-07-26rtl.h (cleanup_barriers): Declare.Jan Hubicka1-0/+26
2001-07-22jump.c: Update comments.Jan Hubicka1-829/+54
2001-07-18flow.c (redirect_edge_and_branch): Bail out on complex edges.Richard Henderson1-40/+0
2001-07-14Re-install recently reverted patch.Jan Hubicka1-474/+31
2001-07-14ifcvt.c (find_cond_trap): New.Richard Henderson1-79/+0
2001-07-13jump.c (reversed_comparison_code_parts): Fix comment typos.Kazu Hirata1-2/+2
2001-07-13Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.Geoffrey Keating1-31/+474
2001-07-13emit-rtl.c (try_split): Update mark_jump_label call.Jan Hubicka1-474/+31
2001-07-11flow.c (merge_blocks_move_successor_nojumps): Do not crash when fallthru edge...Jan Hubicka1-0/+5
2001-06-11* jump.c (duplicate_loop_exit_test): Fix loop header heuristics.Jan Hubicka1-4/+5
2001-06-09predict.def: New file.Jan Hubicka1-7/+19
2001-06-08jump.c (mark_modified_reg): Allow jump threading if condition codes are repre...Jakub Jelinek1-2/+8
2001-05-23* jump.c (mark_jump_label): Fix thinko in 2001-05-19 change.Mark Mitchell1-39/+28
2001-05-19* jump.c (mark_jump_label): Tidy previous change.Mark Mitchell1-14/+6
2001-05-19jump.c (jump_optimize_1): Tidy.Mark Mitchell1-9/+30
2001-05-10jump.c (jump_optimize_1): Do not wrap the new jump target inside a LABEL_REF...Jeffrey A Law1-3/+1
2001-05-10ifcvt.c (merge_if_block): Use any_uncondjump_p...Jeffrey A Law1-2/+3
2001-05-02c-lex.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-3/+2
2001-04-28flow.c (propagate_block_delete_insn): Handle deletion of ADDR_VEC and ADDR_DI...Jeffrey A Law1-4/+21
2001-04-21flow.c (proagate_one_insn): Remove useless assignment.Mark Mitchell1-4/+3
2001-04-17jump.c (mark_all_labels): Canonicalize the tail recursion label attached to C...Jeffrey A Law1-0/+11
2001-04-13Makefile.in (toplev.o, [...]): Depend on reload.hKaveh R. Ghazi1-0/+1
2001-04-13jump.c (jump_optimize_1): Don't delete dead stores here.John Wehle1-29/+0
2001-04-04rtl.h (set_noop_p): Declare.John Wehle1-19/+1
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-11/+17
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-18/+0
2001-03-27bb-reorder.c, [...]: Rename asynchronous_exceptions to flag_non_call_exceptions.Richard Henderson1-1/+1