Big collection of patches for the new codegen branch.
[ghc-hetmet.git] / compiler / cmm / CmmLive.hs
2008-10-13 dias@eecs.harvard.eduBig collection of patches for the new codegen branch.
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2008-05-03 Norman Ramseyreplace Cmm 'hint' with 'kind'
2008-01-04 Isaac Dupreechange CmmActual, CmmFormal to use a data CmmHinted...
2007-09-07 Norman Ramseya good deal of salutory renaming
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-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