add comment
[ghc-hetmet.git] / compiler / simplCore / SetLevels.lhs
2011-05-12 Simon Peyton JonesThe final batch of changes for the new coercion represe...
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-11-16 simonpj@microsoft.comSome infrastruture for lambda-lifting
2010-10-26 simonpj@microsoft.comFix a long-standing bug the float-out pass
2010-10-08 Simon MarlowFloat out partial applications
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-08-13 simonpj@microsoft.comFix egregious bug in SetLevels.notWorthFloating
2009-12-18 simonpj@microsoft.comMove all the CoreToDo stuff into CoreMonad
2009-12-11 simonpj@microsoft.comBottom extraction: float out bottoming expressions...
2009-12-07 simonpj@microsoft.comMinor refactoring to remove redundant code
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-04-02 simonpj@microsoft.comDon't float case expressions in full laziness
2009-02-04 simonpj@microsoft.comImprove transferPolyIdInfo for value-arg abstraction
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
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.comDon't float an expression wrapped in a cast
2008-09-17 simonpj@microsoft.comComments only
2008-09-14 simonpj@microsoft.comDon't try to float type-lets
2008-08-07 Max BolingbrokeRemove CoreSyn SOURCE imports
2008-05-04 Ian LynaghMake SetLevels warning-free
2008-04-11 simonpj@microsoft.comTransfer strictness and arity info when abstracting...
2008-01-17 Twan van LaarhovenMonadify simplCore/SetLevels: use do, return, standard...
2008-01-18 simonpj@microsoft.comWibble to SetLevels.abstractVars
2008-01-16 simonpj@microsoft.comIn float-out, make sure we abstract over the type varia...
2008-01-07 simonpj@microsoft.comFix Trac #2018: float-out was ignoring the kind of...
2007-11-12 simonpj@microsoft.comImprove documentation of INLINE, esp its interactions...
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-05 simonpj@microsoft.comTypo in comments
2007-05-09 simonpj@microsoft.comImprove full laziness by floating allocations out of...
2007-02-02 simonpj@microsoft.comReset the demand info on bindings going to top level...
2007-01-03 simonpj@microsoft.comFix several bugs related to finding free variables
2006-09-15 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-04-07 Simon MarlowReorganisation of the source tree