summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Osborne <richard@xmos.com>2014-03-14 15:53:50 +0000
committerRichard Osborne <richard@xmos.com>2014-03-14 15:53:50 +0000
commit43cf3f0c915710a5fb1711907fb33a64415a7c31 (patch)
tree947bca0906feac3be6e705a9628930e7a55b10bb
parent4baea39ecf5f364e5f5010f6e22c8e98ad3e8bd5 (diff)
downloadllvm-43cf3f0c915710a5fb1711907fb33a64415a7c31.tar.gz
llvm-43cf3f0c915710a5fb1711907fb33a64415a7c31.tar.bz2
llvm-43cf3f0c915710a5fb1711907fb33a64415a7c31.tar.xz
[docs] Add links to XMOS XCore documentation.
Summary: Add links to XCore ISA and ABI documents. CC: llvm-commits, rafael Differential Revision: http://llvm-reviews.chandlerc.com/D2981 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203936 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/CompilerWriterInfo.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CompilerWriterInfo.rst b/docs/CompilerWriterInfo.rst
index e69cd1a610..240271a1a4 100644
--- a/docs/CompilerWriterInfo.rst
+++ b/docs/CompilerWriterInfo.rst
@@ -109,6 +109,12 @@ Other x86-specific information
* `Calling conventions for different C++ compilers and operating systems <http://www.agner.org/optimize/calling_conventions.pdf>`_
+XCore
+-----
+
+* `The XMOS XS1 Architecture (ISA) <https://www.xmos.com/en/download/public/The-XMOS-XS1-Architecture%28X7879A%29.pdf>`_
+* `Tools Developement Guide (includes ABI) <https://www.xmos.com/download/public/Tools-Development-Guide%28X9114A%29.pdf>`_
+
Other relevant lists
--------------------