Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / compiler / simplCore / LiberateCase.lhs
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2009-02-04 simonpj@microsoft.comTwo small improvements to LiberateCase
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-05-04 Ian LynaghMake LiberateCase warning-free
2007-12-14 Roman LeshchinskiySeparate and optional size thresholds for SpecConstr...
2007-10-29 simonpj@microsoft.comFix LiberateCase
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-06-20 simonpj@microsoft.comFix egregious sharing bug in LiberateCase
2007-05-23 simonpj@microsoft.comImprove the interaction of 'seq' and associated data...
2007-05-14 Manuel M T ChakravartyRevised signature of tcLookupFamInst and lookupFamInstEnv
2007-05-11 simonpj@microsoft.comCorrect an egregious typo in LiberateCase that emascula...
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-02-09 simonpj@microsoft.comMajor improvement to SpecConstr
2007-01-31 simonpj@microsoft.comUse Id.isStrictId
2007-01-11 simonpj@microsoft.comMake the LiberateCase transformation understand associa...
2007-01-03 simonpj@microsoft.comRecord-ise the liberate-case envt, in preparation for...
2006-10-04 simonpj@microsoft.comImprove liberate-case to take account of coercions
2006-08-01 kevind@bu.eduAdd missing Cast cases to libCase and scExpr
2006-04-07 Simon MarlowReorganisation of the source tree