summaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't handle BBs with more than 2 preds or succs.spop2010-05-261-0/+4
* Avoid if-conversion of loops in which the data dependence analysis fails.spop2010-05-261-0/+14
* Do not compute/free CDI_POST_DOMINATORS.spop2010-05-261-4/+0
* Make tree_if_conversion not return a bool.spop2010-05-261-6/+4
* Fix comments.spop2010-05-261-5/+5
* * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h orjsm282010-05-211-1/+3
* gcc/ChangeLog:steven2010-05-211-2/+0
* gcc/ChangeLog:steven2010-04-301-1/+0
* Fix comments, simplify logic.spop2010-04-081-123/+104
* Remove unused parameter.spop2010-04-081-15/+7
* Fix comments.spop2010-04-071-12/+13
* Sort static functions in topological order.spop2010-04-071-294/+259
* Fix comments in ifconvert.spop2010-04-071-65/+60
* Always execute verify_loop_closed_ssa at LNO level.spop2010-04-061-1/+1
* Remove trailing white spaces.hjl2009-11-251-6/+6
* gcc/ChangeLog:aoliva2009-09-021-1/+12
* 2009-07-17 Aldy Hernandez <aldyh@redhat.com>manu2009-07-161-3/+5
* 2009-05-11 Richard Guenther <rguenther@suse.de>rguenth2009-05-111-1/+1
* * ipa-reference.c: Do not include c-common.h, include splay-tree.h.steven2009-05-011-1/+0
* * df.h: Include "timevar.h".ian2009-04-171-2/+3
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+1
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-146/+138
* * ggc.h (GGC_RESIZEVAR): New, reorder macros.ghazi2008-06-201-7/+7
* * gcc.dg/20050811-2.c: Update dumping flags.hubicka2008-03-191-3/+5
* PR tree-optimization/34140jakub2007-11-281-1/+9
* * optabs.c (prepare_cmp_insn): Merge a couple of conditional blocks.ebotcazou2007-11-011-1/+1
* PR tree-optimization/33920uros2007-10-281-2/+10
* PR tree-optimization/32821uros2007-09-071-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-4/+3
* * tree-if-conv.c (find_phi_replacement_condition): Unshare "*cond"uros2007-07-161-4/+6
* * tree-scalar-evolution.c (scev_const_prop): Add arguments torakdver2007-07-091-15/+9
* PR tree-optimization/32681uros2007-07-091-1/+1
* * auto-inc-dec.c, config/arm/arm.c,kazu2007-07-071-1/+1
* PR tree-optimization/31966uros2007-07-021-45/+73
* * tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.rakdver2007-05-271-1/+1