Whitespace only in nativeGen/RegAlloc/Graph/TrivColorable.hs
[ghc-hetmet.git] / compiler / specialise / Specialise.lhs
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-01-26 simonpj@microsoft.comFix dependencies among specialisations for imported Ids
2011-01-14 simonpj@microsoft.comFix Trac #4874: specialisation of INLINABLE things
2010-12-10 simonpj@microsoft.comComments only
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-08-12 simonpj@microsoft.comImprove the Specialiser, fixing Trac #4203
2010-03-09 simonpj@microsoft.comRule binders shouldn't have IdInfo
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2009-12-24 simonpj@microsoft.comA bunch of stuff relating to substitutions on core
2009-12-16 simonpj@microsoft.comAdjust Activations for specialise and work/wrap, and...
2009-12-11 simonpj@microsoft.comBottom extraction: float out bottoming expressions...
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-19 simonpj@microsoft.comImplement -fexpose-all-unfoldings, and fix a non-termin...
2009-11-05 simonpj@microsoft.comAnother refactoring on the shape of an Unfolding
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-23 simonpj@microsoft.comFix Trac #3591: very tricky specialiser bug
2009-04-02 simonpj@microsoft.comUse a local interestingDict function instead of importi...
2009-03-23 simonpj@microsoft.comImprove arity propagation in the specialiser
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
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