2004-08-10 20:42:36 +00:00
|
|
|
TODO:
|
2005-04-11 20:48:57 +00:00
|
|
|
* condition register allocation
|
|
|
|
* gpr0 allocation
|
2004-10-26 04:10:53 +00:00
|
|
|
* implement do-loop -> bdnz transform
|
2004-08-14 22:16:36 +00:00
|
|
|
* implement powerpc-64 for darwin
|
2004-08-29 22:02:43 +00:00
|
|
|
* use stfiwx in float->int
|
2004-07-27 18:43:04 +00: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-26 16:23:55 +00:00
|
|
|
|
2004-08-16 05:06:43 +00:00
|
|
|
Currently failing tests that should pass:
|
2004-07-23 22:37:22 +00:00
|
|
|
* MultiSource
|
|
|
|
|- Applications
|
|
|
|
| `- hbd: miscompilation
|