]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-if-conv.c
re PR middle-end/59208 (ice in initialize_flags_in_bb)
[thirdparty/gcc.git] / gcc / tree-if-conv.c
2013-11-29  Richard Bienerre PR middle-end/59208 (ice in initialize_flags_in_bb)
2013-11-22  Andrew MacLeodgimple.h: Remove all includes.
2013-11-22  Trevor Saundersadd auto_vec
2013-11-19  David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19  Richard Bienercfgloop.h (struct loop_iterator): C++-ify, add construc...
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-14  Andrew MacLeodgimplify-be.h: New file.
2013-11-13  Andrew Macleodgimple-walk.h: New File.
2013-11-12  Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-11-07  Aldy Hernandezgimplify.c (gimple_regimplify_operands): Do not set...
2013-11-01  Trevor SaundersReplace some heap vectors with stack vectors.
2013-10-23  Andrew MacLeodtree-ssa.h: Remove all #include's
2013-09-28  Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-16  Xinliang David LiIntroduce -ftree-loop-vectorize option
2013-09-12  Andrew MacLeodtree-ssa.h: New.
2013-08-27  Jakub JelinekMakefile.in (omp-low.o): Depend on $(TARGET_H).
2013-08-27  Richard Bienerre PR tree-optimization/57521 (wrong code for expressio...
2013-08-05  David MalcolmAutomated conversion of passes to C++ classes
2013-04-30  Richard Bienerfunction.h (loops_for_fn): New inline function.
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01  Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-09-03  Andrew Pinskire PR tree-optimization/53395 (The LAPACK functions...
2012-08-14  Richard Guenthercfgexpand.c (expand_used_vars): Use virtual_operand_p.
2012-08-10  Richard Guenthertree-ssa-pre.c (pretemp, [...]): Remove.
2012-08-03  Richard Guenthertree-vect-loop-manip.c (vect_can_advance_ivs_p): Query...
2012-08-02  Richard Guenthertree-dfa.c (referenced_var_lookup): Remove.
2012-08-01  Richard Guenthergraphite-clast-to-gimple.c (translate_clast_user):...
2012-07-17  Steven Bosscherdumpfile.h (TDF_COMMENT): New define.
2012-07-16  Steven Bosschersystem.h (dump_file): Do not define.
2012-04-24  Richard Bienertree-if-conv.c (main_tree_if_conversion): Move bb under...
2012-04-23  Richard Guentherre PR tree-optimization/53070 (ICE: in execute_cse_reci...
2012-04-16  Richard Guentherre PR tree-optimization/52975 (Ofast produces not optim...
2012-04-13  Richard Guentherre PR tree-optimization/52969 (ICE in in get_expr_opera...
2012-03-13  Rainer OrthFix sgi typos
2012-03-05  Richard Guenthercfgexpand.c (gimple_expand_cfg): Free dominator info.
2012-02-24  Bernhard Reutner... tree-if-conv (predicate_scalar_phi): Commentary typo...
2011-09-07  Richard Guentherre PR tree-optimization/50319 (if-conversion produces...
2011-06-14  David Lidumping cleanup phase 1 -- Removing TODO_dump_func
2011-05-12  Jakub Jelinekre PR tree-optimization/48975 (ICE in execute_cse_recip...
2011-04-20  Richard Guentherre PR c/47892 (Fails to vectorize comparison code,...
2011-04-03  Richard Guenthertree-if-conv.c (memrefs_read_or_written_unconditionally...
2011-02-23  Richard Guentherre PR tree-optimization/47849 (ICE: SIGSEGV in find_edg...
2011-01-25  Sebastian PopFix PR47271: only if-convert full writes.
2010-12-23  Sebastian PopFix PR47002: memory leaks.
2010-11-10  Sebastian PopFix PR45971: do not predicate condition phi nodes that...
2010-11-09  Sebastian Popre PR tree-optimization/46036 (verify_ssa failed: defin...
2010-10-14  Jakub Jelinekre PR tree-optimization/46008 (Floating point condexpr...
2010-09-03  Sebastian PopUse DR_IS_WRITE instead of !DR_IS_READ.
2010-08-24  Sebastian PopSpeed-up ifcvt_memrefs_wont_trap caching previous results.
2010-08-24  Sebastian PopDo not check whether memory references accessed in...
2010-08-24  Sebastian PopAdd flag -ftree-loop-if-convert-stores.
2010-07-09  Sebastian PopOutline fold_or_predicates from add_to_predicate_list.
2010-07-08  Sebastian PopCall maybe_fold_or_comparisons to fold OR-ed predicates.
2010-07-08  Sebastian PopAdd the -ftree-loop-if-convert flag.
2010-06-25  Sebastian PopDo not insert statements computing the true predicate.
2010-06-25  Sebastian PopUse reset_bb_predicate whenever the predicate of a...
2010-06-25  Sebastian PopCall cleanup_tree_cfg after if-conversion.
2010-06-25  Sebastian PopAdd a debug counter for the tree-ssa level if-conversion.
2010-06-11  Sebastian PopFix PR44483: incrementally gimplify BB predicates to...
2010-06-02  Sebastian PopOnly reset the GIMPLE_DEBUG information in the code...
2010-06-02  Sebastian PopFix PR44363: don't abort when the ifcvt analysis fails...
2010-06-01  Steven Bosschergimplify.c: Do not include except.h and optabs.h.
2010-05-29  Sebastian PopDon't use unshare_expr when not necessary.
2010-05-29  Sebastian PopDo not use annotations on edges in if-conversion.
2010-05-28  Sebastian PopDon't generate COND_EXPRs for degenerate_phi_result.
2010-05-28  Sebastian PopCheck the if-convertibility of phi nodes in non predica...
2010-05-26  Sebastian PopDo not check the if-convertibility of statements that...
2010-05-26  Sebastian PopReorganize the analysis of basic block predication.
2010-05-26  Sebastian PopRemove conditions in the code generation of if-conversion.
2010-05-26  Sebastian PopDon't handle BBs with more than 2 preds or succs.
2010-05-26  Sebastian PopAvoid if-conversion of loops in which the data dependen...
2010-05-26  Sebastian PopDo not compute/free CDI_POST_DOMINATORS.
2010-05-26  Sebastian PopMake tree_if_conversion not return a bool.
2010-05-26  Sebastian PopFix comments.
2010-05-21  Joseph Myersdiagnostic.c: Don't include tm.h, tree.h, tm_p.h, langh...
2010-05-21  Steven Bosschertree.h: Include real.h and fixed-value.h as basic datat...
2010-04-30  Steven Bosschertoplev.c: Include varray.h for statistics dumping.
2010-04-08  Sebastian PopFix comments, simplify logic.
2010-04-08  Sebastian PopRemove unused parameter.
2010-04-07  Sebastian PopFix comments.
2010-04-07  Sebastian PopSort static functions in topological order.
2010-04-07  Sebastian PopFix comments in ifconvert.
2010-04-06  Sebastian PopAlways execute verify_loop_closed_ssa at LNO level.
2009-11-25  H.J. LuRemove trailing white spaces.
2009-09-02  Alexandre Olivainvoke.texi (-fvar-tracking-assignments): New.
2009-07-16  Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-05-11  Richard Guentherpasses.c (init_optimization_passes): Strip now incorrec...
2009-05-01  Steven Bosscheripa-reference.c: Do not include c-common.h, include...
2009-04-17  Ian Lance Taylordf.h: Include "timevar.h".
2009-02-20  Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2008-07-28  Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-06-20  Kaveh R. Ghaziggc.h (GGC_RESIZEVAR): New, reorder macros.
2008-03-19  Jan Hubickare PR other/35094 (RTL dump file letters hosed and...
2007-11-28  Jakub Jelinekre PR tree-optimization/34140 (ICE in is_hidden_global_...
2007-11-01  Eric Botcazouoptabs.c (prepare_cmp_insn): Merge a couple of conditio...
2007-10-28  Uros Bizjakre PR tree-optimization/33920 (Segfault in combine_bloc...
2007-09-07  Uros Bizjakre PR tree-optimization/32821 (tree-if-conv:combine_blo...
2007-07-26  Nick CliftonChange copyright header to refer to version 3 of the...
2007-07-16  Richard Guenthertree-if-conv.c (find_phi_replacement_condition): Unshar...
next