fix haddock submodule pointer
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc / Linear / JoinToTargets.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
2011-04-27 Edward Z. YangFix bug in multi-destination jump patching.
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-06-18 Simon MarlowjoinToTargets: fix a case of panic "handleComponent...
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-02-15 Ben.Lippmeier@anu... NCG: Split up the native code generator into arch speci...
2009-02-13 Ben.Lippmeier@anu... NCG: Split block reorder thing in linear allocator...
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-03 Ben.Lippmeier@anu... NCG: Split out joinToTargets from linear alloctor into...