OSDN Git Service

* doc/invoke.texi: Remove Chill references.
[pf3gnuchains/gcc-fork.git] / gcc / jump.c
2002-04-10 rth * basic-block.h (flow_delete_block_noexpunge): Declare.
2002-03-07 rsandifoAdd 2002 to the copyright dates.
2002-03-07 rsandifo * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES)...
2002-02-21 amylaar * jump.c (redirect_jump): If old label has no UID...
2002-02-12 jakub * jump.c (never_reached_warning): Add finish argument.
2001-12-17 hubicka * Makefile.in (cfgcleanup.o): Add cselib.h dependancy.
2001-11-21 kenner * function.c (keep_stack_depressed): Major rework.
2001-11-15 jakub * jump.c (squeeze_notes): Return true if no real insns...
2001-11-11 jsm28 * ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog...
2001-10-28 jsm28 * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog...
2001-10-11 shebs2001-10-10 Stan Shebs <shebs@apple.com>
2001-09-21 hubicka * basic-block.h (flow_delete_insn, flow_delete_insn_ch...
2001-08-31 aj * jump.c (mark_jump_label): Revert patch from 2001...
2001-08-28 aoliva* jump.c (mark_jump_label): Fix typo: REG_LABEL is...
2001-08-22 jason * jump.c (squeeze_notes): Take parms by referen...
2001-08-22 gerald * Makefile.in, alias.c, basic-block.h, bb-reorder...
2001-08-15 wehle * rtl.h (only_sets_cc0_p): New prototype.
2001-08-13 kazu * jump.c: Fix formatting.
2001-08-07 hubicka * alias.c (nonlocal_mentioned_p):
2001-07-31 hubicka * jump.c (duplicate_loop_exit_test): Better test for...
2001-07-30 aj * jump.c: Add prototype for mark_modified_reg.
2001-07-26 hubicka * rtl.h (cleanup_barriers): Declare.
2001-07-22 hubicka * jump.c: Update comments.
2001-07-18 hubicka * flow.c (redirect_edge_and_branch): Bail out on compl...
2001-07-14 hubicka Re-install recently reverted patch.
2001-07-14 rth * ifcvt.c (find_cond_trap): New.
2001-07-13 kazu2001-07-13 Kazu Hirata <kazu@hxi.com>
2001-07-13 geoffk Revert Jan Hubicka's patch of Fri Jul 13 14:46:21...
2001-07-13 hubicka * emit-rtl.c (try_split): Update mark_jump_label call.
2001-07-11 hubicka * flow.c (merge_blocks_move_successor_nojumps): Do...
2001-06-11 hubicka * jump.c (duplicate_loop_exit_test): Fix loop header...
2001-06-09 hubicka * predict.def: New file.
2001-06-08 jakub * jump.c (mark_modified_reg): Allow jump threading...
2001-05-23 mmitchel * jump.c (mark_jump_label): Fix thinko in 2001-05...
2001-05-19 mmitchel * jump.c (mark_jump_label): Tidy previous change.
2001-05-19 mmitchel * jump.c (jump_optimize_1): Tidy.
2001-05-10 law * jump.c (jump_optimize_1): Do not wrap the...
2001-05-10 law * ifcvt.c (merge_if_block): Use any_uncondjump_...
2001-05-02 ghazi * c-lex.c: NULL_PTR -> NULL.
2001-04-28 law * flow.c (propagate_block_delete_insn): Handle...
2001-04-21 mmitchel * flow.c (proagate_one_insn): Remove useless assignment.
2001-04-18 law * jump.c (mark_all_labels): Canonicalize the...
2001-04-13 ghazi * Makefile.in (toplev.o, jump.o, regmove.o): Depend...
2001-04-13 wehle * jump.c (jump_optimize_1): Don't delete dead stores...
2001-04-04 wehle * rtl.h (set_noop_p): Declare.
2001-04-03 amacleod2001-04-03 Jakub Jelinek <jakub@redhat.com>
2001-03-28 rthIA-64 ABI Exception Handling.
2001-03-28 rth * bb-reorder.c, dwarf2out.c, except.c, except...
2001-03-22 rth * mkconfig.sh: Include insn-flags.h.
2001-03-12 oldham2001-03-12 Jeffrey Oldham <oldham@codesourcery.com>
2001-03-07 rthBrad's -ffast-math breakup.
2001-02-28 hubicka * i386.md (sse_andti3, sse_nandti_3, sse_xorti3):...
2001-02-28 hubicka * jump.c (reversed_comparison_code_parts): Allow rever...
2001-02-18 kenner * jump.c (jump_optimize_1): Only define reversed_code...
2001-02-14 dj* jump.c (jump_optimize_1): When we delete a conditiona...
2001-02-11 rth * jump.c (squeeze_notes): Revert 2000-05-12...
2001-01-30 sirl 2001-01-30 Franz Sirl <Franz.Sirl-kernel...
2001-01-08 rth * jump.c (simplejump_p): Revert last change.
2001-01-08 hubicka * jump.c (jump_optimize_1): Use reversed_comparison_code
2001-01-07 rth * jump.c (simplejump_p): Recognize any single_s...
2001-01-07 gerald * jump.c (reversed_comparison_code_parts): Fix typo...
2001-01-07 hubicka * jump.c (reversed_comparison_code_parts, reversed_com...
2001-01-07 hubicka * jump.c (comparison_dominates_p): Support unordered...
2001-01-07 aoliva* reload.c (subst_reloads): Take INSN argument. When
2001-01-05 hubicka * simplify-rtx.c (cfc_args): add "unordered" field.
2000-12-15 jason * jump.c (jump_optimize_1): Don't delete the...
2000-11-29 amylaar * jump.c (delete_insn): Check that REG_LABEL note...
2000-11-24 amylaar * jump.c (delete_computation): Re-instate deletion...
2000-11-12 mmitchel * jump.c (delete_computation): Don't assume that just...
2000-11-10 ghazi * alpha.c (check_float_value): Use memcpy, not bcopy.
2000-11-07 jsm28 * alias.c (init_alias_analysis), calls.c (expand_call,
2000-10-06 rth * c-decl.c (warn_missing_noreturn): Remove.
2000-08-04 law * alias.c (mark_constant_function): Use INSN_P.
2000-08-03 law * jump.c: Fix formatting.
2000-07-30 rth * Makefile.in (OBJS): Add doloop.o.
2000-05-31 rth * jump.c (jump_optimize_1): Revert 05-18 change.
2000-05-29 rth * jump.c (redirect_jump): Don't emit NOTE_INSN_...
2000-05-25 rth * combine.c (try_combine): Use any_condjump_p...
2000-05-25 rthJan Hubicka <jh@suse.cz>
2000-05-22 cpopetz * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
2000-05-22 rth * jump.c (can_reverse_comparison_p): Be prepare...
2000-05-19 rth * jump.c (redirect_jump): Add delete_unused...
2000-05-18 rth * jump.c (jump_optimize_1): Base minimum insn...
2000-05-17 rth * jump.c (jump_optimize_1): Remove inactive...
2000-05-17 rth * flow.c (commit_one_edge_insertion): Be prepar...
2000-05-16 rth * jump.c: Fix typos and clarify commentary...
2000-05-15 hubicka * jump.c (condjump_p): Mark as depreached.
2000-05-12 rth * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
2000-04-30 rth * ifcvt.c: New file.
2000-04-27 rth * jump.c (redirect_exp_1): Rework from old...
2000-04-27 rth * jump.c (invert_jump): Always invert REG_BR_PR...
2000-04-18 zack * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
2000-03-26 rth * jump.c (jump_optimize_1): Fix typo in elide...
2000-03-26 cruxFix sibcall problem in jump.c.
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-20 hubicka * jump.c (delete_noop_moves): Remove code attempting to
2000-03-17 rthSibling call optimizations.
2000-02-28 kenner * jump.c (jump_optimize_1): Don't call delete_barrier_...
2000-02-26 lawFix copyrights.
2000-02-11 law * jump.c (jump_optimize_1): The first operand...
next