fix haddock submodule pointer
[ghc-hetmet.git] / compiler / stranal / WorkWrap.lhs
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-02-14 simonpj@microsoft.comBetter case-of-case transformation
2011-01-14 simonpj@microsoft.comComments only
2010-11-25 simonpj@microsoft.comComment only
2010-10-28 simonpj@microsoft.comDo w/w *recursive* things even if they are small
2010-10-27 simonpj@microsoft.comDon't worker-wrapper INLINABLE things
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-05-04 simonpj@microsoft.comComments only
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2009-12-18 simonpj@microsoft.comMove loop-breaker info from original function to worker...
2009-12-16 simonpj@microsoft.comAdjust Activations for specialise and work/wrap, and...
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-26 simonpj@microsoft.comComments only, esp about RecStmts
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-07-07 Ian LynaghRemove unused imports
2009-05-29 simonpj@microsoft.comFix Trac #3259: expose 'lazy' only after generating...
2009-04-03 simonpj@microsoft.comWorker/wrapper should make INLINE if it doesn't w/w
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-12-29 Ian LynaghFix warnings in WorkWrap
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