Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 1 | //===- README.txt - Notes for improving CellSPU-specific code gen ---------===// |
| 2 | |
Scott Michel | f9105d3 | 2007-12-03 23:09:49 +0000 | [diff] [blame^] | 3 | This code was contributed by a team from the Computer Systems Research |
| 4 | Department in The Aerospace Corporation: |
| 5 | |
| 6 | - Scott Michel (head bottle washer and much of the non-floating point |
| 7 | instructions) |
| 8 | - Mark Thomas (floating point instructions) |
| 9 | - Michael AuYeung (intrinsics) |
| 10 | - Chandler Carruth (LLVM expertise) |
| 11 | |
| 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 13 | IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 14 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR |
| 15 | OTHERWISE. IN NO EVENT SHALL THE AEROSPACE CORPORATION BE LIABLE FOR DAMAGES |
| 16 | OF ANY KIND OR NATURE WHETHER BASED IN CONTRACT, TORT, OR OTHERWISE ARISING |
| 17 | OUT OF OR IN CONNECTION WITH THE USE OF THE SOFTWARE INCLUDING, WITHOUT |
| 18 | LIMITATION, DAMAGES RESULTING FROM LOST OR CONTAMINATED DATA, LOST PROFITS OR |
| 19 | REVENUE, COMPUTER MALFUNCTION, OR FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, |
| 20 | OR PUNITIVE DAMAGES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES OR |
| 21 | SUCH DAMAGES ARE FORESEEABLE. |
| 22 | |
| 23 | --------------------------------------------------------------------------- |
| 24 | --WARNING--: The CellSPU work is work-in-progress and "alpha" quality code. |
| 25 | --------------------------------------------------------------------------- |
| 26 | |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 27 | TODO: |
Scott Michel | f9105d3 | 2007-12-03 23:09:49 +0000 | [diff] [blame^] | 28 | * Finish branch instructions, branch prediction |
| 29 | |
| 30 | These instructions were started, but only insofar as to get llvm-gcc-4.2's |
| 31 | crtbegin.ll working (which doesn't.) |
| 32 | |
| 33 | * Double floating point support |
| 34 | |
| 35 | This was started. "What's missing?" to be filled in. |
| 36 | |
| 37 | * Intrinsics |
| 38 | |
| 39 | Lots of progress. "What's missing/incomplete?" to be filled in. |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 40 | |
| 41 | ===-------------------------------------------------------------------------=== |