add -fsimpleopt-before-flatten
[ghc-hetmet.git] / compiler / simplCore / FloatOut.lhs
2010-10-26 simonpj@microsoft.comFix a long-standing bug the float-out pass
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-08-13 simonpj@microsoft.comModify FloatOut to fix Trac #4237
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.comFix a nasty (and long-standing) FloatOut performance bug
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
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-05-04 Ian LynaghMake FloatOut warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in FloatOut
2008-04-22 simonpj@microsoft.comFix a long-standing bug in FloatOut
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-18 simonpj@microsoft.comWibble to SetLevels.abstractVars
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-02-05 simonpj@microsoft.comUse exprIsCheap in floating, just as the simplifier...
2007-02-02 simonpj@microsoft.comOne more wibble to FloatOut, fixes HEAD breakage (I...
2007-02-02 simonpj@microsoft.comDon't dump floated bindings just outside a lambda
2006-09-15 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-04-07 Simon MarlowReorganisation of the source tree