Split Reg into vreg/hreg and add register pairs
[ghc-hetmet.git] / compiler / utils / GraphColor.hs
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
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-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-17 Ben.Lippmeier@anu... Tune coalescing in non-iterative register allocator
2007-09-17 Ben.Lippmeier@anu... Bugfix to iterative coalescer
2007-09-14 Ben.Lippmeier@anu... Change spill cost function back to inverse length of...
2007-09-13 Ben.Lippmeier@anu... warning police
2007-09-12 Ben.Lippmeier@anu... comment wibbles
2007-09-12 Simon Marlowmove generic graph-colouring code into util