Fix initialisation of strictness in the demand analyser
[ghc-hetmet.git] / compiler / simplCore /
2010-10-25 simonpj@microsoft.comDo not (ever) use substExprSC in the simplifier
2010-10-23 Ian LynaghFollow GHC.Bool/GHC.Types merge
2010-10-20 Ian LynaghAvoid hanging on to old unfoldings; fixes #4367 (compil...
2010-10-15 Simon MarlowFix #4346 (INLINABLE pragma not behaving consistently)
2010-10-08 Simon MarlowFloat out partial applications
2010-10-07 simonpj@microsoft.comAvoid redundant simplification
2010-10-07 simonpj@microsoft.comMake the occurrence analyser deal correctly with RULES...
2010-10-07 simonpj@microsoft.comMake warning-free
2010-09-24 simonpj@microsoft.comEta expand only lambdas that bind a non-dictionary Id
2010-09-15 Ian LynaghFix typo
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-15 simonpj@microsoft.comComments only
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-14 simonpj@microsoft.comMove error-ids to MkCore (from PrelRules)
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-09-09 simonpj@microsoft.comFix simplifier statistics
2010-09-08 simonpj@microsoft.comBetter debug output
2010-09-08 simonpj@microsoft.comAdd Outputable instance for OccEncl
2010-09-07 simonpj@microsoft.comBetter simplifier counting
2010-08-19 simonpj@microsoft.comBe a bit less aggressive in mark-many inside a cast
2010-07-27 simonpj@microsoft.comImprovement to SimplUtils.mkLam
2010-07-27 simonpj@microsoft.comSuppress warnings about recursive INLINE in output...
2010-08-13 simonpj@microsoft.comModify FloatOut to fix Trac #4237
2010-08-13 simonpj@microsoft.comFix egregious bug in SetLevels.notWorthFloating
2010-08-12 simonpj@microsoft.comComments
2010-08-12 simonpj@microsoft.comComments only
2010-05-31 simonpj@microsoft.comRobustify the treatement of DFunUnfolding
2010-06-14 simonpj@microsoft.comFix spelling in comment
2010-05-03 Simon PJMake the demand analyser take account of lambda-bound...
2010-04-23 Simon Marlowreinstate eta-expansion during SimplGently, to fix...
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2010-03-05 simonpj@microsoft.comFix Trac #3736: do not preInlineUnconditionally with...
2010-02-10 simonpj@microsoft.comStop fruitless ANF-ing
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2010-01-05 simonpj@microsoft.comVery minor refactoring
2009-12-24 simonpj@microsoft.comContinue refactoring the core-to-core pipeline
2009-12-24 simonpj@microsoft.comA bunch of stuff relating to substitutions on core
2009-12-22 simonpj@microsoft.comPrint out a bit more info with the "arity decrease...
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2009-12-18 simonpj@microsoft.comMove all the CoreToDo stuff into CoreMonad
2009-12-18 simonpj@microsoft.comMake -ddump-inlinings and -ddump-rule-firings less...
2009-12-16 simonpj@microsoft.comAdjust Activations for specialise and work/wrap, and...
2009-12-16 simonpj@microsoft.comTwo improvements to optCoercion
2009-12-16 simonpj@microsoft.comComments only
2009-12-11 simonpj@microsoft.comUse full equality for CSE
2009-12-11 simonpj@microsoft.comBottom extraction: float out bottoming expressions...
2009-12-08 simonpj@microsoft.comMake -ddump-simpl-stats a bit more informative by default
2009-12-08 simonpj@microsoft.comImprove dumping for rules, and documentation of same
2009-12-07 simonpj@microsoft.comMinor refactoring to remove redundant code
2009-12-07 simonpj@microsoft.comFix a nasty (and long-standing) FloatOut performance bug
2009-12-07 simonpj@microsoft.comComments only, about RULE plumbing
2009-12-04 simonpj@microsoft.comUse addToUFM_Acc where appropriate
2009-12-04 Roman LeshchinskiyFix loading of annotations
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
2009-11-19 simonpj@microsoft.comImplement -fexpose-all-unfoldings, and fix a non-termin...
2009-11-19 simonpj@microsoft.comRe-implement the binder-swap stuff in OccurAnal
2009-11-19 simonpj@microsoft.comTry harder not to make DFuns into loop breakers
2009-11-19 simonpj@microsoft.comRefactor case-merging and identical-alternative optimis...
2009-11-17 simonpj@microsoft.comApply RULES to simplified arguments
2009-11-10 simonpj@microsoft.comWibbles to the inline-in-InlineRule stuff
2009-11-10 simonpj@microsoft.comDon't inline a loop breaker, even if it has an INLINE...
2009-11-10 simonpj@microsoft.comComments only
2009-11-10 simonpj@microsoft.comImplement the PushC rule when optimising casts
2009-11-10 simonpj@microsoft.comPreserve strictness when floating coercions
2009-11-06 simonpj@microsoft.comComments in OccurAnal
2009-11-09 simonpj@microsoft.comRemove dead code
2009-11-09 simonpj@microsoft.comAllow inlining in "SimplGentle" mode
2009-11-05 simonpj@microsoft.comBe a tiny bit keener to inline in the RHS of a let
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-11-02 simonpj@microsoft.comComments only
2009-10-30 simonpj@microsoft.comBe less noisy in a debug trace (Arity decrease)
2009-10-30 simonpj@microsoft.comImprove coercion optimisation
2009-10-30 Roman LeshchinskiyDon't dump Core after every simplifier iteration with...
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-10-29 Roman LeshchinskiyAdd support for NoSpecConstr annotation
2009-10-29 Roman LeshchinskiyUtility functions for annotations
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-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-06-18 t-peterj@microsoft.comComment fix: use the same variable names in the conclus...
2009-07-07 Ian LynaghRemove unused imports
2009-06-03 simonpj@microsoft.comAllow RULES for seq, and exploit them
2009-05-24 Ian LynaghRemove legacy code that isn't used now that we require...
2009-04-24 simonpj@microsoft.comDon't short out top-level indirections if there's a...
2009-04-03 simonpj@microsoft.comAdjust inlining heursitics
2009-04-02 simonpj@microsoft.comDon't float case expressions in full laziness
2009-04-02 simonpj@microsoft.comFix Trac #3118: missing alternative
2009-04-02 simonpj@microsoft.comFix pragmas in binder-swapping
2009-03-25 simonpj@microsoft.comImprove mkDupableCont; and fix Trac #3116
2009-03-23 simonpj@microsoft.comAvoid quadratic complexity in occurrence analysis ...
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-02-04 simonpj@microsoft.comImprove transferPolyIdInfo for value-arg abstraction
2009-02-04 simonpj@microsoft.comTwo small improvements to LiberateCase
2009-01-13 simonpj@microsoft.comRewrite CorePrep and improve eta expansion
next