summaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
Commit message (Expand)AuthorAgeFilesLines
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-22/+22
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+1
* 2012-09-03 Andrew Pinski <apinski@cavium.com>pinskia2012-09-031-3/+62
* 2012-08-14 Richard Guenther <rguenther@suse.de>rguenth2012-08-141-2/+2
* 2012-08-10 Richard Guenther <rguenther@suse.de>rguenth2012-08-101-18/+3
* 2012-08-03 Richard Guenther <rguenther@suse.de>rguenth2012-08-031-2/+2
* 2012-08-02 Richard Guenther <rguenther@suse.de>rguenth2012-08-021-1/+0
* 2012-08-01 Richard Guenther <rguenther@suse.de>rguenth2012-08-011-1/+1
* * dumpfile.h (TDF_COMMENT): New define.steven2012-07-171-2/+1
* gcc/steven2012-07-161-3/+0
* 2012-04-24 Richard Guenther <rguenther@suse.de>rguenth2012-04-241-3/+5
* 2012-04-23 Richard Guenther <rguenther@suse.de>rguenth2012-04-231-1/+7
* 2012-04-16 Richard Guenther <rguenther@suse.de>rguenth2012-04-161-5/+3
* 2012-04-13 Richard Guenther <rguenther@suse.de>rguenth2012-04-131-0/+17
* Fix sgi typosro2012-03-131-2/+2
* 2012-03-05 Richard Guenther <rguenther@suse.de>rguenth2012-03-051-0/+3
* 2012-02-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>aldot2012-02-241-1/+1
* 2011-09-07 Richard Guenther <rguenther@suse.de>rguenth2011-09-071-31/+27
* dumping cleanup phase 1 -- Removing TODO_dump_funcdavidxl2011-06-141-1/+1
* PR tree-optimization/48975jakub2011-05-121-1/+5
* 2011-04-20 Richard Guenther <rguenther@suse.de>rguenth2011-04-201-0/+16
* * tree-if-conv.c (memrefs_read_or_written_unconditionally): Strip allirar2011-04-031-16/+33
* 2011-02-23 Richard Guenther <rguenther@suse.de>rguenth2011-02-231-0/+2
* Fix PR47271: only if-convert full writes.spop2011-01-251-0/+23
* Fix PR47002: memory leaks.spop2010-12-231-2/+6
* Fix PR45971: do not predicate condition phi nodes that are scev analyzable.spop2010-11-101-3/+7
* Fix PR46036.spop2010-11-091-1/+1
* PR tree-optimization/46008jakub2010-10-141-1/+4
* Use DR_IS_WRITE instead of !DR_IS_READ.spop2010-09-031-2/+2
* Speed-up ifcvt_memrefs_wont_trap caching previous results.spop2010-08-241-4/+66
* Do not check whether memory references accessed in every iteration trap.spop2010-08-241-67/+204
* Add flag -ftree-loop-if-convert-stores.spop2010-08-241-54/+248
* Outline fold_or_predicates from add_to_predicate_list.spop2010-07-091-18/+21
* Call maybe_fold_or_comparisons to fold OR-ed predicates.spop2010-07-081-7/+83
* Add the -ftree-loop-if-convert flag.spop2010-07-081-1/+4
* Do not insert statements computing the true predicate.spop2010-06-251-0/+9
* Use reset_bb_predicate whenever the predicate of a BB should be reset to true.spop2010-06-251-4/+13
* Call cleanup_tree_cfg after if-conversion.spop2010-06-251-7/+10
* Add a debug counter for the tree-ssa level if-conversion.spop2010-06-251-1/+3
* Fix PR44483: incrementally gimplify BB predicates to avoid redundant computat...spop2010-06-111-48/+187
* Only reset the GIMPLE_DEBUG information in the code gen of if-conversion.spop2010-06-021-14/+22
* Fix PR44363: don't abort when the ifcvt analysis fails to recognize a Gimple ...spop2010-06-021-6/+3
* * gimplify.c: Do not include except.h and optabs.h.steven2010-06-011-1/+0
* Don't use unshare_expr when not necessary.spop2010-05-291-33/+30
* Do not use annotations on edges in if-conversion.spop2010-05-291-55/+15
* Don't generate COND_EXPRs for degenerate_phi_result.spop2010-05-281-15/+21
* Check the if-convertibility of phi nodes in non predicated BBs.spop2010-05-281-4/+4
* Do not check the if-convertibility of statements that are not predicated.spop2010-05-261-3/+18
* Reorganize the analysis of basic block predication.spop2010-05-261-163/+150
* Remove conditions in the code generation of if-conversion.spop2010-05-261-31/+35