Remove the (very) old strictness analyser
[ghc-hetmet.git] / compiler / stranal / DmdAnal.lhs
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-01-13 simonpj@microsoft.comRewrite CorePrep and improve eta expansion
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-08-07 Max BolingbrokeRemove CoreSyn SOURCE imports
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-01-25 simonpj@microsoft.comComments, and a type signature
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-01-29 simonpj@microsoft.comMove spiltDmdTy within module (no change in code)
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-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2006-11-10 simonpj@microsoft.comComments and cosmetics only
2006-10-12 simonpj@microsoft.comComments only
2006-09-20 Manuel M T Chakravartytowards unboxing through newtypes
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-05-08 simonpj@microsoft.comRemove NOINLINE strictness hack
2006-04-07 Simon MarlowReorganisation of the source tree