Fix some holes in the SPARC native code generator.
[ghc-hetmet.git] / compiler / nativeGen / MachRegs.lhs
2009-01-12 Ben.Lippmeier@anu... Fix some holes in the SPARC native code generator.
2009-01-10 Ben.Lippmeier@anu... Make the SPARC NCG compile again - it's still broken...
2008-12-09 Simon MarlowFix #2838: we should narrow a CmmInt before converting...
2008-12-05 simonpj@microsoft.comRemove INLINE pragmas on recursive functions
2008-10-13 dias@eecs.harvard.eduBig collection of patches for the new codegen branch.
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-07 Duncan CouttsMake more arch-specific #if's exclusive with #else...
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-13 Ian LynaghFix warnings in utils/FastTypes
2007-12-05 Ian Lynagh#include ../includes/MachRegs.h rather than just MachRegs.h
2007-09-13 Ben.Lippmeier@anu... Better calculation of spill costs / selection of spill...
2007-09-05 Ben.Lippmeier@anu... Refactor MachRegs.trivColorable to do unboxed accumulation
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-14 Ben.Lippmeier@anu... Add graph coloring register allocator.
2007-07-17 Michael D. AdamsFactor 'callerSaveVolatileRegs' out of the NCG and...
2007-05-25 Michael D. AdamsMoved global register saving from the backend to codeGen
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2006-04-07 Simon MarlowReorganisation of the source tree