aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-1/+6
2013-08-27re PR tree-optimization/57521 (wrong code for expressions in loop at -O3)Richard Biener1-62/+26
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-18/+35
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-22/+22
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-09-03re PR tree-optimization/53395 (The LAPACK functions i(d|s)amax are more than ...Andrew Pinski1-3/+62
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-2/+2
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-18/+3
2012-08-03tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther1-2/+2
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-1/+0
2012-08-01graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther1-1/+1
2012-07-17dumpfile.h (TDF_COMMENT): New define.Steven Bosscher1-2/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-04-24tree-if-conv.c (main_tree_if_conversion): Move bb under ENABLE_CHECKING.Richard Biener1-3/+5
2012-04-23re PR tree-optimization/53070 (ICE: in execute_cse_reciprocals, at tree-ssa-m...Richard Guenther1-1/+7
2012-04-16re PR tree-optimization/52975 (Ofast produces not optimized code for vectoriz...Richard Guenther1-5/+3
2012-04-13re PR tree-optimization/52969 (ICE in in get_expr_operands, at tree-ssa-opera...Richard Guenther1-0/+17
2012-03-13Fix sgi typosRainer Orth1-2/+2
2012-03-05cfgexpand.c (gimple_expand_cfg): Free dominator info.Richard Guenther1-0/+3
2012-02-24tree-if-conv (predicate_scalar_phi): Commentary typo fix.Bernhard Reutner-Fischer1-1/+1
2011-09-07re PR tree-optimization/50319 (if-conversion produces unvectorizable conditions)Richard Guenther1-31/+27
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+1
2011-05-12re PR tree-optimization/48975 (ICE in execute_cse_reciprocals() with -fno-tre...Jakub Jelinek1-1/+5
2011-04-20re PR c/47892 (Fails to vectorize comparison code, if-conversion fails)Richard Guenther1-0/+16
2011-04-03tree-if-conv.c (memrefs_read_or_written_unconditionally): Strip all non-varia...Richard Guenther1-16/+33
2011-02-23re PR tree-optimization/47849 (ICE: SIGSEGV in find_edge (cfganal.c:491) with...Richard Guenther1-0/+2
2011-01-25Fix PR47271: only if-convert full writes.Sebastian Pop1-0/+23
2010-12-23Fix PR47002: memory leaks.Sebastian Pop1-2/+6
2010-11-10Fix PR45971: do not predicate condition phi nodes that are scev analyzable.Sebastian Pop1-3/+7
2010-11-09re PR tree-optimization/46036 (verify_ssa failed: definition in block 3 follo...Sebastian Pop1-1/+1
2010-10-14re PR tree-optimization/46008 (Floating point condexpr not vectorized)Jakub Jelinek1-1/+4
2010-09-03Use DR_IS_WRITE instead of !DR_IS_READ.Sebastian Pop1-2/+2
2010-08-24Speed-up ifcvt_memrefs_wont_trap caching previous results.Sebastian Pop1-4/+66
2010-08-24Do not check whether memory references accessed in every iteration trap.Sebastian Pop1-67/+204
2010-08-24Add flag -ftree-loop-if-convert-stores.Sebastian Pop1-54/+248
2010-07-09Outline fold_or_predicates from add_to_predicate_list.Sebastian Pop1-18/+21
2010-07-08Call maybe_fold_or_comparisons to fold OR-ed predicates.Sebastian Pop1-7/+83
2010-07-08Add the -ftree-loop-if-convert flag.Sebastian Pop1-1/+4
2010-06-25Do not insert statements computing the true predicate.Sebastian Pop1-0/+9
2010-06-25Use reset_bb_predicate whenever the predicate of a BB should be reset to true.Sebastian Pop1-4/+13
2010-06-25Call cleanup_tree_cfg after if-conversion.Sebastian Pop1-7/+10
2010-06-25Add a debug counter for the tree-ssa level if-conversion.Sebastian Pop1-1/+3
2010-06-11Fix PR44483: incrementally gimplify BB predicates to avoid redundant computat...Sebastian Pop1-48/+187
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