update submodule pointer
[ghc-hetmet.git] / compiler / specialise /
2011-02-07 simonpj@microsoft.comFix Trac #4945: another SpecConstr infelicity
2011-02-03 simonpj@microsoft.comFix typo in SpecConstr that made it not work at all
2011-02-01 simonpj@microsoft.comSome refactoring of SpecConstr
2011-01-31 simonpj@microsoft.comImprove Simplifier and SpecConstr behaviour
2011-01-26 simonpj@microsoft.comFix dependencies among specialisations for imported Ids
2011-01-26 simonpj@microsoft.comFix bug in roughTopNames
2011-01-14 simonpj@microsoft.comFix Trac #4874: specialisation of INLINABLE things
2010-12-10 simonpj@microsoft.comComments only
2010-12-02 simonpj@microsoft.comFix a nasty bug in RULE matching: Trac #4814
2010-11-27 Roman LeshchinskiyInherit the ForceSpecConstr flag in non-recursive neste...
2010-11-25 simonpj@microsoft.comMake SpecConstr "look through" identity coercions
2010-11-19 simonpj@microsoft.comComments only
2010-11-18 Roman LeshchinskiyForceSpecConstr now forces specialisation even for...
2010-11-18 simonpj@microsoft.comComments only
2010-11-17 simonpj@microsoft.comComments only
2010-10-25 simonpj@microsoft.comFor a non-recursive let, make sure we extend the value...
2010-10-18 simonpj@microsoft.comDefine SpecConstrAnnotation in GHC.Exts, and import...
2010-10-15 simonpj@microsoft.comGive user-defined rules precedence over built-in rules
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-10-07 simonpj@microsoft.comImprove the rule-matcher
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
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-08-12 simonpj@microsoft.comImprove the Specialiser, fixing Trac #4203
2010-05-25 simonpj@microsoft.comDon't do SpecConstr on NOINLINE things (Trac #4064)
2010-05-06 Ian LynaghDe-haddock a comment that confuses haddock
2010-05-05 simonpj@microsoft.comMatching cases in SpecConstr and Rules
2010-04-09 Ian LynaghThe bootstrapping compiler is now required to be > 609
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2010-03-09 simonpj@microsoft.comRule binders shouldn't have IdInfo
2010-02-15 Roman LeshchinskiyAdd comments about the ForceSpecConstr mechanism
2010-02-15 Roman LeshchinskiySpot ForceSpecConstr arguments in polymorphic loops
2010-02-10 simonpj@microsoft.comComments only
2010-02-01 simonpj@microsoft.comFix Trac #3831: blowup in SpecConstr
2010-01-18 Ian LynaghFix a warning message
2010-01-16 Ian LynaghFix typo
2010-01-06 simonpj@microsoft.comSpecConstr: Remove -fspec-inline-join-points, and add...
2010-01-06 simonpj@microsoft.comMake SpecConstr more informative output when there...
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2009-12-24 simonpj@microsoft.comA bunch of stuff relating to substitutions on core
2009-12-16 simonpj@microsoft.comAdjust Activations for specialise and work/wrap, and...
2009-12-16 simonpj@microsoft.comRefactor to combine two eqExpr functions
2009-12-11 simonpj@microsoft.comBottom extraction: float out bottoming expressions...
2009-12-07 simonpj@microsoft.comComments only, about RULE plumbing
2009-12-04 Roman LeshchinskiyFix loading of annotations
2009-12-03 Roman LeshchinskiyAdd new ForceSpecConstr annotation
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-05 simonpj@microsoft.comAnother refactoring on the shape of an Unfolding
2009-10-30 Ian LynaghFix the build with GHC 6.8
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 Roman LeshchinskiyAdd support for NoSpecConstr annotation
2009-10-23 simonpj@microsoft.comFix Trac #3591: very tricky specialiser bug
2009-08-21 simonpj@microsoft.comFix Trac #3437: strictness of specialised functions
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-06-24 t-peterj@microsoft.comAdd missing case for eq_note.
2009-06-26 t-peterj@microsoft.comRename parameters to make debugging code compile.
2009-07-07 Ian LynaghRemove unused imports
2009-07-02 simonpj@microsoft.comLook through Notes when matching
2009-04-02 simonpj@microsoft.comFix Trac #3118: missing alternative
2009-04-02 simonpj@microsoft.comUse a local interestingDict function instead of importi...
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.comDo not do SpecConstr on functions that unconditionally...
2008-12-29 Ian LynaghFix warnings in Rules
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-12-05 simonpj@microsoft.comAdd no-op case for addIdSpecialisations (very minor...
2008-12-05 simonpj@microsoft.comTrim redundant import
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-02 simonpj@microsoft.comZap dead-ness info appropriately in SpecConstr
2008-09-15 simonpj@microsoft.comImprove warning for SpecConstr
2008-09-05 simonpj@microsoft.comMore specialiser wibbles
2008-09-03 simonpj@microsoft.comImproved specialisation of recursive groups
2008-08-27 simonpj@microsoft.comOnly specialise on dictionaries that have some interest...
2008-08-21 simonpj@microsoft.comMake rule printing wobble less
2008-08-11 simonpj@microsoft.comPrint tidy rules in user style, to avoid gratuitous...
2008-08-11 simonpj@microsoft.comMinor refactoring; no functionality change
2008-08-09 simonpj@microsoft.comFix Trac #2486: restore the specialiser to a working...
2008-07-31 Max BolingbrokeDocument Rules
2008-07-20 Thomas SchillingFix Haddock errors.
2008-06-15 Ian LynaghRemove a typo
2008-04-28 simonpj@microsoft.comFix Trac #1969: perfomance bug in the specialiser
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Specialse
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in SpecConstr
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Rules
2008-04-22 simonpj@microsoft.comMinor bug in SpecConstr
2008-04-22 simonpj@microsoft.comComments only
2008-03-29 Ian LynaghRemove a #ifdef DEBUG
2008-03-29 Ian LynaghRemove an #ifdef DEBUG
2008-03-06 simonpj@microsoft.comImprove SpecConstr for local bindings: seed specialisat...
2008-02-01 Simon MarlowFIX BUILD with GHC 6.4.x
2008-01-25 simonpj@microsoft.comFix do-notation so that it works with -DDEBUG
2008-01-24 Ian LynaghFix the build
2008-01-17 Twan van LaarhovenMonadify specialise/Specialise: use do, return, standar...
2008-01-17 Twan van LaarhovenMonadify specialise/SpecConstr: use do, return and...
2008-01-23 simonpj@microsoft.comAttach the INLINE Activation pragma to any automaticall...
2008-01-17 simonpj@microsoft.comAdd -fspec-inline-join-points to SpecConstr
next