aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
AgeCommit message (Expand)Author
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-11-012012-11-01 Sharad Singhai <singhai@google.com>Sharad Singhai
2012-09-032012-09-03 Andrew Pinski <apinski@cavium.com>Andrew Pinski
2012-08-142012-08-14 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-08-102012-08-10 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-08-032012-08-03 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-08-022012-08-02 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-08-012012-08-01 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-07-17 * dumpfile.h (TDF_COMMENT): New define.Steven Bosscher
2012-07-16gcc/Steven Bosscher
2012-04-242012-04-24 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-04-232012-04-23 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-04-162012-04-16 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-04-132012-04-13 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-03-13Fix sgi typosRainer Orth
2012-03-052012-03-05 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-02-242012-02-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>Bernhard Reutner-Fischer
2011-09-072011-09-07 Richard Guenther <rguenther@suse.de>Richard Guenther
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li
2011-05-12 PR tree-optimization/48975Jakub Jelinek
2011-04-202011-04-20 Richard Guenther <rguenther@suse.de>Richard Guenther
2011-04-03 * tree-if-conv.c (memrefs_read_or_written_unconditionally): Strip allRichard Guenther
2011-02-232011-02-23 Richard Guenther <rguenther@suse.de>Richard Guenther
2011-01-25Fix PR47271: only if-convert full writes.Sebastian Pop
2010-12-23Fix PR47002: memory leaks.Sebastian Pop
2010-11-10Fix PR45971: do not predicate condition phi nodes that are scev analyzable.Sebastian Pop
2010-11-09Fix PR46036.Sebastian Pop
2010-10-14 PR tree-optimization/46008Jakub Jelinek
2010-09-03Use DR_IS_WRITE instead of !DR_IS_READ.Sebastian Pop
2010-08-24Speed-up ifcvt_memrefs_wont_trap caching previous results.Sebastian Pop
2010-08-24Do not check whether memory references accessed in every iteration trap.Sebastian Pop
2010-08-24Add flag -ftree-loop-if-convert-stores.Sebastian Pop
2010-07-09Outline fold_or_predicates from add_to_predicate_list.Sebastian Pop
2010-07-08Call maybe_fold_or_comparisons to fold OR-ed predicates.Sebastian Pop
2010-07-08Add the -ftree-loop-if-convert flag.Sebastian Pop
2010-06-25Do not insert statements computing the true predicate.Sebastian Pop
2010-06-25Use reset_bb_predicate whenever the predicate of a BB should be reset to true.Sebastian Pop
2010-06-25Call cleanup_tree_cfg after if-conversion.Sebastian Pop
2010-06-25Add a debug counter for the tree-ssa level if-conversion.Sebastian Pop
2010-06-11Fix PR44483: incrementally gimplify BB predicates to avoid redundant computat...Sebastian Pop
2010-06-02Only reset the GIMPLE_DEBUG information in the code gen of if-conversion.Sebastian Pop
2010-06-02Fix PR44363: don't abort when the ifcvt analysis fails to recognize a Gimple ...Sebastian Pop
2010-06-01 * gimplify.c: Do not include except.h and optabs.h.Steven Bosscher
2010-05-29Don't use unshare_expr when not necessary.Sebastian Pop
2010-05-29Do not use annotations on edges in if-conversion.Sebastian Pop
2010-05-28Don't generate COND_EXPRs for degenerate_phi_result.Sebastian Pop
2010-05-28Check the if-convertibility of phi nodes in non predicated BBs.Sebastian Pop
2010-05-26Do not check the if-convertibility of statements that are not predicated.Sebastian Pop
2010-05-26Reorganize the analysis of basic block predication.Sebastian Pop