OSDN Git Service

Delete remaining references to sparc little-endian support.
[pf3gnuchains/gcc-fork.git] / gcc / tree-if-conv.c
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
2007-05-27 rakdver * tree-vrp.c (execute_vrp): Do not check whether curre...
2007-04-23 rakdver * tree-phinodes.c (reserve_phi_args_for_new_edge,...
2007-03-25 revitalefix in tree-if-conv.c
2007-03-08 sayle * tree-eh.c (do_return_redirection): Call build_gimple...
2006-12-10 rakdver * tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.
2006-12-05 aldyhMerge gimple-tuples-branch into mainline.
2006-11-21 rakdver * tree-loop-linear.c (linear_transform_loops): Use...
2006-11-17 rakdver * tree-vrp.c (execute_vrp): Do not update current_loops.
2006-09-22 rakdver PR tree-optimization/28888
2006-09-05 rguenth2006-09-05 Richard Guenther <rguenther@suse.de>
2006-05-23 amacleod2006-05-23 Andrew MacLeod <amacleod@redhat.com>
2006-03-02 dberlin2006-03-02 Daniel Berlin <dberlin@dberlin.org>
2006-02-10 spop * tree-if-conv.c (combine_blocks): Free the...
2006-02-02 bonzini2006-02-02 Paolo Bonzini <bonzini@gnu.org>
2006-01-31 dalecki2006-01-31 Marcin Dalecki <martin@dalecki.de>
2006-01-06 law * tree-cfg.c (bsi_replace): Rename final argument...
2005-12-02 rguenth2005-12-02 Richard Guenther <rguenther@suse.de>
2005-11-08 dpatel PR tree-optimization/23115
2005-08-19 dpatel PR tree-optimization/23048
2005-06-26 kazu * builtins.c, c-common.c, c-convert.c, c-decl.c, c...
2005-06-25 kcookUpdate FSF address.
2005-06-01 ghazi * basic-block.h, bb-reorder.c, c-gimplify.c, config...
2005-05-27 kazu * basic-block.h (basic_block_def): Add phi_nodes and
2005-05-11 kazu PR tree-optimizer/18472
2005-05-03 kazu * tree-cfg.c (remove_bb): Remove a redundant call to
2005-04-29 dpatel PR tree-optimization/21272
2005-04-21 dpatel * tree-if-conv.c (find_phi_replacement_condition...
2005-04-13 dpatel * tree-if-conv.c (tree_if_convert_cond_expr...
2005-04-09 dnovillo Merge from tree-cleanup-branch: VRP, store CCP, store
2005-04-05 amacleod2005-04-05 Andrew MacLeod <amacleod@redhat.com>
2005-03-12 kazu * tree-if-conv.c (tree_if_convert_cond_expr): Remove...
2005-03-11 rakdver * basic-block.h (single_succ_p, single_pred_p, single_...
2005-03-05 dpatel PR tree-optimization/18815
next