diff options
author | Joey Gouly <joey.gouly@arm.com> | 2013-06-27 11:49:26 +0000 |
---|---|---|
committer | Joey Gouly <joey.gouly@arm.com> | 2013-06-27 11:49:26 +0000 |
commit | 31d2f08f8893f38d2d7293195f3707edfefbeeb6 (patch) | |
tree | 40d6c4859d1d70ac391421b5f235fc4f7138f45a /docs | |
parent | 88d93a7cc4546439c82490db20c71b4b702dcc7a (diff) | |
download | external_llvm-31d2f08f8893f38d2d7293195f3707edfefbeeb6.zip external_llvm-31d2f08f8893f38d2d7293195f3707edfefbeeb6.tar.gz external_llvm-31d2f08f8893f38d2d7293195f3707edfefbeeb6.tar.bz2 |
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.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CompilerWriterInfo.rst b/docs/CompilerWriterInfo.rst index 44e07b0..12d295f 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 |