Merging in the new codegen branch
[ghc-hetmet.git] / compiler / nativeGen / MachRegs.lhs
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