diff options
author | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-05-31 09:14:54 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-05-31 09:14:54 +0000 |
commit | 737b8801104db556691b11a690e60a337e20a3a9 (patch) | |
tree | e3b2b9fb504e0090f5c38609a306113f824aaf04 /llvm/docs/CompilerWriterInfo.rst | |
parent | 5b245a16faf64177419f7fc76ae36309765436db (diff) | |
download | bcm5719-llvm-737b8801104db556691b11a690e60a337e20a3a9.tar.gz bcm5719-llvm-737b8801104db556691b11a690e60a337e20a3a9.zip |
Add links to the System z architecture manual and ABI
llvm-svn: 182990
Diffstat (limited to 'llvm/docs/CompilerWriterInfo.rst')
-rw-r--r-- | llvm/docs/CompilerWriterInfo.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/CompilerWriterInfo.rst b/llvm/docs/CompilerWriterInfo.rst index e9a7bc876ae..cfd353c4477 100644 --- a/llvm/docs/CompilerWriterInfo.rst +++ b/llvm/docs/CompilerWriterInfo.rst @@ -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 ---- |