summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-08-04 04:48:38 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-08-04 04:48:38 +0000
commitf361ff15d3a8286e27f8adc8d02c9d3ed79fc8db (patch)
tree27153d75a6e79008f46f3865b44ec5e08fdf16b8 /www
parentdf479b6717e4300dfeb6cc51e6f6b68118fafdcd (diff)
Some compiler-rt www site improvements.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@78052 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/index.html42
1 files changed, 34 insertions, 8 deletions
diff --git a/www/index.html b/www/index.html
index 2f6a67989..9a12564b0 100644
--- a/www/index.html
+++ b/www/index.html
@@ -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>
<!--=====================================================================-->