aboutsummaryrefslogtreecommitdiff
path: root/libgomp/libgomp.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-19openmp: Add basic library allocator support.Jakub Jelinek1-0/+4
2020-01-10OpenACC 'acc_get_property' cleanupThomas Schwinge1-1/+2
2020-01-10re PR libgomp/93219 (unused return value in affinity-fmt.c)Jakub Jelinek1-1/+1
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-20OpenACC 2.6 deep copy: libgomp partsJulian Brown1-0/+2
2019-12-20OpenACC 2.6 deep copy: attach/detach API routinesJulian Brown1-0/+10
2019-12-20Use gomp_map_val for OpenACC host-to-device address translationJulian Brown1-0/+1
2019-12-20OpenACC reference count overhaulJulian Brown1-3/+6
2019-12-20Use aux struct in libgomp for infrequently-used/API-specific dataJulian Brown1-2/+8
2019-12-18Make 'libgomp/target.c:gomp_unmap_tgt' 'static' againThomas Schwinge1-1/+0
2019-12-13Fix potential race condition in OpenACC "exit data" operationsJulian Brown1-0/+2
2019-12-11[OpenACC] Consolidate 'GOACC_enter_exit_data' and its helper functions in 'li...Thomas Schwinge1-2/+0
2019-12-09[PR92116, PR92877] [OpenACC] Replace 'openacc.data_environ' by standard libgo...Thomas Schwinge1-9/+1
2019-11-13Optimize GCN OpenMP malloc performanceAndrew Stubbs1-0/+63
2019-11-13GCN libgomp portAndrew Stubbs1-0/+18
2019-10-03Libgomp magic offset value self-documentationJulian Brown1-0/+5
2019-10-01configure.ac: Remove GCC_HEADER_STDINT(gstdint.h).Jakub Jelinek1-1/+1
2019-05-132019-05-13 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang1-15/+38
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-13[libgomp, nvptx] Fix libgomp.c/target-5.c compilationTom de Vries1-0/+1
2018-11-09PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor1-2/+12
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-6/+104
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang1-1/+6
2018-05-02[openacc] Move GOMP_OPENACC_DIM parsing out of nvptx pluginTom de Vries1-0/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-05-24C/C++ OpenACC: acc_pcopyin, acc_pcreateThomas Schwinge1-2/+3
2017-02-02libgomp: Normalize the names of a few functions of the libgomp plugin APIThomas Schwinge1-5/+5
2017-01-31libgomp: Provide prototypes for functions implemented by libgomp pluginsThomas Schwinge1-33/+37
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-23OpenMP offloading to NVPTX: libgomp changesAlexander Monakov1-3/+19
2016-05-26oacc-plugin.h (GOMP_PLUGIN_async_unmap_vars): Add int parameter.Chung-Lin Tang1-4/+1
2016-05-26target.c (gomp_device_copy): New function.Chung-Lin Tang1-7/+7
2016-04-12omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT regardless whethe...Jakub Jelinek1-2/+0
2016-01-19Merge of HSAMartin Jambor1-3/+9
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-15c-common.c (c_common_attribute_table): Handle "omp declare target link" attri...Ilya Verbin1-0/+5
2015-12-14libgomp.h (gomp_device_state): New enum.Ilya Verbin1-3/+12
2015-11-14omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek1-71/+150
2015-11-03libgomp.h (struct acc_dispatch_t): Remove args from exec_func.Nathan Sidwell1-2/+2
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-14/+143
2015-09-28gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.Nathan Sidwell1-1/+1
2015-09-03[gomp] Thread pool managementSebastian Huber1-0/+2
2015-08-24libgomp.map: Add 4.0.2 version.Nathan Sidwell1-2/+3
2015-07-21target.c (gomp_offload_image_to_device): Rename to ...Nathan Sidwell1-0/+1
2015-07-17mkoffload.c (process): Constify target data.Nathan Sidwell1-2/+2
2015-07-06libgomp: Add comment to clarify last_team usageSebastian Huber1-0/+3
2015-04-08mkoffload.c (process): Support variable mapping.Julian Brown1-16/+1
2015-04-06libgomp: rework initialization of offloadingIlya Verbin1-27/+6
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-5/+212