Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules
[ghc-hetmet.git] / compiler / cmm / CmmCallConv.hs
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-06 Michael D. AdamsFix the calling convention order in the CPS
2007-06-28 Michael D. AdamsMake CPS account for on-stack arguments when doing...
2007-06-28 Michael D. AdamsComment and formatting updates for the CPS pass
2007-05-29 Michael D. AdamsAdded early draft of parameter passing to the CPS converter