aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-02Only reset the GIMPLE_DEBUG information in the code gen of if-conversion.Sebastian Pop1-14/+22
2010-06-02Fix PR44363: don't abort when the ifcvt analysis fails to recognize a Gimple ...Sebastian Pop1-6/+3
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-29Don't use unshare_expr when not necessary.Sebastian Pop1-33/+30
2010-05-29Do not use annotations on edges in if-conversion.Sebastian Pop1-55/+15
2010-05-28Don't generate COND_EXPRs for degenerate_phi_result.Sebastian Pop1-15/+21
2010-05-28Check the if-convertibility of phi nodes in non predicated BBs.Sebastian Pop1-4/+4
2010-05-26Do not check the if-convertibility of statements that are not predicated.Sebastian Pop1-3/+18
2010-05-26Reorganize the analysis of basic block predication.Sebastian Pop1-163/+150
2010-05-26Remove conditions in the code generation of if-conversion.Sebastian Pop1-31/+35
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