Whitespace only in nativeGen/RegAlloc/Linear/Main.hs
[ghc-hetmet.git] / compiler / simplCore / SimplMonad.lhs
2010-11-16 simonpj@microsoft.comRefactoring of the way that inlinings and rules are...
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-08 simonpj@microsoft.comMake -ddump-simpl-stats a bit more informative by default
2009-11-09 simonpj@microsoft.comAllow inlining in "SimplGentle" mode
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2008-09-03 simonpj@microsoft.comImproved specialisation of recursive groups
2008-07-20 Ian LynaghProperly comment out unused pragmas
2008-05-04 Ian LynaghRemove a hack for GHC 3.03 in SimplMonad
2008-05-04 Ian LynaghMake SimplMonad warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in SimplMonad
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplMonad: custom monad functions...
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplMonad: use MonadUnique instance...
2008-01-17 Isaac Dupreelots of portability changes (#1405)
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-08-10 Ian LynaghFollow Array changes (adding numElements field)
2007-05-23 simonpj@microsoft.comImprove the interaction of 'seq' and associated data...
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-04-07 Simon MarlowReorganisation of the source tree