From: Hal Finkel Date: Mon, 23 Feb 2015 23:29:11 +0000 (+0000) Subject: Note stackmap/patchpoint support for PowerPC in the release notes X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5171ba2759f7142440ef18fedbf34a7b9b044d5;p=llvm Note stackmap/patchpoint support for PowerPC in the release notes git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_36@230281 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 4bc83e9139e..dcbfb8edb1f 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -502,6 +502,8 @@ There are numerous improvements to the PowerPC target in this release: * PPC32 SVR4 now supports small-model PIC. +* Experimental support for the stackmap/patchpoint intrinsics has been added. + * There have been many smaller bug fixes and performance improvements. Changes to the OCaml bindings