2004-08-10 22:42:36 +02:00
|
|
|
TODO:
|
2004-11-08 03:25:40 +01:00
|
|
|
* poor switch statement codegen
|
|
|
|
* load/store to alloca'd array or struct.
|
2004-09-04 07:00:00 +02:00
|
|
|
* implement not-R0 register GPR class
|
2004-08-15 00:16:36 +02:00
|
|
|
* implement scheduling info
|
2004-10-26 06:10:53 +02:00
|
|
|
* implement do-loop pass
|
|
|
|
* implement do-loop -> bdnz transform
|
2004-08-15 00:16:36 +02:00
|
|
|
* implement powerpc-64 for darwin
|
|
|
|
* implement powerpc-64 for aix
|
2004-08-30 00:02:43 +02:00
|
|
|
* use stfiwx in float->int
|
2004-07-27 20:43:04 +02: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 18:23:55 +02:00
|
|
|
|
2004-08-16 07:06:43 +02:00
|
|
|
Currently failing tests that should pass:
|
2004-07-24 00:37:22 +02:00
|
|
|
* MultiSource
|
|
|
|
|- Applications
|
|
|
|
| `- hbd: miscompilation
|