Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules
[ghc-hetmet.git] / compiler / cmm / Dataflow.hs
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