aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-29tree-if-conv.c (replace_phi_with_cond_modify_expr): Use EDGE_PRED instead of ...Kazu Hirata1-1/+1
2004-11-22* tree-if-conv.c (clean_predicate_lists): Clean all basic blocks.Devang Patel1-5/+7
2004-11-22tree-if-conv.c (if_convertable_phi_p): Rename to ...Devang Patel1-29/+29
2004-11-22tree-ssa.c (ssa_remove_edge): Remove.Kazu Hirata1-2/+2
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-1/+1
2004-11-16* tree-if-conv.c (clean_predicate_lists): Update gcc_assert check.Devang Patel1-1/+1
2004-11-16tree-cfg.c (verify_expr): Replace TREE_OPERAND with COND_EXPR_COND.Kazu Hirata1-1/+1
2004-11-14tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata1-1/+1
2004-11-12tree-if-conv.c (clean_predicate_lists): Use loop header and latch directly.Devang Patel1-4/+5
2004-11-09tree-if-conv.c (add_to_dst_predicate_list): Change the second argument to bas...Kazu Hirata1-13/+12
2004-11-08tree-if-conv.c (tree_if_conversion): Make it static.Kazu Hirata1-1/+1
2004-11-08tree-if-conv.c (tree_if_convert_cond_expr): Remove two "if" statements that a...Kazu Hirata1-18/+14
2004-11-08tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata1-1/+1
2004-10-14tree-if-conv.c (process_phi_nodes): Process latch block.Devang Patel1-5/+10
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-14/+23
2004-09-24tree-if-conv.c (tree_if_convert_cond_expr0): Create temp.Devang Patel1-10/+25
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-31/+14
2004-09-08tree-if-conv.c (find_phi_replacement_condition): Return true edge block.Devang Patel1-17/+17
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-1/+2
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-05tree-if-conv.c (gate_tree_if_conversion): Enable only if the vectorizer is en...Diego Novillo1-1/+1
2004-09-05* tree-if-conv.c: Spell check comments and clean up whitespace.Andreas Jaeger1-84/+83
2004-09-03Tree level if-conversion for vectorizer.Devang Patel1-0/+1102