Whitespace only in nativeGen/RegAlloc/Graph/TrivColorable.hs
[ghc-hetmet.git] / compiler / utils / Binary.hs
2010-12-15 Ian LynaghRemove code that is dead now that we need >= 6.12 to...
2009-08-21 Simon MarlowUse explicit Word32/Int32 in place of Int in the on...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-07-17 Ian LynaghAlways serialise Int as 64bit values; fixes trac #3041
2009-07-17 Ian LynaghRemove some code that has always been commented out
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-07-10 Ian LynaghMove some flags from the Makefile into module pragmas
2008-06-20 Ian LynaghRemove code that isn't used now that we assume that...
2008-06-03 Simon Marlowremove the "expanding to size" messages
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-03-29 Ian LynaghRemove a DEBUG
2008-03-23 Ian LynaghFollow library changes
2008-02-18 Ian LynaghFix warnings in Binary
2008-02-18 Ian LynaghWhitespace only
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
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-06-05 Isaac Dupreeremove #if branches for pre-ghc-6.0
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2006-10-11 Simon MarlowModule header tidyup #2
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-04-07 Simon MarlowReorganisation of the source tree