aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-19/+15
2011-02-16re PR tree-optimization/47738 (ICE: verify_ssa failed: no immediate_use list ...Richard Guenther1-2/+1
2011-02-14re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou1-2/+5
2011-02-02Fix PR40979 and PR47044: after LIM call copy_prop and DCE to clean up.Sebastian Pop1-1/+1
2011-01-31Use Alias in common.opt to make -ftree-loop-linear an alias of -floop-interch...Sebastian Pop1-5/+0
2011-01-25Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in...Sebastian Pop1-39/+5
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+2
2010-09-30New pass: loop flattening.Sebastian Pop1-2/+6
2010-09-01tree-vrp.c (adjust_range_with_scev): Use number of iteration estimate.Richard Guenther1-1/+1
2010-08-11Schedule a copy_prop pass before graphite.Sebastian Pop1-0/+19
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-25Enable prefetching at -O3 for AMD cpus.Changpeng Fang1-1/+1
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-05-06re PR tree-optimization/43934 (LIM should handle PHI nodes)Richard Guenther1-2/+1
2010-04-06Always execute verify_loop_closed_ssa at LNO level.Sebastian Pop1-15/+13
2009-11-25Remove trailing white spaces.H.J. Lu1-13/+13
2009-11-25graphite-poly.c (apply_poly_transforms): Implement the high level driver for ...Sebastian Pop1-3/+0
2009-11-08cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski1-1/+1
2009-08-01Rename -fgraphite-force-parallel to -floop-parallelize-all.Sebastian Pop1-1/+1
2009-07-31New implementation of Graphite.Sebastian Pop1-1/+5
2009-07-08basic-block.h (dump_regset, [...]): Remove duplicate prototypes.Shujing Zhao1-0/+1
2009-07-03loop-24.c: Update dump file matching; enable -O2.Jan Hubicka1-31/+0
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-10-23graphite.c (graphite_apply_transformations): Check for -fgraphite-identity.Tobias Grosser1-1/+2
2008-09-02backport: configure: Regenerate.Sebastian Pop1-0/+43
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-11/+4
2008-04-27re PR tree-optimization/18754 (unrolling happens too late/SRA does not happen...Richard Guenther1-2/+52
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-51/+85
2007-12-06tree-ssa-loop.c (gate_tree_parallelize_loops): Return true when "flag_tree_pa...Uros Bizjak1-1/+1
2007-11-27re PR tree-optimization/34016 (ICE in execute_todo with -ftree-loop-linear fo...Jakub Jelinek1-0/+1
2007-09-15tree-parloops.c: New file.Zdenek Dvorak1-0/+36
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-05-27tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak1-18/+12
2007-05-24passes.texi: Document predictive commoning.Zdenek Dvorak1-0/+36
2007-05-14tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate struct nb_it...Zdenek Dvorak1-8/+12
2007-03-09loop.texi: Document the Omega linear constraints solver.Sebastian Pop1-1/+36
2007-02-06tree-vectorizer.c (vect_is_simple_use): Support induction.Dorit Nuzman1-1/+1
2007-01-12loop.texi: Document recording of loop exits.Zdenek Dvorak1-1/+1
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-15/+14
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-17/+7
2006-11-12tree-ssa-loop.c (tree_vectorize): Return the result of vectorize_loops.Zdenek Dvorak1-2/+1
2006-11-11tree-ssa-loop.c (pass_loop_prefetch): Change name to aprefetch.Zdenek Dvorak1-1/+1
2006-09-05re PR tree-optimization/28937 (ICE in add_virtual_operand, at tree-ssa-operan...Andrew Pinski1-13/+8
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-23/+35
2006-02-27opts.c (decode_options): Do not handle flag_strength_reduce.Zdenek Dvorak1-1/+1
2006-02-14re PR tree-optimization/26209 (Specific code causes g++ 4.1.0 dominance ICE w...Zdenek Dvorak1-1/+2
2006-02-14invoke.texi (-fprefetch-loop-arrays, [...]): Document.Zdenek Dvorak1-0/+34
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-8/+6
2006-02-05tree-vrp.c (cfg_loops): Removed.Zdenek Dvorak1-4/+4