aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-328/+645
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-12/+12
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-2/+2
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-8/+7
2013-03-18tree-ssa-loop-manip.c (find_uses_to_rename): Do not scan the whole function w...Richard Biener1-2/+1
2013-02-26re PR tree-optimization/56426 (Segmentation fault in find_var_scev_info, at t...Marek Polacek1-1/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+19
2012-08-15timevar.def (TV_VARPOOL, [...]): Remove.Steven Bosscher1-2/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+0
2012-07-04Makefile.in (OBJS): Add graphite-optimize-isl.o.Tobias Grosser1-1/+2
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-04-18cfgloop.h (estimate_numbers_of_iterations_loop): Remove use_undefined_p param...Richard Guenther1-1/+1
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-1/+1
2012-03-02invoke.texi (floop-flatten): Declare obsolete.Maxim Kuvyrkov1-2/+1
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