Nate Begeman | b64af91 | 2004-08-10 20:42:36 +0000 | [diff] [blame] | 1 | TODO: |
Nate Begeman | f2f0781 | 2004-08-29 08:19:32 +0000 | [diff] [blame] | 2 | * switch to auto-generated asm writer |
Nate Begeman | d332fd5 | 2004-08-29 22:02:43 +0000 | [diff] [blame^] | 3 | * fix rlwimi generation to be use-and-def |
Nate Begeman | ca068e8 | 2004-08-14 22:16:36 +0000 | [diff] [blame] | 4 | * implement scheduling info |
| 5 | * implement powerpc-64 for darwin |
| 6 | * implement powerpc-64 for aix |
Nate Begeman | d332fd5 | 2004-08-29 22:02:43 +0000 | [diff] [blame^] | 7 | * use stfiwx in float->int |
Misha Brukman | 4ce5ce2 | 2004-07-27 18:43:04 +0000 | [diff] [blame] | 8 | * should hint to the branch select pass that it doesn't need to print the |
| 9 | second unconditional branch, so we don't end up with things like: |
Misha Brukman | 4ce5ce2 | 2004-07-27 18:43:04 +0000 | [diff] [blame] | 10 | b .LBBl42__2E_expand_function_8_674 ; loopentry.24 |
| 11 | b .LBBl42__2E_expand_function_8_42 ; NewDefault |
| 12 | b .LBBl42__2E_expand_function_8_42 ; NewDefault |
Misha Brukman | bb966a4 | 2004-07-26 16:23:55 +0000 | [diff] [blame] | 13 | |
Nate Begeman | 746a495 | 2004-08-16 05:06:43 +0000 | [diff] [blame] | 14 | Currently failing tests that should pass: |
Misha Brukman | 1be339a | 2004-07-23 22:37:22 +0000 | [diff] [blame] | 15 | * MultiSource |
| 16 | |- Applications |
Misha Brukman | 1be339a | 2004-07-23 22:37:22 +0000 | [diff] [blame] | 17 | | `- hbd: miscompilation |