[cfe-commits] r114311 - /cfe/trunk/docs/UsersManual.html
Daniel Dunbar
daniel at zuster.org
Sun Sep 19 12:26:59 PDT 2010
Author: ddunbar
Date: Sun Sep 19 14:26:59 2010
New Revision: 114311
URL: http://llvm.org/viewvc/llvm-project?rev=114311&view=rev
Log:
Update users manual comments on X86 and ARM support.
Modified:
cfe/trunk/docs/UsersManual.html
Modified: cfe/trunk/docs/UsersManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.html?rev=114311&r1=114310&r2=114311&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Sun Sep 19 14:26:59 2010
@@ -942,16 +942,26 @@
<!-- ======================== -->
<h4 id="target_arch_x86">X86</h4>
<!-- ======================== -->
-<p>The support for X86 (both 32-bit and 64-bit) is considered stable
-on Darwin (Mac OS/X), Linux, FreeBSD, and Dragonfly BSD: it has been tested to
-correctly compile large C and Objective-C codebases. (FIXME: Anything specific
-we want to say here? Possibly mention some LLVM x86 limitations?)
+
+<p>The support for X86 (both 32-bit and 64-bit) is considered stable on Darwin
+(Mac OS/X), Linux, FreeBSD, and Dragonfly BSD: it has been tested to correctly
+compile many large C, C++, Objective-C, and Objective-C++ codebases.</p>
<!-- ======================== -->
<h4 id="target_arch_arm">ARM</h4>
<!-- ======================== -->
-ARM support is mostly feature-complete, but still experimental; it hasn't
-undergone significant testing.
+
+<p>The support for ARM (specifically ARMv6 and ARMv7) is considered stable on
+Darwin (iOS): it has been tested to correctly compile many large C, C++,
+Objective-C, and Objective-C++ codebases.</p>
+
+<p>It is not quite feature complete, the following areas still need work:</p>
+<ul>
+ <li>Vector support (NEON in particular) is not yet well tested and may have
+ ABI errors.</li>
+ <li>Clang only supports a limited number of ARM architectures. It does not yet
+ fully support ARMv5, for example.</li>
+</ul>
<!-- ======================== -->
<h4 id="target_arch_other">Other platforms</h4>
More information about the cfe-commits
mailing list