[PATCH] D23693: [lanai] Add ISA document to CompilerWritersInfo

Jacques Pienaar via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 14:03:51 PDT 2016


jpienaar created this revision.
jpienaar added a reviewer: eliben.
jpienaar added a subscriber: llvm-commits.
Herald added a subscriber: aemerson.

Add Lanai ISA document to CompilerWritersInfo and fix AArch64 link quotes while modifying the document.

https://reviews.llvm.org/D23693

Files:
  docs/CompilerWriterInfo.rst

Index: docs/CompilerWriterInfo.rst
===================================================================
--- docs/CompilerWriterInfo.rst
+++ docs/CompilerWriterInfo.rst
@@ -18,9 +18,9 @@
 
 * `ARMv8-A Architecture Reference Manual <http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0487a.h/index.html>`_ (authentication required, free sign-up). This document covers both AArch64 and ARM instructions
 
-* `ARMv7-M Architecture Reference Manual` <http://infocenter.arm.com/help/topic/com.arm.doc.ddi0403e.b/index.html>`_ (authentication required, free sign-up). This covers the Thumb2-only microcontrollers
+* `ARMv7-M Architecture Reference Manual <http://infocenter.arm.com/help/topic/com.arm.doc.ddi0403e.b/index.html>`_ (authentication required, free sign-up). This covers the Thumb2-only microcontrollers
 
-* `ARMv6-M Architecture Reference Manual` <http://infocenter.arm.com/help/topic/com.arm.doc.ddi0419c/index.html>_ (authentication required, free sign-up). This covers the Thumb1-only microcontrollers
+* `ARMv6-M Architecture Reference Manual <http://infocenter.arm.com/help/topic/com.arm.doc.ddi0419c/index.html>`_ (authentication required, free sign-up). This covers the Thumb1-only microcontrollers
 
 * `ARM C Language Extensions <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0053c/IHI0053C_acle_2_0.pdf>`_
 
@@ -31,6 +31,12 @@
 
 * `Itanium documentation <http://developer.intel.com/design/itanium2/documentation.htm>`_
 
+Lanai
+-----
+
+* `Lanai Instruction Set Architecture <http://g.co/lanai/isa>`_
+
+
 MIPS
 ----
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23693.68602.patch
Type: text/x-patch
Size: 1555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160818/d22f8ed7/attachment.bin>


More information about the llvm-commits mailing list