aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-offload.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-26Fix switch conversion in offloading functionsTom de Vries1-3/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-09-18omp-offload.c (oacc_xform_loop): Enable SIMD vectorization on non-SIMT target...Cesar Philippidis1-0/+25
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-05-23OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clausesThomas Schwinge1-0/+9
2017-05-16Add default value for last argument of dump functions.Martin Liska1-2/+2
2017-05-12[PR middle-end/69921] Use "oacc kernels parallelized" attribute for paralleli...Thomas Schwinge1-4/+20
2017-05-12Use "oacc kernels" attribute for OpenACC kernelsThomas Schwinge1-12/+12
2017-03-28OpenMP/PTX privatization in SIMD regionsAlexander Monakov1-0/+114
2017-03-21omp-offload.c: translation fixes (PR translation/80001)David Malcolm1-6/+15
2017-02-28i386.c: Include intl.h.Jakub Jelinek1-3/+4
2017-02-28Rename the "openmp" group of optimizations to "omp"Thomas Schwinge1-3/+3
2017-02-14re PR middle-end/79505 (Memory leaks in oacc_loop_discover_walk)Jakub Jelinek1-10/+1
2017-02-09omp-offload.c (oacc_loop_auto_partitions): Use || instead of | to avoid warning.Jakub Jelinek1-1/+1
2017-02-09re PR c/79431 (ICE in get, at cgraph.h:397)Jakub Jelinek1-1/+3
2017-02-09gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang1-103/+243
2017-01-20omp-offload: use PROP_gimple_lomp_devAlexander Monakov1-7/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-14Coding style fixesMartin Jambor1-11/+11
2016-12-14Split omp-low into multiple filesMartin Jambor1-0/+1718