aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-7/+2
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-27/+30
2006-11-21tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak1-1/+1
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-14/+3
2006-09-22re PR tree-optimization/28888 (ICE in tree check: expected cond_expr, have la...Zdenek Dvorak1-57/+53
2006-09-05re PR tree-optimization/28900 (ICE verify_stmts failed (invalid operand to un...Richard Guenther1-1/+4
2006-05-23re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod1-1/+1
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-4/+4
2006-02-10tree-if-conv.c (combine_blocks): Free the result of get_loop_exit_edges.Sebastian Pop1-1/+3
2006-02-02tree-flow-inline.h (bsi_after_labels): Rewrite, return what its name says.Paolo Bonzini1-5/+2
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-1/+1
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-2/+2
2005-12-02tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther1-8/+8
2005-11-08re PR tree-optimization/23115 (-ftree-vectorize generates wrong code)Devang Patel1-4/+9
2005-08-19re PR tree-optimization/23048 (ICE in get_loop_body with -O1 -ftree-vectorize...Devang Patel1-6/+14
2005-06-26builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata1-2/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-27basic-block.h (basic_block_def): Add phi_nodes and predictions.Kazu Hirata1-1/+1
2005-05-11re PR tree-optimization/18472 (TREE_OPERAND (t, 1) is referenced for t being ...Kazu Hirata1-9/+1
2005-05-03tree-cfg.c (remove_bb): Remove a redundant call to set_bb_for_stmt.Kazu Hirata1-3/+1
2005-04-29re PR tree-optimization/21272 (SSA_NAME def follows use with -ftree-vectorize)Devang Patel1-1/+1
2005-04-21tree-if-conv.c (find_phi_replacement_condition): Avoid generating x = !(a == ...Devang Patel1-33/+52
2005-04-13tree-if-conv.c (tree_if_convert_cond_expr): Do not create extra temp variables.Devang Patel1-17/+0
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-21/+30
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-11/+5
2005-03-12tree-if-conv.c (tree_if_convert_cond_expr): Remove local variable new_cond.Kazu Hirata1-8/+6
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-2/+2
2005-03-04re PR tree-optimization/18815 (Tree if-conversion screws up cfg very badly)Devang Patel1-3/+16
2005-03-02Undo PR tree-optimization/18815 fix.Devang Patel1-13/+2
2005-03-02re PR tree-optimization/18815 (Tree if-conversion screws up cfg very badly)Devang Patel1-2/+13
2005-03-01cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak1-18/+20
2005-02-22re PR tree-optimization/19952 (ICE: tree check: expected class 'declaration',...Devang Patel1-1/+1
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-3/+3
2005-01-23alias.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-01-04re PR tree-optimization/18308 (ICE in do_jump, at dojump.c:274)Paolo Bonzini1-4/+17
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