summaryrefslogtreecommitdiff
path: root/libgomp/target.c
AgeCommit message (Expand)Author
2020-03-31libgomp – fix handling of 'target enter data'Tobias Burnus
2020-03-23libgomp – fix declare target link handling (PR94251)Tobias Burnus
2020-02-13openmp: ignore nowait if async execution is unsupported [PR93481]Frederik Harwath
2020-01-10OpenACC 'acc_get_property' cleanupThomas Schwinge
2020-01-10Further changes for the OpenACC 'if_present' clause on the 'host_data' constructThomas Schwinge
2020-01-10OpenACC – support "if" + "if_present" clauses with "host_data"Tobias Burnus
2020-01-01Update copyright years.Jakub Jelinek
2019-12-22Add OpenACC 2.6 `acc_get_property' supportMaciej W. Rozycki
2019-12-21[OMP] Restore 'omp declare target link' handlingThomas Schwinge
2019-12-20OpenACC 2.6 deep copy: libgomp partsJulian Brown
2019-12-20OpenACC 2.6 deep copy: attach/detach API routinesJulian Brown
2019-12-20Use gomp_map_val for OpenACC host-to-device address translationJulian Brown
2019-12-20OpenACC reference count overhaulJulian Brown
2019-12-20Use aux struct in libgomp for infrequently-used/API-specific dataJulian Brown
2019-12-19Add OpenACC 2.6's no_createJulian Brown
2019-12-18Assert in 'libgomp/target.c:gomp_unmap_vars_internal' that we're not unmappin...Thomas Schwinge
2019-12-18[OpenACC] In 'libgomp/target.c:gomp_to_device_kind_p', handle 'GOMP_MAP_FORCE...Thomas Schwinge
2019-12-18Make 'libgomp/target.c:gomp_unmap_tgt' 'static' againThomas Schwinge
2019-12-13Fix potential race condition in OpenACC "exit data" operationsJulian Brown
2019-12-11[OpenACC] Initialize 'dynamic_refcount' whenever we initialize 'refcount'Thomas Schwinge
2019-12-09[PR92116, PR92877] [OpenACC] Replace 'openacc.data_environ' by standard libgo...Thomas Schwinge
2019-12-09In 'libgomp/target.c:gomp_exit_data', remove open-coded 'gomp_remove_var'Thomas Schwinge
2019-10-09re PR libgomp/92028 (OpenACC 'host_data' execution test regressions with nvpt...Jakub Jelinek
2019-10-03Libgomp magic offset value self-documentationJulian Brown
2019-08-08gimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_EXPLICIT for VLA helpe...Jakub Jelinek
2019-05-24re PR libgomp/90585 (libgomp hsa plugin ftbfs in the x32 multilib variant)Jakub Jelinek
2019-05-132019-05-13 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2019-02-22[libgomp] Clarify difference between offload target, offload plugin, and Open...Thomas Schwinge
2019-01-01Update copyright years.Jakub Jelinek
2018-12-28Cleanup libgomp's coalesce chunk data structuresThomas Schwinge
2018-12-09Coalesce host to device transfers in libgomp: not for link pointerThomas Schwinge
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang
2018-01-03Update copyright years.Jakub Jelinek
2017-11-22re PR libgomp/83106 (libgomp/target.c:2671:2: error: ‘strncat’ specified ...Jakub Jelinek
2017-10-28target.c (struct gomp_coalesce_buf): New type.Jakub Jelinek
2017-02-02libgomp: Normalize the names of a few functions of the libgomp plugin APIThomas Schwinge
2017-01-01Update copyright years.Jakub Jelinek
2016-05-26oacc-plugin.h (GOMP_PLUGIN_async_unmap_vars): Add int parameter.Chung-Lin Tang
2016-05-26target.c (gomp_device_copy): New function.Chung-Lin Tang
2016-04-12omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT regardless whethe...Jakub Jelinek
2016-01-22target.c (gomp_get_target_fn_addr): Allow host fallback if target function wa...Ilya Verbin
2016-01-19Merge of HSAMartin Jambor
2016-01-04Update copyright years.Jakub Jelinek
2015-12-15c-common.c (c_common_attribute_table): Handle "omp declare target link" attri...Ilya Verbin
2015-12-14libgomp.h (gomp_device_state): New enum.Ilya Verbin
2015-11-14omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek
2015-11-05gcc/Jakub Jelinek
2015-10-14target.c (gomp_map_vars): Initialize tgt->tgt_start and tgt->tgt_end to 0 whe...Ilya Verbin
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek