summaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix PR45971: do not predicate condition phi nodes that are scev analyzable.Sebastian Pop2010-11-101-3/+7
* re PR tree-optimization/46036 (verify_ssa failed: definition in block 3 follo...Sebastian Pop2010-11-091-1/+1
* re PR tree-optimization/46008 (Floating point condexpr not vectorized)Jakub Jelinek2010-10-141-1/+4
* Use DR_IS_WRITE instead of !DR_IS_READ.Sebastian Pop2010-09-031-2/+2
* Speed-up ifcvt_memrefs_wont_trap caching previous results.Sebastian Pop2010-08-241-4/+66
* Do not check whether memory references accessed in every iteration trap.Sebastian Pop2010-08-241-67/+204
* Add flag -ftree-loop-if-convert-stores.Sebastian Pop2010-08-241-54/+248
* Outline fold_or_predicates from add_to_predicate_list.Sebastian Pop2010-07-091-18/+21
* Call maybe_fold_or_comparisons to fold OR-ed predicates.Sebastian Pop2010-07-081-7/+83
* Add the -ftree-loop-if-convert flag.Sebastian Pop2010-07-081-1/+4
* Do not insert statements computing the true predicate.Sebastian Pop2010-06-251-0/+9
* Use reset_bb_predicate whenever the predicate of a BB should be reset to true.Sebastian Pop2010-06-251-4/+13
* Call cleanup_tree_cfg after if-conversion.Sebastian Pop2010-06-251-7/+10
* Add a debug counter for the tree-ssa level if-conversion.Sebastian Pop2010-06-251-1/+3
* Fix PR44483: incrementally gimplify BB predicates to avoid redundant computat...Sebastian Pop2010-06-111-48/+187
* Only reset the GIMPLE_DEBUG information in the code gen of if-conversion.Sebastian Pop2010-06-021-14/+22
* Fix PR44363: don't abort when the ifcvt analysis fails to recognize a Gimple ...Sebastian Pop2010-06-021-6/+3
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* Don't use unshare_expr when not necessary.Sebastian Pop2010-05-291-33/+30
* Do not use annotations on edges in if-conversion.Sebastian Pop2010-05-291-55/+15
* Don't generate COND_EXPRs for degenerate_phi_result.Sebastian Pop2010-05-281-15/+21
* Check the if-convertibility of phi nodes in non predicated BBs.Sebastian Pop2010-05-281-4/+4
* Do not check the if-convertibility of statements that are not predicated.Sebastian Pop2010-05-261-3/+18
* Reorganize the analysis of basic block predication.Sebastian Pop2010-05-261-163/+150
* Remove conditions in the code generation of if-conversion.Sebastian Pop2010-05-261-31/+35
* Don't handle BBs with more than 2 preds or succs.Sebastian Pop2010-05-261-0/+4
* Avoid if-conversion of loops in which the data dependence analysis fails.Sebastian Pop2010-05-261-0/+14
* Do not compute/free CDI_POST_DOMINATORS.Sebastian Pop2010-05-261-4/+0
* Make tree_if_conversion not return a bool.Sebastian Pop2010-05-261-6/+4
* Fix comments.Sebastian Pop2010-05-261-5/+5
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-1/+3
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* toplev.c: Include varray.h for statistics dumping.Steven Bosscher2010-04-301-1/+0
* Fix comments, simplify logic.Sebastian Pop2010-04-081-123/+104
* Remove unused parameter.Sebastian Pop2010-04-081-15/+7
* Fix comments.Sebastian Pop2010-04-071-12/+13
* Sort static functions in topological order.Sebastian Pop2010-04-071-294/+259
* Fix comments in ifconvert.Sebastian Pop2010-04-071-65/+60
* Always execute verify_loop_closed_ssa at LNO level.Sebastian Pop2010-04-061-1/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-6/+6
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-1/+12
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-3/+5
* passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther2009-05-111-1/+1
* ipa-reference.c: Do not include c-common.h, include splay-tree.h.Steven Bosscher2009-05-011-1/+0
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-2/+3
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-146/+138
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-7/+7
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* re PR tree-optimization/34140 (ICE in is_hidden_global_store, at tree-ssa-sin...Jakub Jelinek2007-11-281-1/+9