From: Richard Osborne Date: Fri, 14 Mar 2014 15:53:50 +0000 (+0000) Subject: [docs] Add links to XMOS XCore documentation. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=43cf3f0c915710a5fb1711907fb33a64415a7c31;p=oota-llvm.git [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 --- diff --git a/docs/CompilerWriterInfo.rst b/docs/CompilerWriterInfo.rst index e69cd1a6107..240271a1a47 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 `_ +XCore +----- + +* `The XMOS XS1 Architecture (ISA) `_ +* `Tools Developement Guide (includes ABI) `_ + Other relevant lists --------------------