aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2015-02-23 23:29:11 +0000
committerHal Finkel <hfinkel@anl.gov>2015-02-23 23:29:11 +0000
commitb5171ba2759f7142440ef18fedbf34a7b9b044d5 (patch)
tree61f810b9719dea542de09d4c6bba808d2aa55326
parent5e58d24de32e3d09ae0be85c2cf464bbd5264803 (diff)
downloadllvm-b5171ba2759f7142440ef18fedbf34a7b9b044d5.tar.gz
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
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 2 insertions, 0 deletions
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