Make assignTemp_ less pessimistic
[ghc-hetmet.git] / compiler / utils / GraphOps.hs
2011-04-13 Edward Z. YangAdd adjustUFM, adjustUFM_Directly and joinUFM to UniqFM.
2010-07-02 benl@ouroborus.netNCG: Don't worry about trying to re-freeze missing...
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-04-18 Ben.Lippmeier@anu... Fix #3170: Allow coalescing of the same node during...
2008-07-21 Ian LynaghFixes for haddock 0.8
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-17 Ben.Lippmeier@anu... Add -dasm-lint
2007-09-12 Simon Marlowmove generic graph-colouring code into util