Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / compiler / simplCore / SimplEnv.lhs
2011-05-12 Simon Peyton JonesThe final batch of changes for the new coercion represe...
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-11-26 simonpj@microsoft.comAcutally, wild-card variables *can* have occurrences
2010-11-26 simonpj@microsoft.comTidy up the handling of wild-card binders, and make...
2010-11-16 simonpj@microsoft.comRefactoring of the way that inlinings and rules are...
2010-10-27 simonpj@microsoft.comTwo signficant changes to the simplifier
2010-10-25 simonpj@microsoft.comDo not (ever) use substExprSC in the simplifier
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2009-12-24 simonpj@microsoft.comA bunch of stuff relating to substitutions on core
2009-12-18 simonpj@microsoft.comMove all the CoreToDo stuff into CoreMonad
2009-12-16 simonpj@microsoft.comTwo improvements to optCoercion
2009-11-17 simonpj@microsoft.comApply RULES to simplified arguments
2009-11-10 simonpj@microsoft.comWibbles to the inline-in-InlineRule stuff
2009-11-09 simonpj@microsoft.comAllow inlining in "SimplGentle" mode
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-09-17 simonpj@microsoft.comFix nasty infelicity: do not short-cut empty substituti...
2008-09-03 simonpj@microsoft.comImproved specialisation of recursive groups
2008-07-20 Thomas SchillingFix Haddock errors.
2008-06-14 simonpj@microsoft.comFix nasty Simplifier scoping bug
2008-05-04 Ian LynaghMake SimplEnv warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in SimplEnv
2008-04-22 simonpj@microsoft.comSimplify SimplCont, plus some other small changes to...
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplEnv: use standard monad functions
2008-01-17 simonpj@microsoft.comFix egregious error in earlier "Record evaluated-ness...
2008-01-17 simonpj@microsoft.comRecord evaluated-ness information correctly for strict...
2007-12-04 simonpj@microsoft.comImprove inlining for INLINE non-functions
2007-11-08 simonpj@microsoft.comFix Trac #1654: propagate name changes into CoreRules
2007-11-05 simonpj@microsoft.comWibble to earlier case-merge fix
2007-11-05 simonpj@microsoft.comFix an old but subtle bug in the Simplifier
2007-10-30 simonpj@microsoft.comFIX BUILD: a glitch in the new rules and inlining stuff
2007-10-29 simonpj@microsoft.comSubstantial improvement to the interaction of RULES...
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-23 simonpj@microsoft.comImprove the interaction of 'seq' and associated data...
2007-05-07 simonpj@microsoft.comMake let-floating work even if there are big lambdas...
2007-01-31 simonpj@microsoft.comUse Id.isStrictId
2006-12-11 simonpj@microsoft.comAdd comments, plus fix zapFragileInfo to zap worker...
2006-11-28 Kirsten Chevalierretain arity for let-bound vars in simplifier
2006-11-06 simonpj@microsoft.comVarious debugging print changes; nothing exciting
2006-11-06 simonpj@microsoft.comTidy up substitutions
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-10-05 simonpj@microsoft.comRemove unused OccInfo (simplification)
2006-10-04 simonpj@microsoft.comComments only
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
2006-09-15 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-06-21 simonpj@microsoft.comArity and eta-expansion tuning
2006-05-04 simonpj@microsoft.comMake rules available in RHS
2006-04-07 Simon MarlowReorganisation of the source tree