Author: Johannes Doerfert
Date: 2020-02-15T00:40:39-06:00
New Revision: 5313abdbca802d842ba1d27729420d186f653a2d

URL: 
https://github.com/llvm/llvm-project/commit/5313abdbca802d842ba1d27729420d186f653a2d
DIFF: 
https://github.com/llvm/llvm-project/commit/5313abdbca802d842ba1d27729420d186f653a2d.diff

LOG: [OpenMP][NFC] Update OpenMPSupport table

Added: 
    

Modified: 
    clang/docs/OpenMPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 91e1de61b456..49659e9bd5bd 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -229,13 +229,13 @@ implementation.
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | misc extension               | library shutdown (omp_pause_resource[_all])   
               | :none:`unclaimed parts`  | D55078                              
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| misc extension               | metadirectives                                
               | :none:`worked on`        |                                     
                                  |
+| misc extension               | metadirectives                                
               | :part:`worked on`        |                                     
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | misc extension               | conditional modifier for lastprivate clause   
               | :good:`done`             |                                     
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | misc extension               | iterator and multidependences                 
               | :part:`claimed`          |                                     
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| misc extension               | user-defined function variants                
               | :part:`worked on`        | D67294, D64095                      
                                  |
+| misc extension               | user-defined function variants                
               | :part:`worked on`        | D67294, D64095, D71847, D71830      
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | misc extension               | pointer/reference to pointer based array 
reductions          | :none:`unclaimed`        |                                
                                       |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
@@ -258,5 +258,7 @@ want to help with the implementation.
 
+==============================+==============================================================+==========================+=======================================================================+
 | misc extension               | user-defined function variants with #ifdef 
protection        | :part:`worked on`        | D71179                           
                                     |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
+| misc extension               | default(firstprivate) & default(private)      
               | :part:`worked on`        |                                     
                                  |
++------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | loop extension               | Loop tiling transformation                    
               | :part:`claimed`          |                                     
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to