Rollback INLINE patches
[ghc-hetmet.git] / compiler / specialise / Specialise.lhs
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-09-05 simonpj@microsoft.comMore specialiser wibbles
2008-09-03 simonpj@microsoft.comImproved specialisation of recursive groups
2008-08-27 simonpj@microsoft.comOnly specialise on dictionaries that have some interest...
2008-08-21 simonpj@microsoft.comMake rule printing wobble less
2008-08-11 simonpj@microsoft.comPrint tidy rules in user style, to avoid gratuitous...
2008-08-11 simonpj@microsoft.comMinor refactoring; no functionality change
2008-08-09 simonpj@microsoft.comFix Trac #2486: restore the specialiser to a working...
2008-04-28 simonpj@microsoft.comFix Trac #1969: perfomance bug in the specialiser
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Specialse
2008-03-29 Ian LynaghRemove a #ifdef DEBUG
2008-02-01 Simon MarlowFIX BUILD with GHC 6.4.x
2008-01-25 simonpj@microsoft.comFix do-notation so that it works with -DDEBUG
2008-01-17 Twan van LaarhovenMonadify specialise/Specialise: use do, return, standar...
2008-01-23 simonpj@microsoft.comAttach the INLINE Activation pragma to any automaticall...
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 LemmihFix Trac #1402: typo in specialiser
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
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-06-21 simonpj@microsoft.comTransfer INLINE to specialised functions
2006-04-07 Simon MarlowReorganisation of the source tree