summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-12-17 06:01:39 +0000
committerBill Wendling <isanbard@gmail.com>2013-12-17 06:01:39 +0000
commit3a149c146b2a977650b89a823c31edfa08a632a8 (patch)
tree51b0d1da32cab087759ca707732116e1cf7452e8 /docs/ReleaseNotes.rst
parente39b15195a3607ee708be9d105b5fc591b4665dd (diff)
downloadllvm-3a149c146b2a977650b89a823c31edfa08a632a8.tar.gz
llvm-3a149c146b2a977650b89a823c31edfa08a632a8.tar.bz2
llvm-3a149c146b2a977650b89a823c31edfa08a632a8.tar.xz
Update notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@197468 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index ed7b99fa58..7e1da0e578 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -139,6 +139,13 @@ The SPARC backend got many improvements, namely
* leaf functions optimization
* bug fixes
+SystemZ/s390x Backend
+---------------------
+
+LLVM and clang can now optimize for zEnterprise z196 and zEnterprise EC12
+targets. In clang these targets are selected using ``-march=z196`` and
+``-march=zEC12`` respectively.
+
External Open Source Projects Using LLVM 3.4
============================================