summaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/53395 (The LAPACK functions i(d|s)amax are more than ...Andrew Pinski2012-09-031-3/+62
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-2/+2
* tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther2012-08-101-18/+3
* tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther2012-08-031-2/+2
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-1/+0
* graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther2012-08-011-1/+1
* dumpfile.h (TDF_COMMENT): New define.Steven Bosscher2012-07-171-2/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-3/+0
* tree-if-conv.c (main_tree_if_conversion): Move bb under ENABLE_CHECKING.Richard Biener2012-04-241-3/+5
* re PR tree-optimization/53070 (ICE: in execute_cse_reciprocals, at tree-ssa-m...Richard Guenther2012-04-231-1/+7
* re PR tree-optimization/52975 (Ofast produces not optimized code for vectoriz...Richard Guenther2012-04-161-5/+3
* re PR tree-optimization/52969 (ICE in in get_expr_operands, at tree-ssa-opera...Richard Guenther2012-04-131-0/+17
* Fix sgi typosRainer Orth2012-03-131-2/+2
* cfgexpand.c (gimple_expand_cfg): Free dominator info.Richard Guenther2012-03-051-0/+3
* tree-if-conv (predicate_scalar_phi): Commentary typo fix.Bernhard Reutner-Fischer2012-02-241-1/+1
* re PR tree-optimization/50319 (if-conversion produces unvectorizable conditions)Richard Guenther2011-09-071-31/+27
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-1/+1
* re PR tree-optimization/48975 (ICE in execute_cse_reciprocals() with -fno-tre...Jakub Jelinek2011-05-121-1/+5
* re PR c/47892 (Fails to vectorize comparison code, if-conversion fails)Richard Guenther2011-04-201-0/+16
* tree-if-conv.c (memrefs_read_or_written_unconditionally): Strip all non-varia...Richard Guenther2011-04-031-16/+33
* re PR tree-optimization/47849 (ICE: SIGSEGV in find_edge (cfganal.c:491) with...Richard Guenther2011-02-231-0/+2
* Fix PR47271: only if-convert full writes.Sebastian Pop2011-01-251-0/+23
* Fix PR47002: memory leaks.Sebastian Pop2010-12-231-2/+6
* 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