1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-12 07:37:34 +00:00

add results

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16579 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2004-09-29 03:48:55 +00:00
parent 1b99fd3e8a
commit a771347336
2 changed files with 14 additions and 0 deletions
lib/Target

@ -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
-----

@ -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
-----