summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoey Gouly <joey.gouly@arm.com>2013-06-27 11:49:26 +0000
committerJoey Gouly <joey.gouly@arm.com>2013-06-27 11:49:26 +0000
commit31d2f08f8893f38d2d7293195f3707edfefbeeb6 (patch)
tree40d6c4859d1d70ac391421b5f235fc4f7138f45a /docs
parent88d93a7cc4546439c82490db20c71b4b702dcc7a (diff)
downloadllvm-31d2f08f8893f38d2d7293195f3707edfefbeeb6.tar.gz
llvm-31d2f08f8893f38d2d7293195f3707edfefbeeb6.tar.bz2
llvm-31d2f08f8893f38d2d7293195f3707edfefbeeb6.tar.xz
Add a Subtarget feature 'v8fp' to the ARM backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185073 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CompilerWriterInfo.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CompilerWriterInfo.rst b/docs/CompilerWriterInfo.rst
index 44e07b0330..12d295f74a 100644
--- a/docs/CompilerWriterInfo.rst
+++ b/docs/CompilerWriterInfo.rst
@@ -20,6 +20,8 @@ ARM
* `ABI <http://www.arm.com/products/DevTools/ABI.html>`_
+* `ABI Addenda and Errata <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0045d/IHI0045D_ABI_addenda.pdf>`_
+
* `ARM C Language Extensions <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0053a/IHI0053A_acle.pdf>`_
AArch64