put coqPassCoreToCore on the CoreM monad, greatly simplify Desugar.lhs
[ghc-hetmet.git] / compiler / codeGen / ClosureInfo.lhs
2010-03-25 Simon MarlowNever jump directly to a thunk's entry code, even if...
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-03-17 Simon MarlowFIX biographical profiling (#3039, probably #2297)
2009-01-13 simonpj@microsoft.comMake the ASSERT more informative
2008-12-29 Ian LynaghFix warnings in ClosureInfo
2008-12-18 Ian LynaghUse DynFlags to work out if we are doing ticky ticky...
2008-12-05 simonpj@microsoft.comComments only (Note [Entering error thunks])
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-09-18 simonpj@microsoft.comReplace ASSERT with WARN, and explain why
2008-07-20 Thomas SchillingFix Haddock errors.
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in ClosureInfo
2008-03-15 Ian LynaghRemove leftover NoteTy/FTVNote bits
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-07-31 Clemens FruhwirthChange the strategy to determine dynamic data access
2007-07-27 Simon MarlowPointer Tagging
2007-07-02 Michael D. AdamsMultiple improvements to CPS algorithm.
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-27 Michael D. AdamsAdded an SRT to each CmmCall and added the current...
2007-01-11 Kirsten ChevalierRemove bogus assertion in getCallMethod
2006-10-18 simonpj@microsoft.comAdd the primitive type Any, and use it for Dynamics
2006-10-18 simonpj@microsoft.comComments onl
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree