aboutsummaryrefslogtreecommitdiff
path: root/include/gomp-constants.h
AgeCommit message (Expand)Author
2021-05-05OpenMP 5.0: Implement relaxation of implicit map vs. existing device mappingsChung-Lin Tang
2021-02-02OpenMP 5.0: requires directiveChung-Lin Tang
2021-02-02OpenMP 5.0: map this[:1] in C++ non-static member functions (PR 92120)Chung-Lin Tang
2021-01-22openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung
2020-09-15[PATCH] OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]Tobias Burnus
2020-07-14Merge remote-tracking branch 'origin/releases/gcc-10' into devel/omp/gcc-10Tobias Burnus
2020-07-13openacc: Set bias to zero for explicit attach/detach clauses in C and C++Julian Brown
2020-07-13openacc: GOMP_MAP_ATTACH handling in find_group_lastJulian Brown
2020-06-09Fortran "declare create"/allocate support for OpenACCJulian Brown
2020-06-09Make OpenACC function-parameter explosion optionalJulian Brown
2020-06-09Merge non-contiguous array support patches.Chung-Lin Tang
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
2015-11-12c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris
2015-11-05gcc/Jakub Jelinek
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-08-24libgomp.map: Add 4.0.2 version.Nathan Sidwell
2015-08-10[PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared...Thomas Schwinge
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge