[llvm-branch-commits] [clang] 5e1b36c - [Docs][OpenCL][SPIR-V] Release 15 notes for Clang.

Anastasia Stulova via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Sep 1 02:08:19 PDT 2022


Author: Anastasia Stulova
Date: 2022-09-01T10:07:00+01:00
New Revision: 5e1b36ced538cfc80f2400b27e346d2175b04092

URL: https://github.com/llvm/llvm-project/commit/5e1b36ced538cfc80f2400b27e346d2175b04092
DIFF: https://github.com/llvm/llvm-project/commit/5e1b36ced538cfc80f2400b27e346d2175b04092.diff

LOG: [Docs][OpenCL][SPIR-V] Release 15 notes for Clang.

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 383ad2983feb..d405cfe706b4 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -572,10 +572,18 @@ CUDA/HIP Language Changes in Clang
 Objective-C Language Changes in Clang
 -------------------------------------
 
-OpenCL C Language Changes in Clang
-----------------------------------
-
-...
+OpenCL Kernel Language Changes in Clang
+---------------------------------------
+
+- Improved/fixed misc issues in the builtin function support and diagnostics.
+- Improved diagnostics for unknown extension pragma, subgroup functions and
+  implicit function prototype.
+- Added ``-cl-ext`` flag to the Clang driver to toggle extensions/features
+  compiled for.
+- Added ``cl_khr_subgroup_rotate`` extension.
+- Removed some ``printf`` and ``hostcall`` related diagnostics when compiling
+  for AMDGPU.
+- Fixed alignment of pointer types in kernel arguments.
 
 ABI Changes in Clang
 --------------------
@@ -661,6 +669,14 @@ Arm and AArch64 Support in Clang
   Operations found in the :ref:`Clang Language Extensions <Vector Operations>`
   document.
 
+SPIR-V Support in Clang
+-----------------------
+
+- Added flag ``-fintegrated-objemitter`` to enable use of experimental
+  integrated LLVM backend when generating SPIR-V binary.
+- The SPIR-V generator continues to produce typed pointers in this release
+  despite the general switch of LLVM to opaque pointers.
+
 Floating Point Support in Clang
 -------------------------------
 


        


More information about the llvm-branch-commits mailing list