summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-manip.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/46885 (ICE: in gsi_insert_seq_nodes_after, at gimple-iterato...Jakub Jelinek2010-12-141-1/+4
* timevar.def (TV_IPA_OPT, [...]): New.Michael Matz2010-11-171-0/+4
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* re PR debug/43650 ("-fcompare-debug failure" with "-O2 -fpeel-loops -fgraphit...Alexandre Oliva2010-06-141-2/+2
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-1/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* Avoid calling verify_ssa twice in verify_loop_closed_ssa.Sebastian Pop2010-04-061-5/+7
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+2
* canonicalize_loop_ivs should add the IV bump in loop->header.Sebastian Pop2010-03-311-5/+7
* Remove trailing white spaces.H.J. Lu2009-11-251-13/+13
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+6
* Add source_location support to PHI arguments.Andrew MacLeod2009-07-301-6/+8
* ssa-loop-manip.c: Include langhooks.h.Razya Ladelsky2009-07-301-0/+130
* re PR tree-optimization/40496 (ICE in verify_stmts with -fprefetch-loop-arrays)Richard Guenther2009-07-101-2/+11
* gimplify.c (mark_addressable): Export.Richard Guenther2009-03-271-0/+2
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-70/+83
* re PR tree-optimization/18754 (unrolling happens too late/SRA does not happen...Richard Guenther2008-04-271-2/+8
* re PR tree-optimization/31358 (IV-OPTs produces a weird MEM_REF)Andrew Pinski2008-03-111-1/+1
* tree-parloops.c: New file.Zdenek Dvorak2007-09-151-2/+4
* tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak2007-08-041-3/+3
* re PR tree-optimization/32087 (ICE with FORTRAN and -fprefetch-loop-arrays)Steve Ellcey2007-07-261-2/+3
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* tree-ssa-loop-niter.c (assert_loop_rolls_lt): Convert the operands of compare...Zdenek Dvorak2007-07-201-1/+5
* [multiple changes]Andrew Pinski2007-06-151-1/+7
* 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