New flag: -ddump-simpl-phases
[ghc-hetmet.git] / compiler / simplCore / SimplCore.lhs
2007-12-13 Roman LeshchinskiyNew flag: -ddump-simpl-phases
2007-12-13 Roman LeshchinskiyDon't dump simplifier iterations with -dverbose-core2core
2007-10-26 simonpj@microsoft.comAdd newline in debug print
2007-10-16 simonpj@microsoft.comShow program size in the simplifier-bailing-out message
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-16 Ian LynaghReplace _scc_'s in the GHC source with SCC pragmas
2007-07-16 Roman LeshchinskiyMake vectorisation part of the optimiser pipeline
2007-05-23 simonpj@microsoft.comImprove the interaction of 'seq' and associated data...
2007-02-09 simonpj@microsoft.comMajor improvement to SpecConstr
2007-01-11 simonpj@microsoft.comMake the LiberateCase transformation understand associa...
2006-05-18 simonpj@microsoft.comMake simplifier report which phase it is doing in ...
2006-05-17 simonpj@microsoft.comRetain INLINE pragma information during indirection...
2006-04-07 Simon MarlowReorganisation of the source tree