Rollback INLINE patches
[ghc-hetmet.git] / compiler / stranal / WorkWrap.lhs
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-08-07 Max BolingbrokeRemove CoreSyn SOURCE imports
2008-01-25 simonpj@microsoft.comFix do-notation so that it works with -DDEBUG
2008-01-24 Ian LynaghFix the build
2008-01-17 Twan van LaarhovenMonadify stranal/WorkWrap: use do, return, applicative...
2008-01-21 simonpj@microsoft.comDo not worker/wrapper INLINE things, even if they are...
2007-12-07 simonpj@microsoft.comRemove debug warning, and explain why
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-07 LemmihDo not perform a worker/wrapper split for a NOINLINE...
2007-02-02 simonpj@microsoft.comRecord arity of the worker, to maintain consistency...
2006-10-12 simonpj@microsoft.comComments only
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-05-22 simonpj@microsoft.comPrune imports
2006-05-17 simonpj@microsoft.comRetain InlinePragInfo on wrappers
2006-05-08 simonpj@microsoft.comRemove NOINLINE strictness hack
2006-04-07 Simon MarlowReorganisation of the source tree