aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-11re PR tree-optimization/70169 (ICE at -O1 and above on x86_64-linux-gnu in ge...Jakub Jelinek1-3/+3
2016-02-23Use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge1-4/+3
2016-01-26omp-low.h (oacc_fn_attrib_kernels_p): Declare.Nathan Sidwell1-6/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-16Add pass_oacc_ipaTom de Vries1-21/+55
2015-11-25Add pass_oacc_kernelsTom de Vries1-0/+110
2015-11-17Improve comments in pass_tree_loop_init::executeTom de Vries1-3/+6
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-4/+4
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener1-1/+1
2015-07-18fix pr46851 and pr60340: remove unmaintained omega dependence testSebastian Pop1-48/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-12/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-08-14re PR tree-optimization/62081 (ICE: in fix_loop_structure, at loop-init.c:208...Richard Biener1-3/+50
2014-07-31Remove dead code in pass_tree_loop_init::executeTom de Vries1-4/+1
2014-07-09remove has_executeTrevor Saunders1-9/+0
2014-06-23tree-ssa-loop.c (gate_loop): New function.Richard Biener1-1/+61
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