2004-11-23 20:41:34 +00:00
..
2004-11-21 00:00:54 +00:00
2004-11-23 20:37:41 +00:00
2004-11-23 20:37:41 +00:00
2004-11-23 06:05:44 +00:00
2004-11-23 05:57:57 +00:00
2004-11-23 20:37:41 +00:00
2004-11-23 18:59:59 +00:00
2004-11-23 19:23:18 +00:00
2004-11-23 18:47:55 +00:00
2004-11-23 18:47:42 +00:00

TODO:
* poor switch statement codegen
* load/store to alloca'd array or struct.
* implement not-R0 register GPR class
* implement scheduling info
* implement do-loop pass
* implement do-loop -> bdnz transform
* implement powerpc-64 for darwin
* implement powerpc-64 for aix
* use stfiwx in float->int
* 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

Currently failing tests that should pass:
* MultiSource
  |- Applications
  |  `- hbd: miscompilation