Merge remote branch 'working/master'
[ghc-hetmet.git] / compiler / stranal /
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-28 simonpj@microsoft.comFix an egregious strictness analyser bug (Trac #4924)
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-10-26 simonpj@microsoft.comFix initialisation of strictness in the demand analyser
2010-09-23 simonpj@microsoft.comAllow absent State# RealWorld arguments
2010-09-23 simonpj@microsoft.comRejig the absent-arg stuff for unlifted types
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-14 simonpj@microsoft.comMake absent-arg wrappers work for unlifted types (fix...
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-04 simonpj@microsoft.comComments only
2010-05-03 Simon PJMake the demand analyser take account of lambda-bound...
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-11 simonpj@microsoft.comImprove strictness analysis for bottoming functions
2009-12-03 Ian LynaghTweak layout for alternative layout rule
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-10-21 simonpj@microsoft.comDo proper cloning in worker/wrapper splitting
2008-08-07 Max BolingbrokeRemove CoreSyn SOURCE imports
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-04-22 Ian LynaghChange the last few (F)SLIT's into (f)sLit's
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in WwLib
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
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-02-01 Simon MarlowFIX BUILD with GHC 6.4.x
2008-01-29 simonpj@microsoft.comMove spiltDmdTy within module (no change in code)
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/StrictAnal: use the State monad instea...
2008-01-17 Twan van LaarhovenMonadify stranal/WwLib: use do, return, applicative...
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...
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2007-12-07 simonpj@microsoft.comRemove debug warning, and explain why
2007-10-02 Manuel M T ChakravartyRemove warnings from WwLib
2007-10-02 Manuel M T ChakravartyFIX: mkWWcpr takes open alg types into account
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
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-11-10 simonpj@microsoft.comComments and cosmetics only
2006-11-01 simonpj@microsoft.comFix a long-standing but obscure bug in worker-wrapper...
2006-10-12 simonpj@microsoft.comComments only
2006-09-20 Manuel M T ChakravartyFlip direction of newtype coercions, fix some comments
2006-09-20 Manuel M T ChakravartyClean up unused imports, definitions and arguments
2006-09-20 Manuel M T Chakravartyfix some coercion kind representation things, extend...
2006-09-20 Manuel M T Chakravartyfinished product unboxing through newtypes and proper...
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-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