summaryrefslogtreecommitdiff
path: root/libgomp/oacc-parallel.c
AgeCommit message (Expand)Author
2020-01-10OpenACC – support "if" + "if_present" clauses with "host_data"Tobias Burnus
2020-01-01Update copyright years.Jakub Jelinek
2019-12-20Use gomp_map_val for OpenACC host-to-device address translationJulian Brown
2019-12-11[OpenACC] Consolidate 'GOACC_enter_exit_data' and its helper functions in 'li...Thomas Schwinge
2019-12-11[OpenACC] Consolidate 'async'/'wait' code in 'libgomp/oacc-async.c'Thomas Schwinge
2019-10-01configure.ac: Remove GCC_HEADER_STDINT(gstdint.h).Jakub Jelinek
2019-06-19[PR90743] Fortran 'allocatable' with OpenACC data/OpenMP 'target' 'map' clausesThomas Schwinge
2019-05-17OpenACC Profiling Interface (incomplete)Thomas Schwinge
2019-05-132019-05-13 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2019-05-06Clean up libgomp GCC 5 legacy supportThomas Schwinge
2019-02-19re PR c/87924 (OpenACC wait clauses without async-arguments)Chung-Lin Tang
2019-01-01Update copyright years.Jakub Jelinek
2018-12-28For libgomp OpenACC entry points, redefine the "device" argument to "flags"Thomas Schwinge
2018-12-14Missing changes from "Adjust copy/copyin/copyout/create for OpenACC 2.5"Thomas Schwinge
2018-12-14[PR88484] OpenACC wait directive without wait argument but with async clauseThomas Schwinge
2018-11-30[PR88288, OpenACC, libgomp] Adjust offsets for present data clausesCesar Philippidis
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang
2018-05-09[openacc, libgomp] Use GOMP_ASYNC_SYNC in GOACC_declareTom de Vries
2018-05-09[openacc] Factor out async argument utility functionsTom de Vries
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-05-26oacc-plugin.h (GOMP_PLUGIN_async_unmap_vars): Add int parameter.Chung-Lin Tang
2016-03-17Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETEThomas Schwinge
2016-02-23Use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge
2016-02-02Merge BUILT_IN_GOACC_HOST_DATA into BUILT_IN_GOACC_DATA_STARTThomas Schwinge
2016-01-04Update copyright years.Jakub Jelinek
2015-12-01OpenACC host_data support.Julian Brown
2015-11-12c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris
2015-11-03libgomp.h (struct acc_dispatch_t): Remove args from exec_func.Nathan Sidwell
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek
2015-09-28gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.Nathan Sidwell
2015-07-20Missed a difference between gomp4 and trunkNathan Sidwell
2015-07-20oacc-parallel.c (GOACC_parallel): Move variadic handling into wait=-specific if.Nathan Sidwell
2015-04-08mkoffload.c (process): Support variable mapping.Julian Brown
2015-04-06libgomp: rework initialization of offloadingIlya Verbin
2015-03-25re PR libgomp/64972 (Build failure in libgomp for i686-w64-mingw32 target aft...Kai Tietz
2015-01-19[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge
2015-01-16libgomp: Don't use <alloca.h>.Thomas Schwinge
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge