summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2019-09-11 14:44:30 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2019-09-11 14:44:30 +0000
commit3aacee49c8208a18d73731e5e6058d3d644b2f3a (patch)
tree591f2b77f915cc424a9d37222dc5ab3624861169 /docs
parentb43aeec9c9ad6465a8af2268eac3471ba5700368 (diff)
downloadclang-3aacee49c8208a18d73731e5e6058d3d644b2f3a.tar.gz
[OPENMP]Updated status page, NFC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@371627 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/OpenMPSupport.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/OpenMPSupport.rst b/docs/OpenMPSupport.rst
index e71be1974c..1563ca8309 100644
--- a/docs/OpenMPSupport.rst
+++ b/docs/OpenMPSupport.rst
@@ -149,7 +149,7 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| loop extension | collapse imperfectly nested loop | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| loop extension | collapse non-rectangular nested loop | :part:`worked on` | |
+| loop extension | collapse non-rectangular nested loop | :good:`done` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| loop extension | C++ range-base for loop | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
@@ -233,7 +233,7 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| device extension | map(replicate) or map(local) when requires unified_shared_me | :part:`worked on` | D55719,D55892 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| device extension | teams construct on the host device | :part:`worked on` | |
+| device extension | teams construct on the host device | :part:`worked on` | Clang part is done, r371553. |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| atomic extension | hints for the atomic construct | :part:`worked on` | D51233 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
@@ -251,7 +251,7 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| misc extension | conditional modifier for lastprivate clause | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| misc extension | user-defined function variants | :none:`unclaimed` | |
+| misc extension | user-defined function variants | :part:`worked on` | D67294, D64095 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| misc extensions | pointer/reference to pointer based array reductions | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+