diff options
author | Richard Osborne <richard@xmos.com> | 2014-03-14 15:53:50 +0000 |
---|---|---|
committer | Richard Osborne <richard@xmos.com> | 2014-03-14 15:53:50 +0000 |
commit | fdbd8e05b2a84e27c5ee406a2f829a04be6a758c (patch) | |
tree | 6c134fe02b2a39d375c2b83fa6a46b87624b9904 /llvm/docs/CompilerWriterInfo.rst | |
parent | a5a469efbdcbde01a2525f3b1b4b9a0bf8b20575 (diff) | |
download | bcm5719-llvm-fdbd8e05b2a84e27c5ee406a2f829a04be6a758c.tar.gz bcm5719-llvm-fdbd8e05b2a84e27c5ee406a2f829a04be6a758c.zip |
[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
llvm-svn: 203936
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 e69cd1a6107..240271a1a47 100644 --- a/llvm/docs/CompilerWriterInfo.rst +++ b/llvm/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 -------------------- |