From ddd8094ba5349fffd8d1fa83e88f8be9b2ee4ffe Mon Sep 17 00:00:00 2001 From: Richard Osborne Date: Fri, 14 Mar 2014 15:53:50 +0000 Subject: [PATCH] [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 --- docs/CompilerWriterInfo.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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 --------------------