Tweak alternative layout rule
[ghc-hetmet.git] / compiler / simplCore /
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
2008-07-31 Max BolingbrokeFollow Literal change in Simplify
2008-07-31 Max BolingbrokeFollow Digraph changes in OccurAnal
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Ian LynaghProperly comment out unused pragmas
2008-07-02 Roman LeshchinskiyCommand-line options for selecting DPH backend
2008-06-16 simonpj@microsoft.comFix Trac #2321: bug in SAT
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-06-03 Simon MarlowTurn "NOTE: Simplifier still going..." message into...
2008-06-03 simonpj@microsoft.comShorten debug messages
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-16 simonpj@microsoft.comImprove the treatment of 'seq' (Trac #2273)
2008-05-04 Ian LynaghMake SimplEnv warning-free
2008-05-04 Ian LynaghMake SimplUtils warning-free
2008-05-04 Ian LynaghRemove a hack for GHC 3.03 in SimplMonad
2008-05-04 Ian LynaghMake SimplMonad warning-free
2008-05-04 Ian LynaghMake LiberateCase warning-free
2008-05-04 Ian LynaghMake FloatOut warning-free
2008-05-04 Ian LynaghMake FloatIn warning-free
2008-05-04 Ian LynaghMake SetLevels warning-free
next