aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-offload.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-09openmp: ensure variables in offload table are streamed out (PRs 94848 + 95551)Tobias Burnus1-3/+3
2020-06-08openmp: ensure variables in offload table are streamed out (PRs 94848 + 95551)Tobias Burnus1-1/+11
2020-05-14openmp: cgraph support for late declare variant resolutionJakub Jelinek1-2/+20
2020-05-14openmp: Also implicitly mark as declare target to functions mentioned in targ...Jakub Jelinek1-8/+36
2020-05-12openmp: Implement discovery of implicit declare target to clausesJakub Jelinek1-0/+133
2020-03-24Fix OpenMP offload handling for target-link variables for nvptx (PR81689)Tobias Burnus1-1/+13
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-09-26function.c (gimplify_parameters): Use build_clobber function.Jakub Jelinek1-2/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-2/+2
2019-06-13PR tree-optimization/89713 - Assume loop with an exit is finiteFeng Xue1-1/+10
2019-04-05Remove usage of apostrophes in error and warning messages (PR translation/899...Martin Liska1-1/+1
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-1/+1
2019-01-12[openacc] Add used parameter to TARGET_GOACC_VALIDATE_DIMSTom de Vries1-4/+5
2019-01-07[openacc] Add oacc_get_min_dimTom de Vries1-0/+7
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-19[openacc] Make oacc_fn_attrib_level externalTom de Vries1-1/+1
2018-12-19[openacc] Add oacc_get_default_dimTom de Vries1-0/+7
2018-12-14Add user-friendly diagnostics for OpenACC loop parallelism assignedThomas Schwinge1-1/+48
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