summaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/28900 (ICE verify_stmts failed (invalid operand to un...Richard Guenther2006-09-051-1/+4
* re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod2006-05-231-1/+1
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-4/+4
* tree-if-conv.c (combine_blocks): Free the result of get_loop_exit_edges.Sebastian Pop2006-02-101-1/+3
* tree-flow-inline.h (bsi_after_labels): Rewrite, return what its name says.Paolo Bonzini2006-02-021-5/+2
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-1/+1
* tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law2006-01-061-2/+2
* tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther2005-12-021-8/+8
* re PR tree-optimization/23115 (-ftree-vectorize generates wrong code)Devang Patel2005-11-081-4/+9
* re PR tree-optimization/23048 (ICE in get_loop_body with -O1 -ftree-vectorize...Devang Patel2005-08-191-6/+14
* builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata2005-06-261-2/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* basic-block.h (basic_block_def): Add phi_nodes and predictions.Kazu Hirata2005-05-271-1/+1
* re PR tree-optimization/18472 (TREE_OPERAND (t, 1) is referenced for t being ...Kazu Hirata2005-05-111-9/+1
* tree-cfg.c (remove_bb): Remove a redundant call to set_bb_for_stmt.Kazu Hirata2005-05-031-3/+1
* re PR tree-optimization/21272 (SSA_NAME def follows use with -ftree-vectorize)Devang Patel2005-04-291-1/+1
* tree-if-conv.c (find_phi_replacement_condition): Avoid generating x = !(a == ...Devang Patel2005-04-211-33/+52
* tree-if-conv.c (tree_if_convert_cond_expr): Do not create extra temp variables.Devang Patel2005-04-131-17/+0
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-21/+30
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-11/+5
* tree-if-conv.c (tree_if_convert_cond_expr): Remove local variable new_cond.Kazu Hirata2005-03-121-8/+6
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-2/+2
* re PR tree-optimization/18815 (Tree if-conversion screws up cfg very badly)Devang Patel2005-03-041-3/+16
* Undo PR tree-optimization/18815 fix.Devang Patel2005-03-021-13/+2
* re PR tree-optimization/18815 (Tree if-conversion screws up cfg very badly)Devang Patel2005-03-021-2/+13
* cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak2005-03-011-18/+20
* re PR tree-optimization/19952 (ICE: tree check: expected class 'declaration',...Devang Patel2005-02-221-1/+1
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-3/+3
* alias.c, [...]: Fix comment typos.Kazu Hirata2005-01-231-1/+1
* re PR tree-optimization/18308 (ICE in do_jump, at dojump.c:274)Paolo Bonzini2005-01-041-4/+17
* tree-if-conv.c (replace_phi_with_cond_modify_expr): Use EDGE_PRED instead of ...Kazu Hirata2004-11-291-1/+1
* * tree-if-conv.c (clean_predicate_lists): Clean all basic blocks.Devang Patel2004-11-221-5/+7
* tree-if-conv.c (if_convertable_phi_p): Rename to ...Devang Patel2004-11-221-29/+29
* tree-ssa.c (ssa_remove_edge): Remove.Kazu Hirata2004-11-221-2/+2
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-1/+1
* * tree-if-conv.c (clean_predicate_lists): Update gcc_assert check.Devang Patel2004-11-161-1/+1
* tree-cfg.c (verify_expr): Replace TREE_OPERAND with COND_EXPR_COND.Kazu Hirata2004-11-161-1/+1
* tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata2004-11-141-1/+1
* tree-if-conv.c (clean_predicate_lists): Use loop header and latch directly.Devang Patel2004-11-121-4/+5
* tree-if-conv.c (add_to_dst_predicate_list): Change the second argument to bas...Kazu Hirata2004-11-091-13/+12
* tree-if-conv.c (tree_if_conversion): Make it static.Kazu Hirata2004-11-081-1/+1
* tree-if-conv.c (tree_if_convert_cond_expr): Remove two "if" statements that a...Kazu Hirata2004-11-081-18/+14
* tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata2004-11-081-1/+1
* tree-if-conv.c (process_phi_nodes): Process latch block.Devang Patel2004-10-141-5/+10
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-14/+23
* tree-if-conv.c (tree_if_convert_cond_expr0): Create temp.Devang Patel2004-09-241-10/+25
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-31/+14
* tree-if-conv.c (find_phi_replacement_condition): Return true edge block.Devang Patel2004-09-081-17/+17
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-1/+2