Use OPTIONS rather than OPTIONS_GHC for pragmas
[ghc-hetmet.git] / compiler / cmm / CmmLive.hs
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-20 Norman Ramseyput CmmReturnInfo into a CmmCall (and related types)
2007-08-09 simonpj@microsoft.comRename a constructor CmmForeignCall to CmmCallee, and...
2007-06-27 Michael D. AdamsAdded an SRT to each CmmCall and added the current...
2007-06-27 Michael D. AdamsAdded pointerhood to LocalReg
2007-05-29 Michael D. AdamsAdded early draft of parameter passing to the CPS converter
2007-05-25 Michael D. AdamsMove global register saving from the backend to codeGen...
2007-05-25 Michael D. AdamsFormatting changes for CPS code.
2007-05-23 Michael D. AdamsFixed missing '#include "HsVersions.h"'
2007-05-23 Michael D. AdamsRefined the handling of stack frame headers
2007-05-21 Michael D. AdamsAdded forgotten ./compiler/cmm/CmmLive.hs