From: Ben.Lippmeier@anu.edu.au Date: Wed, 14 Jan 2009 05:44:16 +0000 (+0000) Subject: Start fixing the SPARC native code generator X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8db404018f101a182c92cc724a8de08cf5ab10ba;hp=8db404018f101a182c92cc724a8de08cf5ab10ba;p=ghc-hetmet.git Start fixing the SPARC native code generator * Use BlockIds in branch instructions instead of Imms. * Assign FP values returned from C calls to the right regs * Fix loading of F32s * Add a SPARC version of the FreeRegs map to the linear allcator. ---