Haddock fix in the vectoriser
[ghc-hetmet.git] / compiler / coreSyn / CorePrep.lhs
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-02-19 Max BolingbrokeDrop dead core that was kept alive by RULES in CorePrep...
2011-01-25 simonpj@microsoft.comImprove dataToTag# magic
2010-12-20 simonpj@microsoft.comSmall improvement to CorePrep
2010-10-25 simonpj@microsoft.comSerialise nested unfoldings across module boundaries
2010-09-23 simonpj@microsoft.comAdd notSCCNote, and use it
2010-09-22 simonpj@microsoft.comFix an ASSERT failure with profiling
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-07-26 simonpj@microsoft.comRename CorePrep.tryEtaReduce to tryEtaReducePrep
2010-06-14 simonpj@microsoft.comGruesome fix in CorePrep to fix embarassing Trac #4121
2010-05-31 simonpj@microsoft.comFix a bug in CorePrep that meant output invariants...
2009-12-24 simonpj@microsoft.comContinue refactoring the core-to-core pipeline
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-10-15 simonpj@microsoft.comCorrect comment
2009-05-29 simonpj@microsoft.comFix Trac #3259: expose 'lazy' only after generating...
2009-05-28 simonpj@microsoft.comComments only
2009-01-29 simonpj@microsoft.comTwo more wibbles to CorePrep (fixes HTTP package and...
2009-01-13 simonpj@microsoft.comRewrite CorePrep and improve eta expansion
2008-12-30 simonpj@microsoft.comTidy up treatment of big lambda (fixes Trac #2898)
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-15 Simon MarlowRevert CorePrep part of "Completely new treatment of...
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-11-26 simonpj@microsoft.comFix Trac #2756: CorePrep strictness bug
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CorePrep
2008-04-10 simonpj@microsoft.comEnsure that arity is accurate in back end
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-25 Twan van LaarhovenFixed warnings in coreSyn/CorePrep
2008-01-17 Twan van LaarhovenMonadify coreSyn/CorePrep: use do, return, applicative...
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-02-21 simonpj@microsoft.comImport trimming
2006-12-13 andy@galois.comRemoving explicit Binary Tick Boxes; using Case instead.
2006-11-29 andy@galois.comTickBox representation change
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-04-07 Simon MarlowReorganisation of the source tree