summaryrefslogtreecommitdiff
path: root/gcc/jump.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * jump.c (jump_optimize_1): Only define reversed_code #ifdef HAVE_trap.kenner2001-02-181-0/+2
* * jump.c (jump_optimize_1): When we delete a conditional jumpdj2001-02-141-0/+22
* * jump.c (squeeze_notes): Revert 2000-05-12 change.rth2001-02-111-7/+5
* 2001-01-30 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2001-01-301-0/+6
* * jump.c (simplejump_p): Revert last change.rth2001-01-081-15/+4
* * jump.c (jump_optimize_1): Use reversed_comparison_codehubicka2001-01-081-13/+23
* * jump.c (simplejump_p): Recognize any single_set jumprth2001-01-071-4/+15
* * jump.c (reversed_comparison_code_parts): Fix typo introduced bygerald2001-01-071-1/+1
* * jump.c (reversed_comparison_code_parts, reversed_comparison_code):hubicka2001-01-071-63/+149
* * jump.c (comparison_dominates_p): Support unordered compares.hubicka2001-01-071-3/+19
* * reload.c (subst_reloads): Take INSN argument. Whenaoliva2001-01-071-0/+18
* * simplify-rtx.c (cfc_args): add "unordered" field.hubicka2001-01-051-3/+2
* * jump.c (jump_optimize_1): Don't delete the line note after thejason2000-12-151-9/+16
* * jump.c (delete_insn): Check that REG_LABEL note actually containsamylaar2000-11-291-1/+3
* * jump.c (delete_computation): Re-instate deletion of feeding insn.amylaar2000-11-241-11/+25
* * jump.c (delete_computation): Don't assume that just becuase anmmitchel2000-11-121-27/+0
* * alpha.c (check_float_value): Use memcpy, not bcopy.ghazi2000-11-101-2/+1
* * alias.c (init_alias_analysis), calls.c (expand_call,jsm282000-11-071-1/+1
* * c-decl.c (warn_missing_noreturn): Remove.rth2000-10-061-72/+0
* * alias.c (mark_constant_function): Use INSN_P.law2000-08-041-2/+2
* * jump.c: Fix formatting.law2000-08-031-99/+112
* * Makefile.in (OBJS): Add doloop.o.rth2000-07-301-1/+1
* * jump.c (jump_optimize_1): Revert 05-18 change.rth2000-05-311-8/+4
* * jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_ENDrth2000-05-291-1/+2
* * combine.c (try_combine): Use any_condjump_p, any_uncondjump_prth2000-05-251-3/+3
* Jan Hubicka <jh@suse.cz>rth2000-05-251-77/+94
* * jump.c (jump_optimize_1): Don't increment LABEL_NUSEScpopetz2000-05-221-1/+2
* * jump.c (can_reverse_comparison_p): Be prepared for insn null.rth2000-05-221-2/+4
* * jump.c (redirect_jump): Add delete_unused argument. Don'trth2000-05-191-10/+12
* * jump.c (jump_optimize_1): Base minimum insn count duringrth2000-05-181-4/+8
* * jump.c (jump_optimize_1): Remove inactive but real insnsrth2000-05-171-0/+7
* * flow.c (commit_one_edge_insertion): Be prepared for a returnrth2000-05-171-11/+7
* * jump.c: Fix typos and clarify commentary from last change.rth2000-05-161-49/+30