Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules
[ghc-hetmet.git] / compiler / simplCore / SimplCore.lhs
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