This revision was automatically updated to reflect the committed changes. Closed by commit rGd7ab9e7c9b30: [ARM] Release notes for the Custom Datapath Extension (CDE) (authored by miyuki).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D78481/new/ https://reviews.llvm.org/D78481 Files: clang/docs/ReleaseNotes.rst llvm/docs/ReleaseNotes.rst Index: llvm/docs/ReleaseNotes.rst =================================================================== --- llvm/docs/ReleaseNotes.rst +++ llvm/docs/ReleaseNotes.rst @@ -76,6 +76,11 @@ set. ``<arm_mve.h>`` now supports the complete API defined in the Arm C Language Extensions. +* Added support for assembly for the optional Custom Datapath Extension (CDE) + for Arm M-profile targets. + +* Implemented C-language intrinsics <arm_cde.h> for the CDE instruction set. + Changes to the MIPS Target -------------------------- Index: clang/docs/ReleaseNotes.rst =================================================================== --- clang/docs/ReleaseNotes.rst +++ clang/docs/ReleaseNotes.rst @@ -61,6 +61,8 @@ v8.1-M MVE instruction set. ``<arm_mve.h>`` supports the complete API defined in the Arm C Language Extensions. +- For the ARM target, C-language intrinsics <arm_cde.h> for the CDE instruction + set are now provided. * clang adds support for a set of extended integer types (``_ExtInt(N)``) that permit non-power of 2 integers, exposing the LLVM integer types. Since a major
Index: llvm/docs/ReleaseNotes.rst =================================================================== --- llvm/docs/ReleaseNotes.rst +++ llvm/docs/ReleaseNotes.rst @@ -76,6 +76,11 @@ set. ``<arm_mve.h>`` now supports the complete API defined in the Arm C Language Extensions. +* Added support for assembly for the optional Custom Datapath Extension (CDE) + for Arm M-profile targets. + +* Implemented C-language intrinsics <arm_cde.h> for the CDE instruction set. + Changes to the MIPS Target -------------------------- Index: clang/docs/ReleaseNotes.rst =================================================================== --- clang/docs/ReleaseNotes.rst +++ clang/docs/ReleaseNotes.rst @@ -61,6 +61,8 @@ v8.1-M MVE instruction set. ``<arm_mve.h>`` supports the complete API defined in the Arm C Language Extensions. +- For the ARM target, C-language intrinsics <arm_cde.h> for the CDE instruction + set are now provided. * clang adds support for a set of extended integer types (``_ExtInt(N)``) that permit non-power of 2 integers, exposing the LLVM integer types. Since a major
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits