2004-08-11 04:42:36 +08:00
|
|
|
TODO:
|
2004-09-04 13:00:00 +08:00
|
|
|
* implement not-R0 register GPR class
|
2004-08-15 06:16:36 +08:00
|
|
|
* implement scheduling info
|
2004-10-26 12:10:53 +08:00
|
|
|
* implement do-loop pass
|
|
|
|
* implement do-loop -> bdnz transform
|
2004-08-15 06:16:36 +08:00
|
|
|
* implement powerpc-64 for darwin
|
|
|
|
* implement powerpc-64 for aix
|
2004-08-30 06:02:43 +08:00
|
|
|
* use stfiwx in float->int
|
2004-07-28 02:43:04 +08:00
|
|
|
* should hint to the branch select pass that it doesn't need to print the
|
|
|
|
second unconditional branch, so we don't end up with things like:
|
|
|
|
b .LBBl42__2E_expand_function_8_674 ; loopentry.24
|
|
|
|
b .LBBl42__2E_expand_function_8_42 ; NewDefault
|
|
|
|
b .LBBl42__2E_expand_function_8_42 ; NewDefault
|
2004-07-27 00:23:55 +08:00
|
|
|
|
2004-08-16 13:06:43 +08:00
|
|
|
Currently failing tests that should pass:
|
2004-07-24 06:37:22 +08:00
|
|
|
* MultiSource
|
|
|
|
|- Applications
|
|
|
|
| `- hbd: miscompilation
|