Change indentation of a whole bunch of code, no real changes here.
[oota-llvm.git] / lib / Target / PowerPC / README.txt
1 TODO:
2 * poor switch statement codegen
3 * load/store to alloca'd array or struct.
4 * implement not-R0 register GPR class
5 * implement scheduling info
6 * implement do-loop pass
7 * implement do-loop -> bdnz transform
8 * implement powerpc-64 for darwin
9 * implement powerpc-64 for aix
10 * use stfiwx in float->int
11 * should hint to the branch select pass that it doesn't need to print the
12   second unconditional branch, so we don't end up with things like:
13         b .LBBl42__2E_expand_function_8_674     ; loopentry.24
14         b .LBBl42__2E_expand_function_8_42      ; NewDefault
15         b .LBBl42__2E_expand_function_8_42      ; NewDefault
16
17 Currently failing tests that should pass:
18 * MultiSource
19   |- Applications
20   |  `- hbd: miscompilation