Replacing copyins and copyouts with data-movement instructions
[ghc-hetmet.git] / compiler / nativeGen / RegSpillClean.hs
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-14 Ben.Lippmeier@anu... Replace missing '#' on options pragma
2007-09-14 Ben.Lippmeier@anu... Better cleaning of spills in spill cleaner
2007-09-12 v.dijk.bas@gmail.comForgot to import Data.List.find
2007-09-12 Simon Marlowfoldl1' was added to Data.List in GHC 6.4.x
2007-09-11 Ben.Lippmeier@anu... Try and rewrite reloads to reg-reg moves in the spill...
2007-09-11 Ben.Lippmeier@anu... Better handling of live range joins via spill slots...
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-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-28 Ben.Lippmeier@anu... Better handling of join points in spill cleaner 2007-08-28
2007-08-24 Ben.Lippmeier@anu... Erase unneeded spill/reloads after register allocation