Add transitional rules for the alternative layout rule
[ghc-hetmet.git] / compiler / simplCore /
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
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-16 Simon MarlowUNDO: Add -fpass-case-bndr-to-join-points
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-08 simonpj@microsoft.comInject implicit bindings after CoreTidy, not before...
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-12-05 simonpj@microsoft.comComments only in OccurAnal
2008-12-05 simonpj@microsoft.comComments only
2008-11-07 Simon Marlowdisable instance MonadPlus CoreM for GHC <= 6.6
2008-10-31 simonpj@microsoft.comFix imports
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-28 simonpj@microsoft.comFix Trac #2720: inlining and casts
2008-10-21 simonpj@microsoft.comDon't float an expression wrapped in a cast
2008-10-03 simonpj@microsoft.comMake a debug check more refined
2008-10-02 simonpj@microsoft.comMake the new binder-swap stuff in OccurAnal work right...
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.comFix nasty infelicity: do not short-cut empty substituti...
2008-09-17 simonpj@microsoft.comAvoid arity reduction when doing eta-reduce
2008-09-17 simonpj@microsoft.comAdd extra WARN test
2008-09-17 simonpj@microsoft.comComments only
2008-09-14 simonpj@microsoft.comComments, and a couple of asserts, only
2008-09-14 simonpj@microsoft.comDon't try to float type-lets
2008-09-09 simonpj@microsoft.comImprove float-in somewhat
2008-09-05 simonpj@microsoft.comRetain unfoldings even with SimplGently
2008-09-03 simonpj@microsoft.comImproved specialisation of recursive groups
2008-08-26 simonpj@microsoft.comFix flaggery for RULES (cf Trac #2497)
2008-08-22 simonpj@microsoft.comFix a nasty float-in bug
2008-08-11 simonpj@microsoft.comPrint tidy rules in user style, to avoid gratuitous...
2008-08-07 Max BolingbrokeRemove CoreSyn SOURCE imports
next