fix haddock submodule pointer
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc / Linear / State.hs
2011-05-31 Ian LynaghRemove CPP from nativeGen/RegAlloc/Linear/FreeRegs.hs
2011-05-31 Ian LynaghParameterise the RegM monad on the FreeRegs type
2010-10-21 Ian LynaghSwitch more uniqFromSupply+splitUniqSupply's to takeUni...
2009-02-15 Ben.Lippmeier@anu... NCG: Split up the native code generator into arch speci...
2009-02-04 Ben.Lippmeier@anu... NCG: Move RegLiveness -> RegAlloc.Liveness
2009-02-04 Ben.Lippmeier@anu... NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to...
2009-02-02 Ben.Lippmeier@anu... NCG: Split linear allocator into separate modules.