diff options
author | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-08-04 04:48:38 +0000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-08-04 04:48:38 +0000 |
commit | eb5cb6b515e3e3cb01921e74ccef43a502a77fc9 (patch) | |
tree | af6d5c757d803d67c4d63d7758ca233c514a2562 | |
parent | fd5d735e2b8fb5bc08d0df719887d4df0fcb00ba (diff) | |
download | bcm5719-llvm-eb5cb6b515e3e3cb01921e74ccef43a502a77fc9.tar.gz bcm5719-llvm-eb5cb6b515e3e3cb01921e74ccef43a502a77fc9.zip |
Some compiler-rt www site improvements.
llvm-svn: 78052
-rw-r--r-- | compiler-rt/www/index.html | 42 |
1 files changed, 34 insertions, 8 deletions
diff --git a/compiler-rt/www/index.html b/compiler-rt/www/index.html index 2f6a6798935..9a12564b036 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> <!--=====================================================================--> |