aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/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
commiteb5cb6b515e3e3cb01921e74ccef43a502a77fc9 (patch)
treeaf6d5c757d803d67c4d63d7758ca233c514a2562 /compiler-rt/www
parentfd5d735e2b8fb5bc08d0df719887d4df0fcb00ba (diff)
downloadllvm-eb5cb6b515e3e3cb01921e74ccef43a502a77fc9.zip
llvm-eb5cb6b515e3e3cb01921e74ccef43a502a77fc9.tar.gz
llvm-eb5cb6b515e3e3cb01921e74ccef43a502a77fc9.tar.bz2
Some compiler-rt www site improvements.
llvm-svn: 78052
Diffstat (limited to 'compiler-rt/www')
-rw-r--r--compiler-rt/www/index.html42
1 files changed, 34 insertions, 8 deletions
diff --git a/compiler-rt/www/index.html b/compiler-rt/www/index.html
index 2f6a679..9a12564 100644
--- a/compiler-rt/www/index.html
+++ b/compiler-rt/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>
<!--=====================================================================-->