Fix an egregious strictness analyser bug (Trac #4924)
[ghc-hetmet.git] / compiler / cmm / Dataflow.hs
2008-07-31 Max BolingbrokeDocument Dataflow
2008-07-21 Ian LynaghFixes for haddock 0.8
2007-09-12 Norman Ramseyremove remaining redundancies from ZipCfgCmmRep
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-05-24 Michael D. AdamsFormatted documentation for compiler/cmm/Dataflow.hs
2007-05-22 Michael D. AdamsA small move of the comments in ./compiler/cmm/Dataflow.hs
2007-05-18 Michael D. AdamsMajor cleanup of the CPS code (but more is still to...
2007-05-18 Michael D. AdamsSecond working draft of a CPS algorithm for C--.
2007-05-16 Michael D. AdamsFirst complete draft of a CPS algorithm. (Still hackis...
2007-05-16 Michael D. AdamsAdded "C--" foreign calling convention
2007-05-10 Michael D. AdamsFixed liveness analysis to use a slower but more correc...
2007-05-10 Michael D. AdamsAdded compiler/cmm/Dataflow.hs