Move the register-inplace special-case stuff into the ghc-prim package
[ghc-hetmet.git] / compiler / simplCore /
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
2008-04-22 Ian Lynagh(F)SLIT -> (f)sLit in SimplUtils
2008-04-22 Ian LynaghChange the last few (F)SLIT's into (f)sLit's
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CSE
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Simplify
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in SimplEnv
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in FloatOut
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in SimplMonad
2008-04-22 simonpj@microsoft.comSimplify SimplCont, plus some other small changes to...
2008-04-22 simonpj@microsoft.comComments only in SimplCore
2008-04-22 simonpj@microsoft.comComments only
2008-04-22 simonpj@microsoft.comFix a long-standing bug in FloatOut
2008-04-11 simonpj@microsoft.comRevive the static argument transformation
2008-04-11 simonpj@microsoft.comTransfer strictness and arity info when abstracting...
2008-04-03 simonpj@microsoft.comFix simplifier thrashing
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghDEBUG removal
2008-03-05 simonpj@microsoft.comRefactor OccAnal; and improve dead-code elimination
2008-02-20 Ian LynaghWhitespace
2008-02-22 Ian LynaghFix warnings in Simplify
2008-02-22 Ian LynaghWhitespace
2008-02-19 Ian LynaghTypo
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-12 Roman LeshchinskiyFix typo in message
2008-02-11 Roman LeshchinskiySymbolic tags for simplifier phases
2008-02-11 Roman LeshchinskiyAllow -ddump-simpl-phases to specify which phases to...
2008-02-07 simonpj@microsoft.comRedo inlining patch, plus some tidying up
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-05 simonpj@microsoft.comInject implicit bindings before the simplifier (Trac...
2008-01-26 Twan van LaarhovenFixed warnings in simplCore/CSE
2008-01-26 Twan van LaarhovenFixed warnings in simplCore/OccurAnal
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplMonad: custom monad functions...
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplMonad: use MonadUnique instance...
2008-01-17 Twan van LaarhovenMonadify simplCore/SetLevels: use do, return, standard...
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplUtils: use do, return, standard...
2008-01-17 Twan van LaarhovenMonadify simplCore/Simplify: use do and return
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplEnv: use standard monad functions
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplCore: use do, return and standa...
2008-01-21 simonpj@microsoft.comWibble to the OccurAnal fix for RULEs and loop-breakers
2008-01-21 simonpj@microsoft.comMake the loop-breaking algorithm a bit more liberal...
2008-01-18 simonpj@microsoft.comWibble to SetLevels.abstractVars
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-17 simonpj@microsoft.comFix egregious error in earlier "Record evaluated-ness...
2008-01-17 simonpj@microsoft.comRecord evaluated-ness information correctly for strict...
2008-01-16 simonpj@microsoft.comIn float-out, make sure we abstract over the type varia...
2008-01-16 simonpj@microsoft.comFix the -frule-check pass
2008-01-07 simonpj@microsoft.comFix Trac #2018: float-out was ignoring the kind of...
2008-01-04 simonpj@microsoft.comWhite space and comments only
2007-12-20 simonpj@microsoft.comFix Trac #1988; keep the ru_fn field of a RULE up to...
2007-12-20 simonpj@microsoft.comRemove obselete code for update-in-place (which we...
2007-12-14 Roman LeshchinskiySeparate and optional size thresholds for SpecConstr...
2007-12-13 Roman LeshchinskiyNew flag: -ddump-simpl-phases
2007-12-13 Roman LeshchinskiyDon't dump simplifier iterations with -dverbose-core2core
2007-12-04 simonpj@microsoft.comMake eta reduction check more carefully for bottoms...
2007-12-04 simonpj@microsoft.comImprove inlining for INLINE non-functions
2007-12-03 simonpj@microsoft.comImprove eta reduction, to reduce Simplifier iterations
2007-11-15 simonpj@microsoft.comMake SpecConstr work again
2007-11-12 simonpj@microsoft.comImprove documentation of INLINE, esp its interactions...
2007-11-08 simonpj@microsoft.comFix Trac #1654: propagate name changes into CoreRules
2007-11-05 simonpj@microsoft.comWibble to earlier case-merge fix
2007-11-05 simonpj@microsoft.comFix an old but subtle bug in the Simplifier
2007-10-30 simonpj@microsoft.comFIX BUILD: a glitch in the new rules and inlining stuff
2007-10-29 simonpj@microsoft.comFix LiberateCase
2007-10-29 simonpj@microsoft.comSubstantial improvement to the interaction of RULES...
2007-10-26 simonpj@microsoft.comAdd newline in debug print
2007-10-16 simonpj@microsoft.comShow inlined function in the header of 'Inlining done...
2007-10-16 simonpj@microsoft.comShow program size in the simplifier-bailing-out message
2007-10-09 Simon Marlowsmall reworking of the loop-breaker-choosing algorithm
2007-10-01 Manuel M T ChakravartyFIX #1738: KPush rule of FC must take dataConEqTheta...
2007-09-20 simonpj@microsoft.comFix Trac #1718: interaction of error, unlifted tuples...
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-10 Ian LynaghFollow Array changes (adding numElements field)
2007-08-23 simonpj@microsoft.comImprove handling of inline pragmas, esp where type...
2007-08-16 Ian LynaghReplace _scc_'s in the GHC source with SCC pragmas
2007-08-09 simonpj@microsoft.comBetter scoring for loop breakers; fixes simplifier...
2007-07-16 Roman LeshchinskiyMake vectorisation part of the optimiser pipeline
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-07-02 simonpj@microsoft.comTry harder to avoid making a variable with RULES into...
2007-06-29 simonpj@microsoft.comImprove loop-breaker scoring in OccAnal (idea from...
2007-06-20 simonpj@microsoft.comFix egregious sharing bug in LiberateCase
2007-06-05 simonpj@microsoft.comTypo in comments
2007-05-23 simonpj@microsoft.comImprove the interaction of 'seq' and associated data...
2007-05-14 Manuel M T ChakravartyRevised signature of tcLookupFamInst and lookupFamInstEnv
2007-05-11 simonpj@microsoft.comCorrect an egregious typo in LiberateCase that emascula...
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-09 simonpj@microsoft.comTwo more small bugs in abstractFloats
2007-05-09 simonpj@microsoft.comFix a bug in (the new function) SimplUtils.abstractFloats
2007-05-09 simonpj@microsoft.comImprove full laziness by floating allocations out of...
2007-05-07 simonpj@microsoft.comMake let-floating work even if there are big lambdas...
2007-05-04 simonpj@microsoft.comWarning police
next