summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-08-03 01:26:42 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-08-03 01:26:42 +0000
commitf998156715cdf8ba5d07ab8c853d803a22867e77 (patch)
tree6dc96f88db248f22692699983df48c49aaaec864 /www/index.html
parentd904635616ca27a56531375a7d25547c930a4040 (diff)
Small improvement to Compiler-RT docs and add a CREDITS.TXT file to source.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@77934 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html24
1 files changed, 23 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html
index c4306cd2f..fc40b7e4c 100644
--- a/www/index.html
+++ b/www/index.html
@@ -61,7 +61,29 @@
<li>A target-independent implementation of the Apple "Blocks" runtime
interfaces.</li>
</ul>
-
+
+ <!--=====================================================================-->
+ <h2 id="dir-structure">Source Structure</h2>
+ <!--=====================================================================-->
+
+ <p>A short explanation of the directory structure of compiler-rt:</p>
+
+ <p>For testing it is possible to build a generic library and an optimized library.
+ The optimized library is formed by overlaying the optimized versions onto the generic library.
+ Of course, some architectures have additional functions,
+ so the optimized library may have functions not found in the generic version.</p>
+
+ <ul>
+ <li> lib/ Is a generic portable implementations.</li>
+ <li> lib/<arch> has optimized version for the following supported architectures:
+ <ul>
+ <li>i386</li>
+ <li>X86-64</li>
+ <li>PowerPC</li>
+ <li>PowerPC 64</li>
+ </ul></li>
+ </ul>
+
<!--=====================================================================-->
<h2>Get it and get involved!</h2>
<!--=====================================================================-->