Completely new treatment of INLINE pragmas (big patch)
[ghc-hetmet.git] / compiler / simplCore / FloatOut.lhs
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