Big collection of patches for the new codegen branch.
[ghc-hetmet.git] / compiler / nativeGen / RegLiveness.hs
2008-10-13 dias@eecs.harvard.eduBig collection of patches for the new codegen branch.
2008-07-31 Max BolingbrokeFollow Digraph changes in RegLiveness
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2008-04-30 Ian LynaghUse panic rather than error in RegLiveness
2008-04-30 Ian LynaghUpdate an error message
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RegLiveness
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
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-13 Ben.Lippmeier@anu... Better calculation of spill costs / selection of spill...
2007-09-11 Ben.Lippmeier@anu... Try and rewrite reloads to reg-reg moves in the spill...
2007-09-11 Ben.Lippmeier@anu... Don't try and coalesce nodes with themselves
2007-09-11 Ben.Lippmeier@anu... Try and allocate vregs spilled/reloaded from some slot...
2007-09-07 Norman Ramseya good deal of salutory renaming
2007-09-05 Norman Ramseychange of representation for GenCmm, GenCmmTop, CmmProc
2007-09-05 Ben.Lippmeier@anu... warning police
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-08-28 Ben.Lippmeier@anu... Add coalescence edges back to the register graph
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-24 Ben.Lippmeier@anu... Show spill/reload pseudo instrs in regalloc stage dump
2007-08-23 Ben.Lippmeier@anu... Add spill/reload pseudo instrs to MachInstrs
2007-08-14 Ben.Lippmeier@anu... Add graph coloring register allocator.