swap <[]> and <{}> syntax
[ghc-hetmet.git] / compiler / stranal / DmdAnal.lhs
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-01-28 simonpj@microsoft.comFix an egregious strictness analyser bug (Trac #4924)
2010-10-26 simonpj@microsoft.comFix initialisation of strictness in the demand analyser
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-05-05 simonpj@microsoft.comMake the demand analyser sdd demands for strict constru...
2010-05-03 Simon PJMake the demand analyser take account of lambda-bound...
2009-12-11 simonpj@microsoft.comImprove strictness analysis for bottoming functions
2009-12-03 Ian LynaghTweak layout for alternative layout rule
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