Remove (most of) the FiniteMap wrapper
[ghc-hetmet.git] / compiler / simplCore / CoreMonad.lhs
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-07 simonpj@microsoft.comBetter simplifier counting
2010-07-27 simonpj@microsoft.comSuppress warnings about recursive INLINE in output...
2010-08-12 simonpj@microsoft.comComments only
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2009-12-24 simonpj@microsoft.comContinue refactoring the core-to-core pipeline
2009-12-18 simonpj@microsoft.comMove all the CoreToDo stuff into CoreMonad
2009-12-04 Roman LeshchinskiyFix loading of annotations
2009-10-30 Roman LeshchinskiyDon't dump Core after every simplifier iteration with...
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 Roman LeshchinskiyUtility functions for annotations
2009-07-07 Ian LynaghRemove unused imports
2009-05-24 Ian LynaghRemove legacy code that isn't used now that we require...
2008-11-07 Simon Marlowdisable instance MonadPlus CoreM for GHC <= 6.6
2008-10-31 simonpj@microsoft.comFix imports
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature