This goes with the patch for #1839, #1463
[ghc-hetmet.git] / compiler / simplCore /
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
2007-05-04 simonpj@microsoft.comMake -frewrite-rules into a dynamic flag; off for -O0
2007-05-04 simonpj@microsoft.comFix the pruning of dead case alternatives
2007-05-04 simonpj@microsoft.comWarning police
2007-05-03 simonpj@microsoft.comLess voluminous debug
2007-04-25 simonpj@microsoft.comImprove hashing of expressions for CSE (reduces warning...
2007-05-01 andy@galois.comStopping tick boxes for being removed round calls to...
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-02-21 simonpj@microsoft.comFix case-merge bug that was breaking the HEAD
2007-02-09 simonpj@microsoft.comMajor improvement to SpecConstr
2007-02-09 simonpj@microsoft.comRefactor the simplifier's treatment of case expressions
2007-02-05 simonpj@microsoft.comImplement the PushT rule from the FC paper
2007-02-05 simonpj@microsoft.comImprove handling of partial applications involving...
2007-02-05 simonpj@microsoft.comFloat casts out of lambdas
2007-02-05 simonpj@microsoft.comUse exprIsCheap in floating, just as the simplifier...
2007-02-02 simonpj@microsoft.comOne more wibble to FloatOut, fixes HEAD breakage (I...
2007-02-02 simonpj@microsoft.comDon't dump floated bindings just outside a lambda
2007-02-02 simonpj@microsoft.comReset the demand info on bindings going to top level...
2007-01-31 simonpj@microsoft.comUse Id.isStrictId
2007-01-11 simonpj@microsoft.comWibble
2007-01-11 simonpj@microsoft.comAdd -ddump-rule-firings
2007-01-11 simonpj@microsoft.comComments
2007-01-10 simonpj@microsoft.comCorrect spelling
2007-01-11 simonpj@microsoft.comMake the LiberateCase transformation understand associa...
2007-01-11 simonpj@microsoft.comComments
2007-01-10 simonpj@microsoft.comFix apparently-long-standing bug in FloatIn
2007-01-03 simonpj@microsoft.comRecord-ise the liberate-case envt, in preparation for...
2007-01-03 simonpj@microsoft.comFix bug in cast optimisation; fixes Trac #995
2007-01-03 simonpj@microsoft.comFix several bugs related to finding free variables
2006-12-12 simonpj@microsoft.comComments only
2006-12-11 simonpj@microsoft.comAdd comments, plus fix zapFragileInfo to zap worker...
2006-12-06 simonpj@microsoft.comImprove dependency analysis; makes more dictionaries...
2006-11-29 simonpj@microsoft.comImprove the loop-breaking heuristics
2006-11-29 andy@galois.comTickBox representation change
2006-11-28 Kirsten Chevalierretain arity for let-bound vars in simplifier
2006-11-10 Samuel BronsonZap stray whitespace in lhs formatting
2006-11-04 Samuel BronsonFix up .lhs delimiters a bit
2006-11-06 simonpj@microsoft.comVarious debugging print changes; nothing exciting
2006-11-06 simonpj@microsoft.comTidy up substitutions
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-18 simonpj@microsoft.comSpelling in comment
2006-10-16 Samuel BronsonDon't squish "Inlined fn" into the right margin quite...
2006-10-13 simonpj@microsoft.comAdd assertion checks for mkCoVar/mkTyVar
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-06 simonpj@microsoft.comYet another fix to mkAtomicArgs (for floating of casts)
2006-10-05 simonpj@microsoft.comCorrect the float-coercions-out-of-let patch
next