Add several new record features
[ghc-hetmet.git] / compiler / simplCore /
2007-06-20 simonpj@microsoft.comFix egregious sharing bug in LiberateCase
2007-06-05 simonpj@microsoft.comTypo in comments
2007-05-23 simonpj@microsoft.comImprove the interaction of 'seq' and associated data...
2007-05-14 Manuel M T ChakravartyRevised signature of tcLookupFamInst and lookupFamInstEnv
2007-05-11 simonpj@microsoft.comCorrect an egregious typo in LiberateCase that emascula...
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
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-09 simonpj@microsoft.comImprove full laziness by floating allocations out of...
2007-05-07 simonpj@microsoft.comMake let-floating work even if there are big lambdas...
2007-05-04 simonpj@microsoft.comWarning police
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-04 simonpj@microsoft.comWarning police
2007-05-03 simonpj@microsoft.comLess voluminous debug
2007-04-25 simonpj@microsoft.comImprove hashing of expressions for CSE (reduces warning...
2007-05-01 andy@galois.comStopping tick boxes for being removed round calls to...
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-02-21 simonpj@microsoft.comFix case-merge bug that was breaking the HEAD
2007-02-09 simonpj@microsoft.comMajor improvement to SpecConstr
2007-02-09 simonpj@microsoft.comRefactor the simplifier's treatment of case expressions
2007-02-05 simonpj@microsoft.comImplement the PushT rule from the FC paper
2007-02-05 simonpj@microsoft.comImprove handling of partial applications involving...
2007-02-05 simonpj@microsoft.comFloat casts out of lambdas
2007-02-05 simonpj@microsoft.comUse exprIsCheap in floating, just as the simplifier...
2007-02-02 simonpj@microsoft.comOne more wibble to FloatOut, fixes HEAD breakage (I...
2007-02-02 simonpj@microsoft.comDon't dump floated bindings just outside a lambda
2007-02-02 simonpj@microsoft.comReset the demand info on bindings going to top level...
2007-01-31 simonpj@microsoft.comUse Id.isStrictId
2007-01-11 simonpj@microsoft.comWibble
2007-01-11 simonpj@microsoft.comAdd -ddump-rule-firings
2007-01-11 simonpj@microsoft.comComments
2007-01-10 simonpj@microsoft.comCorrect spelling
2007-01-11 simonpj@microsoft.comMake the LiberateCase transformation understand associa...
2007-01-11 simonpj@microsoft.comComments
2007-01-10 simonpj@microsoft.comFix apparently-long-standing bug in FloatIn
2007-01-03 simonpj@microsoft.comRecord-ise the liberate-case envt, in preparation for...
2007-01-03 simonpj@microsoft.comFix bug in cast optimisation; fixes Trac #995
2007-01-03 simonpj@microsoft.comFix several bugs related to finding free variables
2006-12-12 simonpj@microsoft.comComments only
2006-12-11 simonpj@microsoft.comAdd comments, plus fix zapFragileInfo to zap worker...
2006-12-06 simonpj@microsoft.comImprove dependency analysis; makes more dictionaries...
2006-11-29 simonpj@microsoft.comImprove the loop-breaking heuristics
2006-11-29 andy@galois.comTickBox representation change
2006-11-28 Kirsten Chevalierretain arity for let-bound vars in simplifier
2006-11-10 Samuel BronsonZap stray whitespace in lhs formatting
2006-11-04 Samuel BronsonFix up .lhs delimiters a bit
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-24 andy@galois.comHaskell Program Coverage
2006-10-18 simonpj@microsoft.comSpelling in comment
2006-10-16 Samuel BronsonDon't squish "Inlined fn" into the right margin quite...
2006-10-13 simonpj@microsoft.comAdd assertion checks for mkCoVar/mkTyVar
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-06 simonpj@microsoft.comYet another fix to mkAtomicArgs (for floating of casts)
2006-10-05 simonpj@microsoft.comCorrect the float-coercions-out-of-let patch
2006-10-05 simonpj@microsoft.comFloat coercions out of lets
2006-10-05 simonpj@microsoft.comRemove unused argument to mkAtomicArgs
2006-10-05 simonpj@microsoft.comComments and layout
2006-10-05 simonpj@microsoft.comRemove unused OccInfo (simplification)
2006-10-05 simonpj@microsoft.comTake 2 on the recursive-rule fix
2006-10-05 simonpj@microsoft.comTake advantage of non-rec-ness in occurrence analysis...
2006-10-04 simonpj@microsoft.comComments only
2006-10-04 simonpj@microsoft.comImprove liberate-case to take account of coercions
2006-10-04 simonpj@microsoft.comSecond bite at the rules-only idea
2006-10-04 simonpj@microsoft.comEliminate case-of-cast
2006-10-03 simonpj@microsoft.comMake recursion and RULES interact better
2006-09-27 simonpj@microsoft.comFix exprIsConApp_maybe (wasn't dealing properly with...
2006-09-23 simonpj@microsoft.comTrim imports, and remove some dead code
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 problem with selectors for GADT records with unboxe...
2006-09-20 Manuel M T Chakravartyfix default case filling-in for GADTs
2006-09-20 Manuel M T Chakravartyfix big-lambda eta expansion, add comments
2006-09-20 Manuel M T Chakravartyfix some coercion kind representation things, extend...
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
2006-09-19 Manuel M T ChakravartyAdapt Simplify to conditional envs
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-09 simonpj@microsoft.comChange ASSERT to WARN
2006-08-01 kevind@bu.eduAdd missing Cast cases to libCase and scExpr
2006-08-17 simonpj@microsoft.comDo not CSE in INLINE and NOINLINE things
2006-08-16 simonpj@microsoft.comGet dead-ness right in knownCon
2006-08-16 simonpj@microsoft.comRe-factor mkAtomicArgs and completeNonRecX
2006-08-16 simonpj@microsoft.comAnother try at the continuation-swapping stuff
2006-08-16 simonpj@microsoft.comDon't build unnecessary lets in knownCon
2006-08-16 simonpj@microsoft.comComments only
2006-08-15 simonpj@microsoft.comTypo in patch that dealt with duplicating continuations...
2006-08-14 simonpj@microsoft.comBe more conservative about duplicating continuations
2006-08-14 simonpj@microsoft.comInline into tail-called constructor args
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.comDo not call preInlineUnconditionally in simplNonRecX
2006-08-10 simonpj@microsoft.comMake postInlineUnconditaionally more conservative
2006-07-12 simonpj@microsoft.comExperimental flag -fdicts-cheap
2006-06-21 simonpj@microsoft.comArity and eta-expansion tuning
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
next