swap <[]> and <{}> syntax
[ghc-hetmet.git] / compiler / simplCore / CoreMonad.lhs
2011-06-19 Adam MegaczCoreMonad: add lookupOrigCoreM, modeled after IfaceEnv...
2011-04-27 Ben LippmeierRun a CSE pass after vectorisation. This cleans up...
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2011-03-02 simonpj@microsoft.comMake -fno-enable-rewrite-rules work properly
2010-11-16 simonpj@microsoft.comRefactoring of the way that inlinings and rules are...
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-10-08 Simon MarlowFloat out partial applications
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