Another refactoring on the shape of an Unfolding
[ghc-hetmet.git] / compiler / simplCore / Simplify.lhs
2009-11-05 simonpj@microsoft.comAnother refactoring on the shape of an Unfolding
2009-11-04 simonpj@microsoft.comComment only
2009-11-05 simonpj@microsoft.comComments only, relating to Roman's new built-in rule...
2009-11-04 Roman LeshchinskiyAdd builtin rule to eliminate unnecessary casts in seq
2009-10-30 simonpj@microsoft.comBe less noisy in a debug trace (Arity decrease)
2009-10-30 simonpj@microsoft.comImprove coercion optimisation
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-26 simonpj@microsoft.comAdd a coercion optimiser, to reduce the size of coercio...
2009-09-11 simonpj@microsoft.comImprove optimisation of cost centres
2009-06-18 t-peterj@microsoft.comComment fix: use the same variable names in the conclus...
2009-06-03 simonpj@microsoft.comAllow RULES for seq, and exploit them
2009-04-02 simonpj@microsoft.comFix Trac #3118: missing alternative
2009-03-25 simonpj@microsoft.comImprove mkDupableCont; and fix Trac #3116
2009-03-23 simonpj@microsoft.comImprove arity propagation in the specialiser
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-01-13 simonpj@microsoft.comRewrite CorePrep and improve eta expansion
2008-12-16 Simon MarlowUNDO: Add -fpass-case-bndr-to-join-points
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-08 simonpj@microsoft.comWhite space only
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-12-05 simonpj@microsoft.comAdd -fpass-case-bndr-to-join-points
2008-10-02 simonpj@microsoft.comMinor refactoring only
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-09-18 simonpj@microsoft.comAdd a missing "prime" (env' --> env'') thereby fixing...
2008-09-17 simonpj@microsoft.comAdd extra WARN test
2008-09-14 simonpj@microsoft.comComments, and a couple of asserts, only
2008-09-05 simonpj@microsoft.comRetain unfoldings even with SimplGently
2008-09-03 simonpj@microsoft.comImproved specialisation of recursive groups
2008-07-31 Max BolingbrokeFollow Literal change in Simplify
2008-07-20 Thomas SchillingFix Haddock errors.
2008-06-17 Simon MarlowFix an example where we weren't doing case-of-case...
2008-06-14 simonpj@microsoft.comFix nasty Simplifier scoping bug
2008-06-05 simonpj@microsoft.comAdd non-recursive let-bindings for types
2008-05-16 simonpj@microsoft.comImprove the treatment of 'seq' (Trac #2273)
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Simplify
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-02-22 Ian LynaghFix warnings in Simplify
2008-02-22 Ian LynaghWhitespace
2008-02-07 simonpj@microsoft.comRedo inlining patch, plus some tidying up
2008-01-17 Twan van LaarhovenMonadify simplCore/Simplify: use do and return
2008-01-17 simonpj@microsoft.comRecord evaluated-ness information correctly for strict...
2007-12-20 simonpj@microsoft.comFix Trac #1988; keep the ru_fn field of a RULE up to...
2007-12-04 simonpj@microsoft.comImprove inlining for INLINE non-functions
2007-11-15 simonpj@microsoft.comMake SpecConstr work again
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-10-16 simonpj@microsoft.comShow inlined function in the header of 'Inlining done...
2007-10-01 Manuel M T ChakravartyFIX #1738: KPush rule of FC must take dataConEqTheta...
2007-09-20 simonpj@microsoft.comFix Trac #1718: interaction of error, unlifted tuples...
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-07-02 simonpj@microsoft.comTry harder to avoid making a variable with RULES into...
2007-05-23 simonpj@microsoft.comImprove the interaction of 'seq' and associated data...
2007-05-09 simonpj@microsoft.comTwo more small bugs in 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.comWarning police
2007-05-01 andy@galois.comStopping tick boxes for being removed round calls to...
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-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.comComments
2007-01-03 simonpj@microsoft.comFix bug in cast optimisation; fixes Trac #995
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
next