Another round of External Core fixes
[ghc-hetmet.git] / compiler / simplCore /
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
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
next