OSDN Git Service

[OpenMP] Add GOMP 5.0 loop entry points
authorPeyton, Jonathan L <jonathan.l.peyton@intel.com>
Mon, 3 Feb 2020 20:29:08 +0000 (14:29 -0600)
committerPeyton, Jonathan L <jonathan.l.peyton@intel.com>
Mon, 6 Jul 2020 22:22:26 +0000 (17:22 -0500)
commit95a28df5c458cd751355fc84263762c330474254
treedd871016fed7780cbb01039b04dc2b2a6446df73
parent05f2b5ccfc5d8b1f182b00fc80dfbe804fd0357a
[OpenMP] Add GOMP 5.0 loop entry points

This patch adds missing GOMP_5.0 loop entry points which incorporate
new non-monotonic default into entry point name.  Since monotonic
schedules are a subset of nonmonotonic, it is acceptable to use
monotonic as the implementation.  This patch simply has the nonmonotonic
(and possibly non-monontonic) versions of the loop entry points as
wrappers around the monotonic ones.

Differential Revision: https://reviews.llvm.org/D73922
openmp/runtime/src/exports_so.txt
openmp/runtime/src/kmp_ftn_os.h
openmp/runtime/src/kmp_gsupport.cpp