summaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
Commit message (Expand)AuthorAgeFilesLines
* * basic-block.h, bb-reorder.c, c-gimplify.c, config/darwin.c,ghazi2005-06-011-1/+0
* * basic-block.h (basic_block_def): Add phi_nodes andkazu2005-05-271-1/+1
* PR tree-optimizer/18472kazu2005-05-111-9/+1
* * tree-cfg.c (remove_bb): Remove a redundant call tokazu2005-05-031-3/+1
* PR tree-optimization/21272dpatel2005-04-291-1/+1
* * tree-if-conv.c (find_phi_replacement_condition): Avoiddpatel2005-04-211-33/+52
* * tree-if-conv.c (tree_if_convert_cond_expr): Do not create extradpatel2005-04-131-17/+0
* Merge from tree-cleanup-branch: VRP, store CCP, storednovillo2005-04-091-21/+30
* 2005-04-05 Andrew MacLeod <amacleod@redhat.com>amacleod2005-04-051-11/+5
* * tree-if-conv.c (tree_if_convert_cond_expr): Remove localkazu2005-03-121-8/+6
* * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,rakdver2005-03-111-2/+2
* PR tree-optimization/18815dpatel2005-03-051-3/+16
* Undo PR tree-optimization/18815 fix.dpatel2005-03-021-13/+2
* PR tree-optimization/18815dpatel2005-03-021-2/+13
* * cfgloop.c (flow_loop_entry_edges_find, flow_loop_exit_edges_find,rakdver2005-03-011-18/+20
* PR 19952dpatel2005-02-231-1/+1
* * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.nathan2005-02-171-3/+3
* * alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c,kazu2005-01-231-1/+1
* gcc:bonzini2005-01-041-4/+17
* * tree-if-conv.c (replace_phi_with_cond_modify_expr): Usekazu2004-11-291-1/+1
* * tree-if-conv.c (clean_predicate_lists): Clean all basic blocks.dpatel2004-11-221-5/+7
* * tree-if-conv.c (if_convertable_phi_p): Rename to ...dpatel2004-11-221-29/+29
* * tree-ssa.c (ssa_remove_edge): Remove.kazu2004-11-221-2/+2
* * bitmap.h (struct bitmap_obstack): New obstack type.nathan2004-11-221-1/+1
* * tree-if-conv.c (clean_predicate_lists): Update gcc_assert check.dpatel2004-11-161-1/+1
* * tree-cfg.c (verify_expr): Replace TREE_OPERAND withkazu2004-11-161-1/+1
* * tree-cfg.c, tree-if-conv.c, tree-ssa-loop-ivopts.c,kazu2004-11-141-1/+1
* * tree-if-conv.c (clean_predicate_lists): Use loop headerdpatel2004-11-131-4/+5
* * tree-if-conv.c (add_to_dst_predicate_list): Change thekazu2004-11-091-13/+12
* * tree-if-conv.c (tree_if_conversion): Make it static.kazu2004-11-081-1/+1
* * tree-if-conv.c (tree_if_convert_cond_expr): Remove two "if"kazu2004-11-081-18/+14
* * tree-cfg.c, tree-if-conv.c, tree-into-ssa.c,kazu2004-11-081-1/+1
* * tree-if-conv.c (process_phi_nodes): Process latch block.dpatel2004-10-141-5/+10
* 2004-09-24 Ben Elliston <bje@au.ibm.com>bje2004-09-281-14/+23
* * tree-if-conv.c (tree_if_convert_cond_expr0: Create temp. variabledpatel2004-09-241-10/+25
* * targhooks.c (default_unwind_emit, default_scalar_mode_supported_p):nathan2004-09-091-31/+14
* * tree-if-conv.c (find_phi_replacement_condition): Return true edge b...dpatel2004-09-081-17/+17
* 2004-09-06 Paolo Bonzini <bonzini@gnu.org>bonzini2004-09-061-1/+2
* * c-common.c, c-decl.c, combine.c, defaults.h, fold-const.c,kazu2004-09-051-2/+2
* * c-common.c, cfgexpand.c, cgraphunit.c, defaults.h,kazu2004-09-051-1/+1
* * tree-if-conv.c (gate_tree_if_conversion): Enable only if thednovillo2004-09-051-1/+1
* * tree-if-conv.c: Spell check comments and clean up whitespace.aj2004-09-051-84/+83
* Tree level if-conversion for vectorizer.dpatel2004-09-041-0/+1102