summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-manip.c
Commit message (Expand)AuthorAgeFilesLines
* tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak2007-05-271-4/+3
* tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak2007-05-111-1/+1
* tree-ssa-loop-manip.c (ip_normal_pos): Check if last stmt is NULL.Richard Guenther2007-05-011-1/+2
* tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak2007-04-271-14/+3
* cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.Zdenek Dvorak2007-04-091-2/+10
* re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle2007-02-161-2/+3
* common.opt: Add Wstrict-overflow and Wstrict-overflow=.Ian Lance Taylor2007-02-131-2/+4
* cfgloopmanip.c (loop_delete_branch_edge): Removed.Zdenek Dvorak2007-02-041-18/+67
* tree-ssa-loop-unswitch.c: Include tree-inline.h.Zdenek Dvorak2007-01-281-1/+2
* loop.texi: Document recording of loop exits.Zdenek Dvorak2007-01-121-0/+1
* tree-ssa-loop-manip.c (tree_unroll_loop): Make it a wrapper over ...Zdenek Dvorak2007-01-101-43/+78
* loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.Zdenek Dvorak2007-01-031-13/+58
* tree-ssa-loop-niter.c (zero_p, nonzero_p): Removed.Zdenek Dvorak2006-12-221-1/+1
* loop-unswitch.c (unswitch_loop): Update arguments of duplicate_loop_to_header...Zdenek Dvorak2006-12-201-4/+4
* [multiple changes]Diego Novillo2006-12-111-4/+4
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-3/+2
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-12-021-1/+1
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-12/+10
* re PR tree-optimization/29902 (ICE in coalesce_abnormal_edges, at tree-outof-...Zdenek Dvorak2006-11-211-1/+10
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-34/+8
* cfgloopmanip.c (update_single_exit_for_duplicated_loop, [...]): New functions.Zdenek Dvorak2006-11-121-0/+2
* re PR rtl-optimization/27872 (Internal compiler error in verify_loop_structure)Zdenek Dvorak2006-06-081-1/+2
* re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod2006-05-231-2/+2
* invoke.texi (-fprefetch-loop-arrays, [...]): Document.Zdenek Dvorak2006-02-141-0/+326
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-1/+1
* builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata2005-06-261-2/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* Makefile.in (cfg.o): Add new dependencies.Jan Hubicka2005-06-151-2/+2
* re PR tree-optimization/18316 (Missed IV optimization)Zdenek Dvorak2005-05-011-5/+8
* [multiple changes]Diego Novillo2005-04-221-113/+52
* tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata2005-04-171-4/+0
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-1/+4
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-1/+1
* cfghooks.c (lv_flush_pending_stmts, [...]): New.Mostafa Hagog2005-04-031-176/+0
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-7/+7
* Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak2005-03-101-16/+51
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-8/+8
* bitmap.c, [...]: Update copyright.Kazu Hirata2005-02-151-1/+1
* lambda-code.c (lambda_loopnest_to_gcc_loopnest, [...]): Use standard_iv_incre...Sebastian Pop2005-02-141-1/+2
* tree-if-conv.c (replace_phi_with_cond_modify_expr): Use EDGE_PRED instead of ...Kazu Hirata2004-11-291-1/+1
* tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata2004-11-251-5/+5
* tree-ssa-loop-manip.c (lv_adjust_loop_header_phi): Use find_edge to find the ...Kazu Hirata2004-11-241-7/+5
* tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata2004-11-141-1/+1
* c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata2004-11-131-1/+1
* * tree-ssa-loop-manip.c: Fix a comment typo.Kazu Hirata2004-11-131-1/+1
* tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata2004-11-081-4/+4
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-1/+1
* lambda-code.c (nestify_update_pending_stmts): Remove.Kazu Hirata2004-10-281-39/+3
* re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin2004-10-271-1/+1
* cfgloopmanip.c (loopify): Take two more arguments true_edge and false_edge.Kazu Hirata2004-10-251-3/+6