blob: 0e45959ea478674aeae9eae30e63a38af92e2c13 [file] [log] [blame]
Nate Begemanb64af912004-08-10 20:42:36 +00001TODO:
Nate Begemaned428532004-09-04 05:00:00 +00002* implement not-R0 register GPR class
Nate Begemanca068e82004-08-14 22:16:36 +00003* implement scheduling info
Nate Begeman4a0de072004-10-26 04:10:53 +00004* implement do-loop pass
5* implement do-loop -> bdnz transform
Nate Begemanca068e82004-08-14 22:16:36 +00006* implement powerpc-64 for darwin
7* implement powerpc-64 for aix
Nate Begemand332fd52004-08-29 22:02:43 +00008* use stfiwx in float->int
Misha Brukman4ce5ce22004-07-27 18:43:04 +00009* should hint to the branch select pass that it doesn't need to print the
10 second unconditional branch, so we don't end up with things like:
Misha Brukman4ce5ce22004-07-27 18:43:04 +000011 b .LBBl42__2E_expand_function_8_674 ; loopentry.24
12 b .LBBl42__2E_expand_function_8_42 ; NewDefault
13 b .LBBl42__2E_expand_function_8_42 ; NewDefault
Misha Brukmanbb966a42004-07-26 16:23:55 +000014
Nate Begeman746a4952004-08-16 05:06:43 +000015Currently failing tests that should pass:
Misha Brukman1be339a2004-07-23 22:37:22 +000016* MultiSource
17 |- Applications
Misha Brukman1be339a2004-07-23 22:37:22 +000018 | `- hbd: miscompilation