Merge in new code generator branch.
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc / Graph / Coalesce.hs
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-06-24 benl@ouroborus.netNCG: Comments and formatting only
2009-09-17 Ben.Lippmeier@anu... NCG: Refactor representation of code with liveness...
2009-09-17 Ben.Lippmeier@anu... NCG: Refactor LiveCmmTop to hold a list of SCCs instead...
2009-07-07 Ian LynaghRemove unused imports
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-03 Ben.Lippmeier@anu... NCG: Move the graph allocator into its own dir