[llvm] r181328 - Mention SystemZ in the release notes

Richard Sandiford rsandifo at linux.vnet.ibm.com
Tue May 7 08:52:32 PDT 2013


Author: rsandifo
Date: Tue May  7 10:52:32 2013
New Revision: 181328

URL: http://llvm.org/viewvc/llvm-project?rev=181328&view=rev
Log:
Mention SystemZ in the release notes

Modified:
    llvm/trunk/docs/ReleaseNotes.rst

Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=181328&r1=181327&r2=181328&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Tue May  7 10:52:32 2013
@@ -140,6 +140,13 @@ The R600 backend was added in this relea
 graphics / compute drivers which are developed as part of the `Mesa3D
 <http://www.mesa3d.org>`_ project.
 
+SystemZ/s390x Backend
+---------------------
+
+LLVM and clang now support IBM's z/Architecture.  At present this support
+is restricted to GNU/Linux (GNU triplet s390x-linux-gnu) and requires
+z10 or greater.
+
 
 External Open Source Projects Using LLVM 3.3
 ============================================





More information about the llvm-commits mailing list