[llvm-commits] [compiler-rt] r78052 - /compiler-rt/trunk/www/index.html
Edward O'Callaghan
eocallaghan at auroraux.org
Mon Aug 3 21:48:38 PDT 2009
Author: evocallaghan
Date: Mon Aug 3 23:48:38 2009
New Revision: 78052
URL: http://llvm.org/viewvc/llvm-project?rev=78052&view=rev
Log:
Some compiler-rt www site improvements.
Modified:
compiler-rt/trunk/www/index.html
Modified: compiler-rt/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/www/index.html?rev=78052&r1=78051&r2=78052&view=diff
==============================================================================
--- compiler-rt/trunk/www/index.html (original)
+++ compiler-rt/trunk/www/index.html Mon Aug 3 23:48:38 2009
@@ -47,14 +47,7 @@
<p>The current feature set of compiler-rt is:</p>
<ul>
- <li>Full support for the libgcc interfaces required by these targets:
- <ul>
- <li>Darwin i386</li>
- <li>Darwin X86-64</li>
- <li>Darwin PowerPC</li>
- <li>Darwin PowerPC 64</li>
- </ul></li>
-
+ <li>Full support for the libgcc interfaces on supported targets.</li>
<li>High performance hand tuned implementations of commonly used functions
like __floatundidf in assembly that are dramatically faster than the
libgcc implementations.</li>
@@ -63,6 +56,39 @@
</ul>
<!--=====================================================================-->
+ <h2 id="requirements">Platform Support</h2>
+ <!--=====================================================================-->
+
+ <p>Compiler-RT is known to work on the following platforms:</p>
+
+ <li>Machine Architectures:
+ <ul>
+ <li>i386</li>
+ <li>X86-64</li>
+ <li>PowerPC</li>
+ <li>PowerPC 64</li>
+ </ul></li>
+
+ <table cellpadding="3" summary="Known Compiler-RT platforms">
+ <tr>
+ <th>OS</th>
+ <th>Arch</th>
+ </tr>
+ <tr>
+ <td>AuroraUX</td>
+ <td>All<sup>
+ </tr>
+ <tr>
+ <td>Linux</td>
+ <td>All<sup>
+ </tr>
+ <tr>
+ <td>Darwin</td>
+ <td>All<sup>
+ </tr>
+ </table>
+
+ <!--=====================================================================-->
<h2 id="dir-structure">Source Structure</h2>
<!--=====================================================================-->
More information about the llvm-commits
mailing list