Fix warnings
[ghc-hetmet.git] / compiler / utils / UniqFM.lhs
2011-04-13 Edward Z. YangAdd adjustUFM, adjustUFM_Directly and joinUFM to UniqFM.
2011-04-11 Edward Z. YangImplement mapUFM_Directly.
2010-12-15 Ian LynaghRemove code that is dead now that we need >= 6.12 to...
2010-05-04 Ian LynaghFix build with GHC 6.10
2010-05-03 Milan StrakaReplace FiniteMap and UniqFM with counterparts from...
2009-12-04 simonpj@microsoft.comAdd splitUFM to UniqFM (used in a forthcoming patch)
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2008-09-04 dias@eecs.harvard.eduadd assertion to check that UniqFM is only passed ...
2008-07-31 Max BolingbrokeDocument UniqFM and add listToUFM_C
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-25 Ian LynaghMake UniqFM non-strict again while we work out what...
2008-02-06 Ian LynaghMake UniqFM strict in its elements
2008-02-03 Ian LynaghStrictness tweaks
2008-02-03 Ian LynaghWhitespace
2008-02-02 Ian LynaghTweak strictness
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2007-09-15 Norman Ramseyadded foldUFM_Directly, used where appropriate, killed...
2007-09-05 Ben.Lippmeier@anu... Refactor MachRegs.trivColorable to do unboxed accumulation
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-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2006-10-11 Simon MarlowModule header tidyup #2
2006-10-05 simonpj@microsoft.comAdd intersectsUFM
2006-04-07 Simon MarlowReorganisation of the source tree