diff options
-rw-r--r-- | lib/Target/Sparc/README.txt | 7 | ||||
-rw-r--r-- | lib/Target/SparcV8/README.txt | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lib/Target/Sparc/README.txt b/lib/Target/Sparc/README.txt index 691ad3f804..83727603ef 100644 --- a/lib/Target/Sparc/README.txt +++ b/lib/Target/Sparc/README.txt @@ -6,6 +6,13 @@ This directory houses a 32-bit SPARC V8 backend employing a expander-based instruction selector. It is not yet functionally complete. Watch this space for more news coming soon! +Current shootout results as of 28-Sept-2004 +------------------------------------------- + +Working: ackermann fib2 hash hello lists matrix methcall nestedloop + objinst sieve strcat +Broken: ary3 heapsort random + To-do ----- diff --git a/lib/Target/SparcV8/README.txt b/lib/Target/SparcV8/README.txt index 691ad3f804..83727603ef 100644 --- a/lib/Target/SparcV8/README.txt +++ b/lib/Target/SparcV8/README.txt @@ -6,6 +6,13 @@ This directory houses a 32-bit SPARC V8 backend employing a expander-based instruction selector. It is not yet functionally complete. Watch this space for more news coming soon! +Current shootout results as of 28-Sept-2004 +------------------------------------------- + +Working: ackermann fib2 hash hello lists matrix methcall nestedloop + objinst sieve strcat +Broken: ary3 heapsort random + To-do ----- |