aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Michel <scottm@aero.org>2008-02-11 21:05:47 +0000
committerScott Michel <scottm@aero.org>2008-02-11 21:05:47 +0000
commit8c77ff9f8536464a92dad673c82c78daa62e3111 (patch)
tree98d9e4acbbbb3a4f33f42684cbbe11a2a0ca1132 /docs
parentb988baccc229ef3e175905c999245d5544a0d384 (diff)
downloadexternal_llvm-8c77ff9f8536464a92dad673c82c78daa62e3111.zip
external_llvm-8c77ff9f8536464a92dad673c82c78daa62e3111.tar.gz
external_llvm-8c77ff9f8536464a92dad673c82c78daa62e3111.tar.bz2
Added blurb for CellSPU progress
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46968 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 6da2ded..ec6ba19 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -124,8 +124,13 @@ this project, please see its <a href="http://clang.llvm.org/">web site</a>.</p>
<p>LLVM 2.2 includes several major new capabilities:</p>
<ul>
-<li>Scott Michel contributed an SPU backend, which generates code for the
-vector coprocessors on the Cell processor. (Status?)</li>
+<li>A research team led by Scott Michel in the Computer Systems Research
+Department at The Aerospace Corporation contributed the CellSPU backend, which
+generates code for the vector coprocessors on the Sony/Toshiba/IBM Cell BE
+processor. llvm-gcc 4.2 supports CellSPU as a 'configure' target and progress
+is being made so that libgcc.a compiles cleanly. Notable pieces still in
+development include full 64-bit integer and full double precision floating
+point support.</li>
<li>Anton and Duncan significantly improved llvm-gcc 4.2 support for the GCC Ada
(GNAT) and Fortran (gfortran) front-ends. These front-ends should still be considered