aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-26Don't handle BBs with more than 2 preds or succs.Sebastian Pop1-0/+4
2010-05-26Avoid if-conversion of loops in which the data dependence analysis fails.Sebastian Pop1-0/+14
2010-05-26Do not compute/free CDI_POST_DOMINATORS.Sebastian Pop1-4/+0
2010-05-26Make tree_if_conversion not return a bool.Sebastian Pop1-6/+4
2010-05-26Fix comments.Sebastian Pop1-5/+5
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-1/+3
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-04-08Fix comments, simplify logic.Sebastian Pop1-123/+104
2010-04-08Remove unused parameter.Sebastian Pop1-15/+7
2010-04-07Fix comments.Sebastian Pop1-12/+13
2010-04-07Sort static functions in topological order.Sebastian Pop1-294/+259
2010-04-07Fix comments in ifconvert.Sebastian Pop1-65/+60
2010-04-06Always execute verify_loop_closed_ssa at LNO level.Sebastian Pop1-1/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-6/+6
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-1/+12
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-3/+5
2009-05-11passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther1-1/+1
2009-05-01ipa-reference.c: Do not include c-common.h, include splay-tree.h.Steven Bosscher1-1/+0
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-2/+3
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-146/+138
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-7/+7
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2007-11-28re PR tree-optimization/34140 (ICE in is_hidden_global_store, at tree-ssa-sin...Jakub Jelinek1-1/+9
2007-11-01optabs.c (prepare_cmp_insn): Merge a couple of conditional blocks.Eric Botcazou1-1/+1
2007-10-28re PR tree-optimization/33920 (Segfault in combine_blocks/tree-if-conv.c)Uros Bizjak1-2/+10
2007-09-07re PR tree-optimization/32821 (tree-if-conv:combine_blocks with -ftree-dump-t...Uros Bizjak1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-16tree-if-conv.c (find_phi_replacement_condition): Unshare "*cond" before forci...Richard Guenther1-4/+6
2007-07-09tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak1-15/+9
2007-07-09re PR tree-optimization/32681 (ice for legal C code with flags -ffast-math -...Uros Bizjak1-1/+1
2007-07-07auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-02re PR tree-optimization/31966 (Miscompiles valid code with -ftree-vectorize)Uros Bizjak1-45/+73
2007-05-27tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak1-1/+1
2007-04-23tree-phinodes.c (reserve_phi_args_for_new_edge, [...]): Use phi_nodes_ptr.Zdenek Dvorak1-4/+4
2007-03-25fix in tree-if-conv.cRevital Eres1-3/+14
2007-03-08tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle1-4/+3
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