aboutsummaryrefslogtreecommitdiff
path: root/libgomp/libgomp.h
AgeCommit message (Expand)Author
2020-07-29openacc: Deep copy attach/detach should not affect reference countsJulian Brown
2020-07-13openacc: Adjust dynamic reference count semanticsJulian Brown
2020-01-10OpenACC 'acc_get_property' cleanupThomas Schwinge
2020-01-10re PR libgomp/93219 (unused return value in affinity-fmt.c)Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-12-22Add OpenACC 2.6 `acc_get_property' supportMaciej W. Rozycki
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-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] Consolidate 'GOACC_enter_exit_data' and its helper functions in 'li...Thomas Schwinge
2019-12-09[PR92116, PR92877] [OpenACC] Replace 'openacc.data_environ' by standard libgo...Thomas Schwinge
2019-11-13Optimize GCN OpenMP malloc performanceAndrew Stubbs
2019-11-13GCN libgomp portAndrew Stubbs
2019-10-03Libgomp magic offset value self-documentationJulian Brown
2019-10-01configure.ac: Remove GCC_HEADER_STDINT(gstdint.h).Jakub Jelinek
2019-05-132019-05-13 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2019-01-01Update copyright years.Jakub Jelinek
2018-12-13[libgomp, nvptx] Fix libgomp.c/target-5.c compilationTom de Vries
2018-11-09PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor
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-05-02[openacc] Move GOMP_OPENACC_DIM parsing out of nvptx pluginTom de Vries
2018-01-03Update copyright years.Jakub Jelinek
2017-05-24C/C++ OpenACC: acc_pcopyin, acc_pcreateThomas Schwinge
2017-02-02libgomp: Normalize the names of a few functions of the libgomp plugin APIThomas Schwinge
2017-01-31libgomp: Provide prototypes for functions implemented by libgomp pluginsThomas Schwinge
2017-01-01Update copyright years.Jakub Jelinek
2016-11-23OpenMP offloading to NVPTX: libgomp changesAlexander Monakov
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-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-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-09-03[gomp] Thread pool managementSebastian Huber
2015-08-24libgomp.map: Add 4.0.2 version.Nathan Sidwell
2015-07-21target.c (gomp_offload_image_to_device): Rename to ...Nathan Sidwell
2015-07-17mkoffload.c (process): Constify target data.Nathan Sidwell
2015-07-06libgomp: Add comment to clarify last_team usageSebastian Huber
2015-04-08mkoffload.c (process): Support variable mapping.Julian Brown
2015-04-06libgomp: rework initialization of offloadingIlya Verbin