]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-if-conv.c
2013-11-19 Richard Biener <rguenther@suse.de>
[thirdparty/gcc.git] / gcc / tree-if-conv.c
2013-11-19  rguenth2013-11-19 Richard Biener <rguenther@suse.de>
2013-11-19  dnovilloFactor unrelated declarations out of tree.h.
2013-11-14  amacleod * gimplify-be.h: New file. Add prototypes.
2013-11-13  amacleod * gimple-walk.h: New File. Relocate prototypes from...
2013-11-12  amacleod2013-11-12 Andrew MacLeod <amacleod@redhat.com>
2013-11-07  aldyh * gimplify.c (gimple_regimplify_operands): Do not set
2013-11-01  dnovilloReplace some heap vectors with stack vectors.
2013-10-23  amacleod * tree-ssa.h: Remove all #include's
2013-09-28  rsandifogcc/
2013-09-16  davidxlIntroduce -ftree-loop-vectorize option
2013-09-12  amacleod * tree-ssa.h: New. Move content from tree-flow.h and
2013-08-27  aldyh * Makefile.in (omp-low.o): Depend on $(TARGET_H).
2013-08-27  rguenth2013-08-27 Richard Biener <rguenther@suse.de>
2013-08-05  dmalcolmAutomated conversion of passes to C++ classes
2013-04-30  rguenth2013-04-30 Richard Biener <rguenther@suse.de>
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01  singhai2012-11-01 Sharad Singhai <singhai@google.com>
2012-09-03  pinskia2012-09-03 Andrew Pinski <apinski@cavium.com>
2012-08-14  rguenth2012-08-14 Richard Guenther <rguenther@suse.de>
2012-08-10  rguenth2012-08-10 Richard Guenther <rguenther@suse.de>
2012-08-03  rguenth2012-08-03 Richard Guenther <rguenther@suse.de>
2012-08-02  rguenth2012-08-02 Richard Guenther <rguenther@suse.de>
2012-08-01  rguenth2012-08-01 Richard Guenther <rguenther@suse.de>
2012-07-17  steven * dumpfile.h (TDF_COMMENT): New define.
2012-07-16  stevengcc/
2012-04-24  rguenth2012-04-24 Richard Guenther <rguenther@suse.de>
2012-04-23  rguenth2012-04-23 Richard Guenther <rguenther@suse.de>
2012-04-16  rguenth2012-04-16 Richard Guenther <rguenther@suse.de>
2012-04-13  rguenth2012-04-13 Richard Guenther <rguenther@suse.de>
2012-03-13  roFix sgi typos
2012-03-05  rguenth2012-03-05 Richard Guenther <rguenther@suse.de>
2012-02-24  aldot2012-02-13 Bernhard Reutner-Fischer <aldot@gcc.gnu...
2011-09-07  rguenth2011-09-07 Richard Guenther <rguenther@suse.de>
2011-06-14  davidxldumping cleanup phase 1 -- Removing TODO_dump_func
2011-05-12  jakub PR tree-optimization/48975
2011-04-20  rguenth2011-04-20 Richard Guenther <rguenther@suse.de>
2011-04-03  irar * tree-if-conv.c (memrefs_read_or_written_unconditiona...
2011-02-23  rguenth2011-02-23 Richard Guenther <rguenther@suse.de>
2011-01-25  spopFix PR47271: only if-convert full writes.
2010-12-23  spopFix PR47002: memory leaks.
2010-11-10  spopFix PR45971: do not predicate condition phi nodes that...
2010-11-09  spopFix PR46036.
2010-10-14  jakub PR tree-optimization/46008
2010-09-03  spopUse DR_IS_WRITE instead of !DR_IS_READ.
2010-08-24  spopSpeed-up ifcvt_memrefs_wont_trap caching previous results.
2010-08-24  spopDo not check whether memory references accessed in...
2010-08-24  spopAdd flag -ftree-loop-if-convert-stores.
2010-07-09  spopOutline fold_or_predicates from add_to_predicate_list.
2010-07-08  spopCall maybe_fold_or_comparisons to fold OR-ed predicates.
2010-07-08  spopAdd the -ftree-loop-if-convert flag.
2010-06-25  spopDo not insert statements computing the true predicate.
2010-06-25  spopUse reset_bb_predicate whenever the predicate of a...
2010-06-25  spopCall cleanup_tree_cfg after if-conversion.
2010-06-25  spopAdd a debug counter for the tree-ssa level if-conversion.
2010-06-11  spopFix PR44483: incrementally gimplify BB predicates to...
2010-06-02  spopOnly reset the GIMPLE_DEBUG information in the code...
2010-06-02  spopFix PR44363: don't abort when the ifcvt analysis fails...
2010-06-01  steven * gimplify.c: Do not include except.h and optabs.h.
2010-05-29  spopDon't use unshare_expr when not necessary.
2010-05-29  spopDo not use annotations on edges in if-conversion.
2010-05-28  spopDon't generate COND_EXPRs for degenerate_phi_result.
2010-05-28  spopCheck the if-convertibility of phi nodes in non predica...
2010-05-26  spopDo not check the if-convertibility of statements that...
2010-05-26  spopReorganize the analysis of basic block predication.
2010-05-26  spopRemove conditions in the code generation of if-conversion.
2010-05-26  spopDon't handle BBs with more than 2 preds or succs.
2010-05-26  spopAvoid if-conversion of loops in which the data dependen...
2010-05-26  spopDo not compute/free CDI_POST_DOMINATORS.
2010-05-26  spopMake tree_if_conversion not return a bool.
2010-05-26  spopFix comments.
2010-05-21  jsm28 * diagnostic.c: Don't include tm.h, tree.h, tm_p.h...
2010-05-21  stevengcc/ChangeLog:
2010-04-30  stevengcc/ChangeLog:
2010-04-08  spopFix comments, simplify logic.
2010-04-08  spopRemove unused parameter.
2010-04-07  spopFix comments.
2010-04-07  spopSort static functions in topological order.
2010-04-07  spopFix comments in ifconvert.
2010-04-06  spopAlways execute verify_loop_closed_ssa at LNO level.
2009-11-25  hjlRemove trailing white spaces.
2009-09-02  aolivagcc/ChangeLog:
2009-07-16  manu2009-07-17 Aldy Hernandez <aldyh@redhat.com>
2009-05-11  rguenth2009-05-11 Richard Guenther <rguenther@suse.de>
2009-05-01  steven * ipa-reference.c: Do not include c-common.h, include...
2009-04-17  ian * df.h: Include "timevar.h".
2009-02-20  jakubUpdate Copyright years for files modified in 2008 and...
2008-07-28  rguenth2008-07-28 Richard Guenther <rguenther@suse.de>
2008-06-20  ghazi * ggc.h (GGC_RESIZEVAR): New, reorder macros.
2008-03-19  hubicka * gcc.dg/20050811-2.c: Update dumping flags.
2007-11-28  jakub PR tree-optimization/34140
2007-11-01  ebotcazou * optabs.c (prepare_cmp_insn): Merge a couple of condi...
2007-10-28  uros PR tree-optimization/33920
2007-09-07  uros PR tree-optimization/32821
2007-07-26  nickcChange copyright header to refer to version 3 of the...
2007-07-16  uros * tree-if-conv.c (find_phi_replacement_conditio...
2007-07-09  rakdver * tree-scalar-evolution.c (scev_const_prop): Add argum...
2007-07-09  uros PR tree-optimization/32681
2007-07-07  kazu * auto-inc-dec.c, config/arm/arm.c,
2007-07-02  uros PR tree-optimization/31966
next