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