Anastasia updated this revision to Diff 496790. Anastasia added a comment. Updated bullet about nounwind attr
CHANGES SINCE LAST ACTION https://reviews.llvm.org/D143348/new/ https://reviews.llvm.org/D143348 Files: clang/docs/ReleaseNotes.rst Index: clang/docs/ReleaseNotes.rst =================================================================== --- clang/docs/ReleaseNotes.rst +++ clang/docs/ReleaseNotes.rst @@ -828,10 +828,17 @@ Objective-C Language Changes in Clang ------------------------------------- -OpenCL C Language Changes in Clang +OpenCL Kernel Language Changes in Clang ---------------------------------- -... +- Improved diagnostics for C++ templates used in kernel arguments. +- Removed redundant pragma for the ``arm-integer-dot-product`` extension. +- Improved support of enqueued block for AMDGPU. +- Improved builtin functions support: + * Allow disabling default header-based feature/extension support by passing ``-D__undef_<feature>``. + * Fixed conditional definition of the depth image and read_write image3d builtins. + * Added ``nounwind`` attribute implicitly to all functions. + ABI Changes in Clang --------------------
Index: clang/docs/ReleaseNotes.rst =================================================================== --- clang/docs/ReleaseNotes.rst +++ clang/docs/ReleaseNotes.rst @@ -828,10 +828,17 @@ Objective-C Language Changes in Clang ------------------------------------- -OpenCL C Language Changes in Clang +OpenCL Kernel Language Changes in Clang ---------------------------------- -... +- Improved diagnostics for C++ templates used in kernel arguments. +- Removed redundant pragma for the ``arm-integer-dot-product`` extension. +- Improved support of enqueued block for AMDGPU. +- Improved builtin functions support: + * Allow disabling default header-based feature/extension support by passing ``-D__undef_<feature>``. + * Fixed conditional definition of the depth image and read_write image3d builtins. + * Added ``nounwind`` attribute implicitly to all functions. + ABI Changes in Clang --------------------
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits