Don't import FastString in HsVersions.h
[ghc-hetmet.git] / compiler / nativeGen / RegLiveness.hs
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2007-09-13 Ben.Lippmeier@anu... Better calculation of spill costs / selection of spill...
2007-09-11 Ben.Lippmeier@anu... Try and rewrite reloads to reg-reg moves in the spill...
2007-09-11 Ben.Lippmeier@anu... Don't try and coalesce nodes with themselves
2007-09-11 Ben.Lippmeier@anu... Try and allocate vregs spilled/reloaded from some slot...
2007-09-07 Norman Ramseya good deal of salutory renaming
2007-09-05 Norman Ramseychange of representation for GenCmm, GenCmmTop, CmmProc
2007-09-05 Ben.Lippmeier@anu... warning police
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-08-28 Ben.Lippmeier@anu... Add coalescence edges back to the register graph
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-24 Ben.Lippmeier@anu... Show spill/reload pseudo instrs in regalloc stage dump
2007-08-23 Ben.Lippmeier@anu... Add spill/reload pseudo instrs to MachInstrs
2007-08-14 Ben.Lippmeier@anu... Add graph coloring register allocator.