aboutsummaryrefslogtreecommitdiff
path: root/libgomp/target.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-10openmp: Implement OpenMP 5.0 base-pointer attachement and clause orderingChung-Lin Tang1-6/+30
2020-10-30openmp: Use FIELD_TGT_EMPTY once moreJakub Jelinek1-1/+1
2020-10-22openmp: Change omp_get_initial_device () to match OpenMP 5.1 requirementsJakub Jelinek1-14/+14
2020-10-20libgomp: Fix up bootstrap in libgomp/target.c due to false positive warningJakub Jelinek1-37/+39
2020-10-20openmp: Implement support for OMP_TARGET_OFFLOAD environment variableKwok Cheung Yeung1-8/+37
2020-09-15libgomp/target.c: Silence -Wuninitialized warningTobias Burnus1-2/+2
2020-09-15OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]Tobias Burnus1-38/+146
2020-07-27openacc: Deep copy attach/detach should not affect reference countsJulian Brown1-7/+13
2020-07-23openacc: Remove unnecessary detach finalizationJulian Brown1-1/+1
2020-07-10openacc: Adjust dynamic reference count semanticsJulian Brown1-29/+9
2020-06-30Mark up unreachable OpenACC 'attach' code pathThomas Schwinge1-3/+4
2020-03-31libgomp – fix handling of 'target enter data'Tobias Burnus1-1/+12
2020-03-23libgomp – fix declare target link handling (PR94251)Tobias Burnus1-2/+3
2020-02-13openmp: ignore nowait if async execution is unsupported [PR93481]Frederik Harwath1-1/+14
2020-01-10OpenACC 'acc_get_property' cleanupThomas Schwinge1-2/+2
2020-01-10Further changes for the OpenACC 'if_present' clause on the 'host_data' constructThomas Schwinge1-23/+38
2020-01-10OpenACC – support "if" + "if_present" clauses with "host_data"Tobias Burnus1-1/+13
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-22Add OpenACC 2.6 `acc_get_property' supportMaciej W. Rozycki1-0/+1
2019-12-21[OMP] Restore 'omp declare target link' handlingThomas Schwinge1-1/+0
2019-12-20OpenACC 2.6 deep copy: libgomp partsJulian Brown1-1/+50
2019-12-20OpenACC 2.6 deep copy: attach/detach API routinesJulian Brown1-0/+130
2019-12-20Use gomp_map_val for OpenACC host-to-device address translationJulian Brown1-2/+2
2019-12-20OpenACC reference count overhaulJulian Brown1-24/+29
2019-12-20Use aux struct in libgomp for infrequently-used/API-specific dataJulian Brown1-7/+16
2019-12-19Add OpenACC 2.6's no_createJulian Brown1-0/+23
2019-12-18Assert in 'libgomp/target.c:gomp_unmap_vars_internal' that we're not unmappin...Thomas Schwinge1-1/+9
2019-12-18[OpenACC] In 'libgomp/target.c:gomp_to_device_kind_p', handle 'GOMP_MAP_FORCE...Thomas Schwinge1-0/+1
2019-12-18Make 'libgomp/target.c:gomp_unmap_tgt' 'static' againThomas Schwinge1-1/+1
2019-12-13Fix potential race condition in OpenACC "exit data" operationsJulian Brown1-14/+45
2019-12-11[OpenACC] Initialize 'dynamic_refcount' whenever we initialize 'refcount'Thomas Schwinge1-0/+3
2019-12-09[PR92116, PR92877] [OpenACC] Replace 'openacc.data_environ' by standard libgo...Thomas Schwinge1-1/+0
2019-12-09In 'libgomp/target.c:gomp_exit_data', remove open-coded 'gomp_remove_var'Thomas Schwinge1-10/+1
2019-10-09re PR libgomp/92028 (OpenACC 'host_data' execution test regressions with nvpt...Jakub Jelinek1-0/+24
2019-10-03Libgomp magic offset value self-documentationJulian Brown1-17/+27
2019-08-08gimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_EXPLICIT for VLA helpe...Jakub Jelinek1-13/+22
2019-05-24re PR libgomp/90585 (libgomp hsa plugin ftbfs in the x32 multilib variant)Jakub Jelinek1-1/+0
2019-05-132019-05-13 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang1-58/+148
2019-02-22[libgomp] Clarify difference between offload target, offload plugin, and Open...Thomas Schwinge1-4/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-28Cleanup libgomp's coalesce chunk data structuresThomas Schwinge1-21/+31
2018-12-09Coalesce host to device transfers in libgomp: not for link pointerThomas Schwinge1-3/+4
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-31/+99
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang1-21/+20
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-22re PR libgomp/83106 (libgomp/target.c:2671:2: error: ‘strncat’ specified ...Jakub Jelinek1-5/+9
2017-10-28target.c (struct gomp_coalesce_buf): New type.Jakub Jelinek1-34/+192
2017-02-02libgomp: Normalize the names of a few functions of the libgomp plugin APIThomas Schwinge1-5/+5
2017-01-01Update copyright years.Jakub Jelinek1-1/+1