update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / compiler / simplCore /
2011-06-19 Adam MegaczCoreMonad: add lookupOrigCoreM, modeled after IfaceEnv...
2011-06-13 Manuel M T ChakravartyAdded a pragma {-# NOVECTORISE f #-} that suppresses...
2011-06-10 Manuel M T ChakravartyTake vectorisation declarations into account during...
2011-05-12 Simon Peyton JonesThe final batch of changes for the new coercion represe...
2011-05-09 Simon Peyton JonesDon't discard usage info from coercion bindings!
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-27 Ben LippmeierMerge branch 'master' of /Users/benl/devel/ghc/ghc...
2011-04-27 Ben LippmeierRun a CSE pass after vectorisation. This cleans up...
2011-04-20 Simon Peyton JonesAdd pprDefiniteTrace and use it
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-04-01 Ian LynaghReally zap case-binder occurrence info: solves #5028
2011-03-21 simonpj@microsoft.comFix Trac #5028: zap occ info when doing the binder...
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2011-02-14 simonpj@microsoft.comBetter case-of-case transformation
2011-02-01 simonpj@microsoft.comDon't make join points when the case has only one non...
2011-01-31 simonpj@microsoft.comImprove Simplifier and SpecConstr behaviour
2011-03-02 simonpj@microsoft.comMake -fno-enable-rewrite-rules work properly
2011-01-25 simonpj@microsoft.comFix Trac #3717 by making exprOkForSpeculation a bit...
2011-01-14 simonpj@microsoft.comFix a buglet in postInlineUnconditionally
2010-12-22 simonpj@microsoft.comMake the occurrence analyser track preInlineUnconditionally
2010-12-21 simonpj@microsoft.comAdd a simple arity analyser
2010-12-21 simonpj@microsoft.comMiscellaneous tidying up and refactoring
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-12-08 simonpj@microsoft.comMake the case-to-let transformation a little less eager
2010-11-27 Roman LeshchinskiyNew flag -dddump-rule-rewrites
2010-11-26 simonpj@microsoft.comAcutally, wild-card variables *can* have occurrences
2010-11-26 simonpj@microsoft.comTidy up the handling of wild-card binders, and make...
2010-11-16 simonpj@microsoft.comRefactoring of the way that inlinings and rules are...
2010-11-16 simonpj@microsoft.comSome infrastruture for lambda-lifting
2010-11-16 simonpj@microsoft.comOccurrence analyser takes account of the phase when...
2010-10-27 simonpj@microsoft.comTwo signficant changes to the simplifier
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-10-26 simonpj@microsoft.comFix a long-standing bug the float-out pass
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
next