aboutsummaryrefslogtreecommitdiff
path: root/gcc/jump.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-1/+0
2001-03-12jump.c (reversed_comparison_code_parts): Reverse Jan Hubricka's 2001-02-28 pa...Jeffrey Oldham1-11/+1
2001-03-07Brad's -ffast-math breakup.Brad Lucier1-3/+3
2001-02-28i386.md (sse_andti3, [...]): Add SSE2 versions; add missing '%' in constraints.Jan Hubicka1-29/+0
2001-02-28jump.c (reversed_comparison_code_parts): Allow reversal of unordered compares...Jan Hubicka1-1/+11
2001-02-18* jump.c (jump_optimize_1): Only define reversed_code #ifdef HAVE_trap.Richard Kenner1-0/+2
2001-02-14jump.c (jump_optimize_1): When we delete a conditional jump preceeding a non-...Richard Henderson1-0/+22
2001-02-10* jump.c (squeeze_notes): Revert 2000-05-12 change.Richard Henderson1-7/+5
2001-01-30jump.c (comparison_dominates_p): Don't try to handle UNKNOWN comparison codes.Franz Sirl1-0/+6
2001-01-08* jump.c (simplejump_p): Revert last change.Richard Henderson1-15/+4
2001-01-08jump.c (jump_optimize_1): Use reversed_comparison_code instead of can_reverse...Jan Hubicka1-13/+23
2001-01-07jump.c (simplejump_p): Recognize any single_set jump of the proper form.Richard Henderson1-4/+15
2001-01-07jump.c (reversed_comparison_code_parts): Fix typo introduced by the previous ...Gerald Pfeifer1-1/+1
2001-01-07jump.c (reversed_comparison_code_parts, [...]): New.Jan Hubicka1-63/+149
2001-01-07* jump.c (comparison_dominates_p): Support unordered compares.Jan Hubicka1-3/+19
2001-01-07reload.c (subst_reloads): Take INSN argument.Alexandre Oliva1-0/+18
2001-01-05simplify-rtx.c (cfc_args): add "unordered" field.Jan Hubicka1-3/+2
2000-12-15jump.c (jump_optimize_1): Don't delete the line note after the prologue even ...Jason Merrill1-9/+16
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