]> granicus.if.org Git - clang/commitdiff
ReleaseNotes: remove openmp notes from r351580
authorHans Wennborg <hans@hanshq.net>
Tue, 22 Jan 2019 17:01:39 +0000 (17:01 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 22 Jan 2019 17:01:39 +0000 (17:01 +0000)
They were for the 8.0 branch, and have been committed there in r351839.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@351841 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 4a5e5aad936b3e1497483030a5c367c3ba70cb02..a95a4b90570b15c632146aefadab594366b6c565 100644 (file)
@@ -133,36 +133,7 @@ ABI Changes in Clang
 OpenMP Support in Clang
 ----------------------------------
 
-- OpenMP 5.0 features
-
-  - Support relational-op != (not-equal) as one of the canonical forms of random
-    access iterator.
-  - Added support for mapping of the lambdas in target regions.
-  - Added parsing/sema analysis for the requires directive.
-  - Support nested declare target directives.
-  - Make the `this` pointer implicitly mapped as `map(this[:1])`.
-  - Added the `close` *map-type-modifier*.
-
-- Various bugfixes and improvements.
-
-New features supported for Cuda devices:
-
-- Added support for the reductions across the teams.
-
-- Extended number of constructs that can be executed in SPMD mode.
-
-- Fixed support for lastprivate/reduction variables in SPMD constructs.
-
-- New collapse clause scheme to avoid expensive remainder operations.
-
-- New default schedule for distribute and parallel constructs.
-
-- Simplified code generation for distribute and parallel in SPMD mode.
-
-- Flag (``-fopenmp_optimistic_collapse``) for user to limit collapsed
-  loop counter width when safe to do so.
-
-- General performance improvement.
+- ...
 
 CUDA Support in Clang
 ---------------------