TickBox representation change
[ghc-hetmet.git] / compiler / simplCore / Simplify.lhs
2006-11-29 andy@galois.comTickBox representation change
2006-11-10 Samuel BronsonZap stray whitespace in lhs formatting
2006-11-06 simonpj@microsoft.comVarious debugging print changes; nothing exciting
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-16 Samuel BronsonDon't squish "Inlined fn" into the right margin quite...
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-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-23 simonpj@microsoft.comTrim imports, and remove some dead code
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 Chakravartynewtype fixes, coercions for non-recursive newtypes...
2006-09-19 Manuel M T ChakravartyAdapt Simplify to conditional envs
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-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-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-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-18 simonpj@microsoft.comFix a nasty continuation-duplication bug
2006-04-12 simonpj@microsoft.comImprove pruning of case alternatives to account for...
2006-04-07 Simon MarlowReorganisation of the source tree