summaryrefslogtreecommitdiff
path: root/include/gomp-constants.h
AgeCommit message (Expand)Author
2025-11-13openmp, nvptx: ompx_gnu_managed_mem_allocAndrew Stubbs
2025-05-30OpenMP: C++ "declare mapper" supportJulian Brown
2025-03-21OpenMP: 'interop' construct - add ME support + target-independent libgompPaul-Antoine Arras
2025-01-02Update copyright years.Jakub Jelinek
2024-11-22OpenMP: 'interop' construct - add C/C++ parser support, improve Fortran parsingTobias Burnus
2024-10-07OpenMP: Allocate directive for static vars, clean upTobias Burnus
2024-09-24OpenMP: Add support for 'self_maps' to the 'require' directiveTobias Burnus
2024-09-13Fortran: Fixes to OpenMP 'interop' directive parsing supportTobias Burnus
2024-01-03Update copyright years.Jakub Jelinek
2023-12-15OpenMP/OpenACC: Unordered/non-constant component offset runtime diagnosticJulian Brown
2023-11-07openmp: Add support for the 'indirect' clause in C/C++Kwok Cheung Yeung
2023-10-25OpenACC 2.7: Implement self clause for compute constructsChung-Lin Tang
2023-06-12OpenMP: Cleanups related to the 'present' modifierTobias Burnus
2023-06-06openmp: Add support for the 'present' modifierTobias Burnus
2023-02-02amdgcn, libgomp: Manually allocated stacksAndrew Stubbs
2023-01-16Update copyright years.Jakub Jelinek
2022-11-04Remove support for Intel MIC offloadingThomas Schwinge
2022-10-20libgomp: Add offload_device_gcn check, add requires-4a.c testTobias Burnus
2022-07-06Define 'OMP_REQUIRES_[...]', 'GOMP_REQUIRES_[...]' in a single placeThomas Schwinge
2022-07-04OpenMP: Move omp requires checks to libgompTobias Burnus
2022-06-13openmp: Conforming device numbers and omp_{initial,invalid}_deviceJakub Jelinek
2022-05-17openmp: Add support for inoutset depend-kindJakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-12-10amdgcn: Change offload variable table discoveryAndrew Stubbs
2021-12-08openmp: Improve OpenMP target support for C++ (PR92120)Chung-Lin Tang
2021-11-12openmp: Relax handling of implicit map vs. existing device mappingsChung-Lin Tang
2021-08-23openmp: Add support for strict modifier on grainsize/num_tasks clausesJakub Jelinek
2021-01-16openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung
2021-01-04Update copyright years.Jakub Jelinek
2020-09-15OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]Tobias Burnus
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor
2020-07-09openacc: Set bias to zero for explicit attach/detach clauses in C and C++Julian Brown
2020-07-09openacc: GOMP_MAP_ATTACH handling in find_group_lastJulian Brown
2020-01-10OpenACC 'acc_get_property' cleanupThomas 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-20OpenACC 2.6 deep copy: middle-end partsJulian Brown
2019-12-20OpenACC 2.6 deep copy: libgomp partsJulian Brown
2019-12-19Add OpenACC 2.6's no_createJulian Brown
2019-11-13GCN libgomp portAndrew Stubbs
2019-06-19Fix description of 'GOMP_MAP_FIRSTPRIVATE'Thomas Schwinge
2019-01-01Update copyright years.Jakub Jelinek
2018-12-28For libgomp OpenACC entry points, redefine the "device" argument to "flags"Thomas Schwinge
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-01-04Update copyright years.Jakub Jelinek
2016-05-26gomp-constants.h (GOMP_VERSION): Increment to 1...Chung-Lin Tang
2016-03-17Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETEThomas Schwinge
2016-01-19Merge of HSAMartin Jambor