Brian Gaeke | e785e53 | 2004-02-25 19:28:19 +0000 | [diff] [blame] | 1 | |
| 2 | SparcV8 backend skeleton |
| 3 | ------------------------ |
| 4 | |
| 5 | This directory will house a 32-bit SPARC V8 backend employing a expander-based |
| 6 | instruction selector. Watch this space for more news coming soon! |
| 7 | |
Brian Gaeke | 22b5cd8 | 2004-07-16 10:31:36 +0000 | [diff] [blame] | 8 | To-do |
| 9 | ----- |
| 10 | |
| 11 | * support 64-bit arguments to functions |
| 12 | * support setcc on longs |
| 13 | * support basic binary operations on longs |
| 14 | * support cast bool, int to long |
| 15 | * support sub, setcc constant expressions |
| 16 | |
Brian Gaeke | e785e53 | 2004-02-25 19:28:19 +0000 | [diff] [blame] | 17 | $Date$ |
| 18 | |