aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-64/+64
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-35/+9
2014-04-17remove has_gateTrevor Saunders1-8/+0
2014-04-14cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+4
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+3
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+2
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod1-216/+0
2013-10-09tree-flow.h: Move some protoypes.Andrew MacLeod1-343/+232
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-36/+36
2013-09-16Introduce -ftree-loop-vectorize optionXinliang David Li1-5/+5
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
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