OSDN Git Service

Fix for aliasing problem reported by Michael Matz.
[pf3gnuchains/gcc-fork.git] / gcc / cfgcleanup.c
2003-09-16 ian * cfgcleanup.c (label_is_jump_target_p): Correct use...
2003-09-07 hubicka * cfgcleanup.c (try_simplify_condjump): Fix again...
2003-09-07 hubicka * cfgcleanup.c (try_simplify_condjump): Fix my previou...
2003-09-06 hubicka PR target/12070
2003-08-22 kazu * cfgcleanup.c: Fix comment typos.
2003-08-01 jakub * cfgcleanup.c (outgoing_edges_match): Check REG_EH_RE...
2003-07-21 zlomek * cfgcleanup.c (merge_blocks_move_successor_nojumps...
2003-07-05 kazu * bt-load.c: Fix comment typos.
2003-07-03 hubicka * basic-block.h (create_basic_block, merge_blocks_nomo...
2003-07-01 kazu * basic-block.h: Fix comment typos.
2003-06-22 aj * caller-save.c: Convert to ISO C90.
2003-06-06 hubicka * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
2003-05-16 echristo2003-05-15 Eric Christopher <echristo@redhat.com>
2003-04-18 kenner * cfgcleanup.c (flow_find_cross_jump): Use INSN_P...
2003-03-30 rth * cfgbuild.c (make_edges): Use tablejump_p.
2003-03-23 rth * cfgcleanup.c (try_optimize_cfg): Allow mergin...
2003-03-23 rth * cfgcleanup.c (insns_match_p): Do not do EQUIV...
2003-03-15 zlomek * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
2003-03-10 hubicka * cfgcleanup.c (try_optimize_cfg): Fix thinko in previ...
2003-03-10 zlomek * cfgcleanup.c (outgoing_edges_match): Compare the...
2003-03-10 hubicka * cfgcleanup.c (merge_blocks): Return where to iterate...
2003-02-22 hubicka * expmed.c (expand_divmod): Undo sign extensions for...
2003-02-15 rth * cfgcleanup.c: Include params.h.
2003-02-13 zlomek * cfgcleanup.c (outgoing_edges_match): When there...
2003-02-10 zlomek * Makefile.in (bb-reorder.o): Add dependency on $...
2003-01-18 kazu * alias.c: Fix comment typos.
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-12-13 kazu * c-decl.c: Fix a comment typo.
2002-10-11 hubicka * calls.c (expand_call): Simplify noreturn call.
2002-09-29 kazu * builtins.def: Fix comment formatting.
2002-09-17 dalejDo not foward a branch to just after a loop exit before
2002-09-07 rakdver * cfgcleanup.c (try_crossjump_to_edge): Fix updating...
2002-08-05 geoffkIndex: ChangeLog
2002-06-10 jakub * cfgcleanup.c (try_optimize_cfg): Make sure merge_blo...
2002-05-28 rakdver * basic-block.h (last_basic_block): Declare.
2002-05-23 rakdver * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):
2002-05-23 davem2002-05-23 David S. Miller <davem@redhat.com>
2002-05-22 kazu * cfgbuild.c: Fix formatting.
2002-05-21 rakdver * bb-reorder.c (make_reorder_chain_1): Modified.
2002-05-19 rakdver * basic_block.h (struct basic_block_def): Added prev_b...
2002-05-17 rth Revert "Basic block renumbering removal", and...
2002-05-16 rthBasic block renumbering removal.
2002-05-15 hubicka * invoke.texi (-malign-double): Re-add lost warning.
2002-05-08 hubickaFix merge typos.
2002-05-08 hubicka * cfglayout.c (function_tail_eff_head): Rename to ...
2002-05-03 hubicka * cfgcleanup.c (try_optimize_cfg): Call merge_block...
2002-05-01 rth * cfgcleanup.c (merge_blocks_move_successor_noj...
2002-04-10 rth * basic-block.h (flow_delete_block_noexpunge): Declare.
2002-03-30 hubicka * local-alloc.c (local_alloc): Avoid call of update_eq...
2002-03-28 hubicka * rtlanal.c: Include flags.h
2002-03-22 hubickaFix the constant I forgot to update :(
2002-03-22 hubicka * cfgcleanup.c (outgoing_edges_math): Fix condition...
2002-03-16 hubicka * cfgcleanup.c (cleanup_cfg): Fix updating of liveness.
2002-03-06 hubicka * toplev.c (rest_of_compilation): Do jump threading...
2002-03-06 hubicka * cfgcleanup.c (mentions_nonequal_regs): New function.
2002-03-06 hubicka * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_a...
2002-02-28 hubicka * basic-block.h (BB_REACHABLE): Renumber.
2002-02-09 aoliva* hooks.c: New file.
2002-01-14 hubicka * cfgcleanup.c (try_forward_edges): Avoid infinite...
2002-01-10 hubicka * basic-block.h (update_br_prob_note): Declare.
2002-01-10 hubicka * cfgcleanup.c (try_forward_edges): Properly initializ...
2002-01-07 hjl2002-01-06 H.J. Lu <hjl@gnu.org>
2002-01-06 rth * cfgcleanup.c (try_forward_edges): Detect...
2002-01-05 hubicka * cfgcleanup.c (try_forward_edges): Allow multiple...
2002-01-05 hubicka * cfgcleanup.c (thread_jump): Fix handling of reversed...
2002-01-05 hubicka * cfgcleanup.c: Include tm_p.h
2001-12-30 jakub * cfgrtl.c (try_redirect_by_replacing_jump): Allow...
2001-12-24 kenner * rtl.h (in_expr_list_p): New declaration.
2001-12-20 hubicka * cfgcleanup.c (flow_find_cross_jump): Avoid increment...
2001-12-17 rth * cfgcleanup.c (outgoing_edges_match): Check...
2001-12-17 hubicka * Makefile.in (cfgcleanup.o): Add cselib.h dependancy.
2001-12-15 ghazi * builtins.c (expand_builtin_memcmp): Mark parameter...
2001-12-15 hubicka * cfgcleanup.c (flow_find_cross_jump): Replace tests...
2001-12-13 hubicka * predict.c (estimate_probability): Reorganize opcode...
2001-12-10 danglin * cfgcleanup.c (label_is_jump_target_p): New function.
2001-11-15 jakub * cfgcleanup.c (try_optimize_cfg): If try_simplify_con...
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-11-04 jsm28 * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog,
2001-10-30 kazu * cfgcleanup.c: Fix a comment typo.
2001-10-29 hubicka * basic-block.h (purge_all_dead_edges): Add update_lif...
2001-10-28 jsm28 * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog...
2001-10-27 hubicka * cfgcleanup.c (merge_blocks_move_predecessor_nojumps,
2001-10-26 kenner * cfgcleanup.c (BB_SET_FLAG, BB_CLEAR_FLAG): Add cast...
2001-10-26 aj * flow.c (clear_log_links): Remove unused variable.
2001-10-23 hubicka * i386.c (ix86_expand_int_movcc): Cleanup; use expand_...
2001-10-10 kazu * calls.c: Fix formatting.
2001-09-25 hubicka * Makefile.in (cfgrtl.o): Add.
2001-09-21 rearnsha* cfgcleanup.c (merge_blocks_move_successor_nojumps...
2001-09-21 rearnsha* cfgcleanup.c (flow_find_cross_jump): Delete any REG_E...
2001-09-21 hubicka * basic-block.h (flow_delete_insn, flow_delete_insn_ch...
2001-09-16 hubicka * basic-block.h (free_bb_for_insn): Declare.
2001-09-11 hubicka * basic-block.h (EDGE_CRITICAL): Remove; renumber...
2001-09-11 hubicka * basic-block.h (cached_make_edge, make_single_succ...
2001-09-10 hubicka * Makefile.in (cfg.o, cfganal.o, cfgloop.o, cfgbuild...