OSDN Git Service

2005-12-11 Andrew Pinski <pinskia@physics.uc.edu>
[pf3gnuchains/gcc-fork.git] / gcc / tree-if-conv.c
2005-12-02 rguenth2005-12-02 Richard Guenther <rguenther@suse.de>
2005-11-08 dpatel PR tree-optimization/23115
2005-08-19 dpatel PR tree-optimization/23048
2005-06-26 kazu * builtins.c, c-common.c, c-convert.c, c-decl.c, c...
2005-06-25 kcookUpdate FSF address.
2005-06-01 ghazi * basic-block.h, bb-reorder.c, c-gimplify.c, config...
2005-05-27 kazu * basic-block.h (basic_block_def): Add phi_nodes and
2005-05-11 kazu PR tree-optimizer/18472
2005-05-03 kazu * tree-cfg.c (remove_bb): Remove a redundant call to
2005-04-29 dpatel PR tree-optimization/21272
2005-04-21 dpatel * tree-if-conv.c (find_phi_replacement_condition...
2005-04-13 dpatel * tree-if-conv.c (tree_if_convert_cond_expr...
2005-04-09 dnovillo Merge from tree-cleanup-branch: VRP, store CCP, store
2005-04-05 amacleod2005-04-05 Andrew MacLeod <amacleod@redhat.com>
2005-03-12 kazu * tree-if-conv.c (tree_if_convert_cond_expr): Remove...
2005-03-11 rakdver * basic-block.h (single_succ_p, single_pred_p, single_...
2005-03-05 dpatel PR tree-optimization/18815
2005-03-02 dpatel Undo PR tree-optimization/18815 fix.
2005-03-02 dpatel PR tree-optimization/18815
2005-03-01 rakdver * cfgloop.c (flow_loop_entry_edges_find, flow_loop_exi...
2005-02-23 dpatel PR 19952
2005-02-17 nathan * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.
2005-01-23 kazu * alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c,
2005-01-04 bonzinigcc:
2004-11-29 kazu * tree-if-conv.c (replace_phi_with_cond_modify_expr...
2004-11-22 dpatel * tree-if-conv.c (clean_predicate_lists): Clean...
2004-11-22 dpatel * tree-if-conv.c (if_convertable_phi_p): Rename...
2004-11-22 kazu * tree-ssa.c (ssa_remove_edge): Remove.
2004-11-22 nathan * bitmap.h (struct bitmap_obstack): New obstack type.
2004-11-16 dpatel * tree-if-conv.c (clean_predicate_lists): Update...
2004-11-16 kazu * tree-cfg.c (verify_expr): Replace TREE_OPERAND with
2004-11-14 kazu * tree-cfg.c, tree-if-conv.c, tree-ssa-loop-ivopts.c,
2004-11-13 dpatel * tree-if-conv.c (clean_predicate_lists): Use...
2004-11-09 kazu * tree-if-conv.c (add_to_dst_predicate_list): Change the
2004-11-08 kazu * tree-if-conv.c (tree_if_conversion): Make it static.
2004-11-08 kazu * tree-if-conv.c (tree_if_convert_cond_expr): Remove...
2004-11-08 kazu * tree-cfg.c, tree-if-conv.c, tree-into-ssa.c,
2004-10-14 dpatel * tree-if-conv.c (process_phi_nodes): Process...
2004-09-28 bje2004-09-24 Ben Elliston <bje@au.ibm.com>
2004-09-24 dpatel * tree-if-conv.c (tree_if_convert_cond_expr0...
2004-09-09 nathan * targhooks.c (default_unwind_emit, default_scalar_mod...
2004-09-08 dpatel * tree-if-conv.c (find_phi_replacement_conditio...
2004-09-06 bonzini2004-09-06 Paolo Bonzini <bonzini@gnu.org>
2004-09-05 kazu * c-common.c, c-decl.c, combine.c, defaults.h, fold...
2004-09-05 kazu * c-common.c, cfgexpand.c, cgraphunit.c, defaults.h,
2004-09-05 dnovillo * tree-if-conv.c (gate_tree_if_conversion): Enable...
2004-09-05 aj * tree-if-conv.c: Spell check comments and clean up...
2004-09-04 dpatel Tree level if-conversion for vectorizer.