Remove CPP from nativeGen/RegAlloc/Graph/TrivColorable.hs
[ghc-hetmet.git] / compiler / coreSyn / CoreTidy.lhs
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-10-25 simonpj@microsoft.comSerialise nested unfoldings across module boundaries
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-07-07 Ian LynaghRemove unused imports
2009-01-13 simonpj@microsoft.comRewrite CorePrep and improve eta expansion
2008-12-05 simonpj@microsoft.comMake CoreTidy retain deadness info (better -ddump-simpl)
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-01-18 Twan van LaarhovenFix warnings in coreSyn/CoreTidy
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-22 simonpj@microsoft.comTrim imports
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-04-25 simonpj@microsoft.comRetain inline-pragma information on unfoldings in inter...
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-23 simonpj@microsoft.comTrim imports, and remove some dead code
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-05-25 simonpj@microsoft.comFix egregious and long-standing tidying bug
2006-04-07 Simon MarlowReorganisation of the source tree