diff --git a/compiler-rt/CREDITS.TXT b/compiler-rt/CREDITS.TXT new file mode 100644 index 000000000000..c73c760d3863 --- /dev/null +++ b/compiler-rt/CREDITS.TXT @@ -0,0 +1,16 @@ +This file is a partial list of people who have contributed to the LLVM/CompilerRT +project. If you have contributed a patch or made some other contribution to +LLVM/CompilerRT, please submit a patch to this file to add yourself, and it will be +done! + +The list is sorted by surname and formatted to allow easy grepping and +beautification by scripts. The fields are: name (N), email (E), web-address +(W), PGP key ID and fingerprint (P), description (D), and snail-mail address +(S). + +N: Edward O'Callaghan +E: eocallaghan@auroraux.org +W: http://www.auroraux.org +D: CMake'ify Compiler-RT build system +D: Maintain Solaris & AuroraUX ports of Compiler-RT + diff --git a/compiler-rt/www/index.html b/compiler-rt/www/index.html index c4306cd2f9ef..fc40b7e4c01b 100644 --- a/compiler-rt/www/index.html +++ b/compiler-rt/www/index.html @@ -61,7 +61,29 @@
A short explanation of the directory structure of compiler-rt:
+ +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.
+ +