Remove CPP from nativeGen/RegAlloc/Graph/TrivColorable.hs
[ghc-hetmet.git] / compiler / coreSyn / CoreFVs.lhs
2011-05-12 Simon Peyton JonesThe final batch of changes for the new coercion represe...
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-01-26 simonpj@microsoft.comLook through type synonyms when computing orphans
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-11-16 simonpj@microsoft.comOccurrence analyser takes account of the phase when...
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-05-31 simonpj@microsoft.comRobustify the treatement of DFunUnfolding
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-19 simonpj@microsoft.comImplement -fexpose-all-unfoldings, and fix a non-termin...
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-04-27 Manuel M T ChakravartyEquality constraint solver is now externally pure
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-09-14 simonpj@microsoft.comFix Trac #2587: take account of type lets
2008-07-31 Max BolingbrokeDocument CoreFVs
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-25 Twan van LaarhovenFixed warnings in coreSyn/CoreFVs, except for incomplet...
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-05-03 simonpj@microsoft.comFix dependency information for RULES
2007-01-03 simonpj@microsoft.comFix several bugs related to finding free variables
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-18 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-05-25 simonpj@microsoft.comMake rule-matching robust to lets
2006-04-07 Simon MarlowReorganisation of the source tree