[llvm] r182990 - Add links to the System z architecture manual and ABI

Richard Sandiford rsandifo at linux.vnet.ibm.com
Fri May 31 02:14:55 PDT 2013


Author: rsandifo
Date: Fri May 31 04:14:54 2013
New Revision: 182990

URL: http://llvm.org/viewvc/llvm-project?rev=182990&view=rev
Log:
Add links to the System z architecture manual and ABI

Modified:
    llvm/trunk/docs/CompilerWriterInfo.rst

Modified: llvm/trunk/docs/CompilerWriterInfo.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CompilerWriterInfo.rst?rev=182990&r1=182989&r2=182990&view=diff
==============================================================================
--- llvm/trunk/docs/CompilerWriterInfo.rst (original)
+++ llvm/trunk/docs/CompilerWriterInfo.rst Fri May 31 04:14:54 2013
@@ -70,6 +70,11 @@ SPARC
 * `SPARC resources <http://www.sparc.org/resource.htm>`_
 * `SPARC standards <http://www.sparc.org/standards.html>`_
 
+SystemZ
+-------
+
+* `z/Architecture Principles of Operation (registration required, free sign-up) <http://www-01.ibm.com/support/docview.wss?uid=isg2b9de5f05a9d57819852571c500428f9a>`_
+
 X86
 ---
 
@@ -104,6 +109,7 @@ Linux
 * `PowerPC 64-bit ELF ABI Supplement <http://www.linuxbase.org/spec/ELF/ppc64/>`_
 * `Procedure Call Standard for the AArch64 Architecture <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0055a/IHI0055A_aapcs64.pdf>`_
 * `ELF for the ARM 64-bit Architecture (AArch64) <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0056a/IHI0056A_aaelf64.pdf>`_
+* `System z ELF ABI Supplement <http://legacy.redhat.com/pub/redhat/linux/7.1/es/os/s390x/doc/lzsabi0.pdf>`_
 
 OS X
 ----





More information about the llvm-commits mailing list