Add PrimCall to the STG layer and update Core -> STG translation
[ghc-hetmet.git] / compiler / codeGen / CgMonad.lhs
2008-12-17 Ian LynaghFix warnings in CgMonad
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...
2007-09-15 Norman Ramseyget freshBlockId out of ZipCfg and bury it in MkZipCfg...
2007-09-07 Norman Ramseya good deal of salutory renaming
2007-09-06 Norman Ramseymassive changes to add a 'zipper' representation of C--
2007-09-05 Norman Ramseychange of representation for GenCmm, GenCmmTop, CmmProc
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-07-05 Michael D. AdamsEnsure no statements after CmmReturn are emitted
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-07-03 Michael D. AdamsAdded support for update frames to the CPS pass
2007-06-27 Michael D. AdamsAdded stack checks to the CPS algorithm
2007-06-27 Michael D. AdamsFirst pass at implementing info tables for CPS
2007-06-27 Michael D. AdamsAdded an SRT to each CmmCall and added the current...
2007-05-22 Michael D. AdamsMake CmmProc take CmmFormals as argument
2007-05-21 Michael D. AdamsKeep flattenCgStmts from emitting spurious 'goto' after...
2007-02-28 Simon MarlowRemove vectored returns.
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-07-25 Simon MarlowGeneralise Package Support
2006-06-20 Simon MarlowflattenCgStmts: fix a case of empty code blocks being...
2006-04-07 Simon MarlowReorganisation of the source tree