summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2018-01-06 21:35:46 +0000
committerDimitry Andric <dim@FreeBSD.org>2018-01-06 21:35:46 +0000
commitead8c8e4f12a52fe33a395d4dce984c89ab04a77 (patch)
tree370cd144f688870dbf79c8c799ada394855047d5 /docs/ReleaseNotes.rst
parent55e6d896ad333f07bb3b1ba487df214fc268a4ab (diff)
Notes
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst17
1 files changed, 14 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 8dce92341c3ba..92aa01c4b1efa 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -168,8 +168,8 @@ Attribute Changes in Clang
Windows Support
---------------
-Clang's support for building native Windows programs ...
-
+- Clang now has initial, preliminary support for targeting Windows on
+ ARM64.
C Language Changes in Clang
---------------------------
@@ -209,7 +209,18 @@ OpenCL C Language Changes in Clang
OpenMP Support in Clang
----------------------------------
-...
+- Added options `-f[no]-openmp-simd` that support code emission only foe OpenMP
+ SIMD-based directives, like `#pragma omp simd`, `#pragma omp parallel for simd`
+ etc. The code is emitted only for simd-based part of the combined directives
+ and clauses.
+
+- Added support for almost all target-based directives except for
+ `#pragma omp target teams distribute parallel for [simd]`. Although, please
+ note that `depend` clauses on target-based directives are not supported yet.
+ Clang supports offloading to X86_64, AArch64 and PPC64[LE] devices.
+
+- Added support for `reduction`-based clauses on `task`-based directives from
+ upcoming OpenMP 5.0.
Internal API Changes
--------------------