summaryrefslogtreecommitdiff
path: root/libgomp/target.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* target.c (gomp_device_copy): New function.Chung-Lin Tang2016-05-261-101/+151
* omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT regardless whethe...Jakub Jelinek2016-04-121-53/+39
* target.c (gomp_get_target_fn_addr): Allow host fallback if target function wa...Ilya Verbin2016-01-221-6/+1
* Merge of HSAMartin Jambor2016-01-191-62/+163
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* c-common.c (c_common_attribute_table): Handle "omp declare target link" attri...Ilya Verbin2015-12-151-15/+72
* libgomp.h (gomp_device_state): New enum.Ilya Verbin2015-12-141-26/+75
* omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek2015-11-141-86/+124
* gcc/Jakub Jelinek2015-11-051-65/+140
* target.c (gomp_map_vars): Initialize tgt->tgt_start and tgt->tgt_end to 0 whe...Ilya Verbin2015-10-141-1/+5
* builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek2015-10-131-159/+1115
* libgomp.map: Add 4.0.2 version.Nathan Sidwell2015-08-241-84/+104
* target.c (gomp_offload_image_to_device): Rename to ...Nathan Sidwell2015-07-211-62/+84