Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / compiler / coreSyn / CoreSubst.lhs
2011-06-10 Manuel M T ChakravartyTake vectorisation declarations into account during...
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-12-02 simonpj@microsoft.comFix a nasty bug in RULE matching: Trac #4814
2010-11-25 simonpj@microsoft.comSubstitution should just substitute, not optimise
2010-11-16 simonpj@microsoft.comOccurrence analyser takes account of the phase when...
2010-10-25 simonpj@microsoft.comDo not (ever) use substExprSC in the simplifier
2010-10-21 simonpj@microsoft.comImprove the simple expression optimiser so it does...
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
2010-03-09 simonpj@microsoft.comComments only
2010-01-08 simonpj@microsoft.comComment out debug warnings; they are fine
2009-12-24 simonpj@microsoft.comA bunch of stuff relating to substitutions on core
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2009-12-18 simonpj@microsoft.comMake warning printing a bit less noisy
2009-12-16 simonpj@microsoft.comTwo improvements to optCoercion
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-09 simonpj@microsoft.comWibble to substituting InlWrappers
2009-11-05 simonpj@microsoft.comAnother refactoring on the shape of an Unfolding
2009-11-05 simonpj@microsoft.comNuke the -finline-if-enough-args flag
2009-11-03 simonpj@microsoft.comTweak simpleOptExpr, so that it respects nested INLINE...
2009-10-30 simonpj@microsoft.comCure an assert failure by gathering the right set of...
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-01-13 simonpj@microsoft.comRewrite CorePrep and improve eta expansion
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-08 simonpj@microsoft.comMove simpleOptExpr from CoreUnfold to CoreSubst
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-09-17 simonpj@microsoft.comFix nasty infelicity: do not short-cut empty substituti...
2008-09-10 simonpj@microsoft.comComments only
2008-07-31 Max BolingbrokeDocument CoreSubst
2008-07-20 Thomas SchillingFix Haddock errors.
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CoreSubst
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-25 Twan van LaarhovenFixed warnings in coreSyn/CoreSubst
2008-01-17 simonpj@microsoft.comAdd missing extendSubst
2007-11-08 simonpj@microsoft.comFix Trac #1654: propagate name changes into CoreRules
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-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-05-11 simonpj@microsoft.comComments only
2007-02-09 simonpj@microsoft.comMajor improvement to SpecConstr
2006-11-06 simonpj@microsoft.comTidy up substitutions
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-05-22 simonpj@microsoft.comAdd deShadowBinds
2006-04-07 Simon MarlowReorganisation of the source tree