Another refactoring on the shape of an Unfolding
[ghc-hetmet.git] / compiler / simplCore / SimplUtils.lhs
2009-11-05 simonpj@microsoft.comAnother refactoring on the shape of an Unfolding
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-04-03 simonpj@microsoft.comAdjust inlining heursitics
2009-03-25 simonpj@microsoft.comImprove mkDupableCont; and fix Trac #3116
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-02-04 simonpj@microsoft.comImprove transferPolyIdInfo for value-arg abstraction
2009-01-13 simonpj@microsoft.comRewrite CorePrep and improve eta expansion
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-10-28 simonpj@microsoft.comFix Trac #2720: inlining and casts
2008-10-03 simonpj@microsoft.comMake a debug check more refined
2008-09-17 simonpj@microsoft.comAvoid arity reduction when doing eta-reduce
2008-08-26 simonpj@microsoft.comFix flaggery for RULES (cf Trac #2497)
2008-07-20 Thomas SchillingFix Haddock errors.
2008-06-03 simonpj@microsoft.comShorten debug messages
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-04 Ian LynaghMake SimplUtils warning-free
2008-04-22 Ian Lynagh(F)SLIT -> (f)sLit in SimplUtils
2008-04-22 simonpj@microsoft.comSimplify SimplCont, plus some other small changes to...
2008-04-11 simonpj@microsoft.comTransfer strictness and arity info when abstracting...
2008-04-03 simonpj@microsoft.comFix simplifier thrashing
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-11 Roman LeshchinskiySymbolic tags for simplifier phases
2008-02-07 simonpj@microsoft.comRedo inlining patch, plus some tidying up
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplUtils: use do, return, standard...
2007-12-20 simonpj@microsoft.comRemove obselete code for update-in-place (which we...
2007-12-04 simonpj@microsoft.comMake eta reduction check more carefully for bottoms...
2007-12-04 simonpj@microsoft.comImprove inlining for INLINE non-functions
2007-12-03 simonpj@microsoft.comImprove eta reduction, to reduce Simplifier iterations
2007-11-12 simonpj@microsoft.comImprove documentation of INLINE, esp its interactions...
2007-11-05 simonpj@microsoft.comFix an old but subtle bug in the Simplifier
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-08-23 simonpj@microsoft.comImprove handling of inline pragmas, esp where type...
2007-05-09 simonpj@microsoft.comTwo more small bugs in abstractFloats
2007-05-09 simonpj@microsoft.comFix a bug in (the new function) SimplUtils.abstractFloats
2007-05-07 simonpj@microsoft.comMake let-floating work even if there are big lambdas...
2007-05-04 simonpj@microsoft.comMake -frewrite-rules into a dynamic flag; off for -O0
2007-05-04 simonpj@microsoft.comFix the pruning of dead case alternatives
2007-05-03 simonpj@microsoft.comLess voluminous debug
2007-02-21 simonpj@microsoft.comFix case-merge bug that was breaking the HEAD
2007-02-09 simonpj@microsoft.comRefactor the simplifier's treatment of case expressions
2007-02-05 simonpj@microsoft.comFloat casts out of lambdas
2007-01-31 simonpj@microsoft.comUse Id.isStrictId
2006-12-12 simonpj@microsoft.comComments only
2006-11-04 Samuel BronsonFix up .lhs delimiters a bit
2006-11-06 simonpj@microsoft.comVarious debugging print changes; nothing exciting
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-10-13 simonpj@microsoft.comAdd assertion checks for mkCoVar/mkTyVar
2006-10-05 simonpj@microsoft.comRemove unused OccInfo (simplification)
2006-10-04 simonpj@microsoft.comSecond bite at the rules-only idea
2006-09-27 simonpj@microsoft.comFix exprIsConApp_maybe (wasn't dealing properly with...
2006-09-20 Manuel M T ChakravartyClean up and refactor in SimplUtils.mkCase1 (identity...
2006-09-20 Manuel M T ChakravartyIndexed newtypes
2006-09-20 Manuel M T Chakravartyfix default case filling-in for GADTs
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
2006-09-19 Manuel M T ChakravartyAdapt SimplUtils.getContArgs to conditional SubstEnv
2006-09-18 Manuel M T Chakravartyfix out-of-scope variable
2006-09-15 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-10 simonpj@microsoft.comAdd an IAmDead case to postInlineUnconditionally, and...
2006-08-10 simonpj@microsoft.comDo not repeatedly simplify an argument more than once
2006-08-10 simonpj@microsoft.comMake postInlineUnconditaionally more conservative
2006-07-12 simonpj@microsoft.comExperimental flag -fdicts-cheap
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-05-22 simonpj@microsoft.comInline in a call argument if the caller has RULES
2006-05-17 simonpj@microsoft.comSpelling correction
2006-04-12 simonpj@microsoft.comImprove pruning of case alternatives to account for...
2006-04-07 Simon MarlowReorganisation of the source tree