fix haddock submodule pointer
[ghc-hetmet.git] / compiler / cmm / CmmProcPoint.hs
2011-06-13 Edward Z. YangRemove type synonyms for CmmFormals, CmmActuals (and...
2011-04-27 Edward Z. YangGive manifestSP better information about the actual...
2011-01-24 Simon MarlowMerge in new code generator branch.
2008-12-29 Ian LynaghFix warnings in CmmProcPoint
2008-10-13 dias@eecs.harvard.eduBig collection of patches for the new codegen branch.
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
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-15 Michael D. AdamsKeep the CPS pass from creating proc points due to...
2007-07-03 Michael D. AdamsFix error message in CPS pass
2007-07-02 Michael D. AdamsMultiple improvements to CPS algorithm.
2007-06-28 Michael D. AdamsComment and formatting updates for 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-24 Michael D. AdamsRenamed CmmCPSData to CmmBrokenBlock and documented it
2007-05-23 Michael D. AdamsFactored proc-point analysis into separate file (compil...