Fix initialisation of strictness in the demand analyser
[ghc-hetmet.git] / compiler /
2010-10-26 simonpj@microsoft.comFix initialisation of strictness in the demand analyser
2010-10-26 simonpj@microsoft.comDon't look through SCC in exprIsConApp_maybe
2010-10-26 simonpj@microsoft.comMake isIrrefutableHsPat say True for existentials;...
2010-10-25 simonpj@microsoft.comSerialise nested unfoldings across module boundaries
2010-10-25 simonpj@microsoft.comDo not (ever) use substExprSC in the simplifier
2010-10-25 simonpj@microsoft.comUse new showMultiLineString to fix Trac #4436
2010-10-25 simonpj@microsoft.comFor a non-recursive let, make sure we extend the value...
2010-10-25 simonpj@microsoft.cominstance Outputable IntMap
2010-10-23 Ian LynaghRemove the need to explicitly flatten the dynflags
2010-10-23 Ian LynaghFollow GHC.Bool/GHC.Types merge
2010-10-22 dimitris@microsoft.comOptimised the representation of Inert Sets to use Maps...
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-10-22 simonpj@microsoft.comLint should check for duplicate top-level bindings...
2010-10-22 Ian LynaghFix unused import warning on OS X
2010-10-21 Ian LynaghSwitch more uniqFromSupply+splitUniqSupply's to takeUni...
2010-10-21 Ian LynaghWhitespace only
2010-10-21 Ian LynaghWhitespace only
2010-10-21 Ian LynaghWhitespace only
2010-10-21 simonpj@microsoft.comFix Trac #4396, by localising pattern binders in the...
2010-10-21 simonpj@microsoft.comWhite space only
2010-10-21 simonpj@microsoft.comAdd an assertion
2010-10-21 Ian LynaghUse takeUniqFromSupply in ByteCodeGen
2010-10-21 Ian LynaghFix some whitespace
2010-10-21 Ian LynaghUse takeUniqFromSupply in emitProcWithConvention
2010-10-21 Ian LynaghUse takeUniqFromSupply in IfaceEnv
2010-10-21 Ian LynaghDefine takeUniqFromSupply
2010-10-21 Ian LynaghRemove some extraneous whitespace
2010-10-21 Ian LynaghAdd a comment on why some seq's are done
2010-10-21 simonpj@microsoft.comTidy up RuntimeUnkSkols a bit more
2010-10-21 simonpj@microsoft.comFix haddock markup
2010-10-21 simonpj@microsoft.comImprove rule checking, to fix panic Trac #4398
2010-10-21 simonpj@microsoft.comImprove the simple expression optimiser so it does...
2010-10-10 Reiner PopeTemplate Haskell: add view patterns (Trac #2399)
2010-10-21 simonpj@microsoft.comTidy-up sweep, following the Great Skolemisation Simpli...
2010-10-20 Ian LynaghFix haddock markup
2010-10-20 Ian LynaghDon't seq unfoldings
2010-10-20 Ian LynaghAvoid hanging on to old unfoldings; fixes #4367 (compil...
2010-10-20 simonpj@microsoft.comComments and layout only
2010-10-20 dimitris@microsoft.com(1) More lenient kind checking, (2) Fixed orientation...
2010-10-19 dimitris@microsoft.comMidstream changes to deal with spontaneous solving...
2010-10-20 simonpj@microsoft.comRefactor, plus fix Trac #4418
2010-10-20 simonpj@microsoft.comAdd a comment, connecting the seq to the test (#4367...
2010-10-19 Ian LynaghDefine setIdUnfoldingLazily, and use it in Vectorise
2010-10-19 Ian LynaghEvaluate the results in coreToStgApp
2010-10-19 Ian LynaghRetab CoreToStg, and remove trailing whitespace
2010-10-19 Ian Lynaghseq the unfolding in setUnfoldingInfo
2010-10-19 simonpj@microsoft.comComments only
2010-10-19 simonpj@microsoft.comFix debugger
2010-10-19 simonpj@microsoft.comFix IPRun by fixing the inferred quantification mechanism
2010-10-19 simonpj@microsoft.comRecover after an error in an implication constraint
2010-10-19 simonpj@microsoft.comReject programs with equality superclasses for now
2010-10-19 simonpj@microsoft.comLayout and tiny refactoring only
2010-10-19 simonpj@microsoft.comClean up the debugger code
2010-10-19 simonpj@microsoft.comAdd new VarEnv functions minusVarEnv, intersectsVarEnv...
2010-10-18 dimitris@microsoft.comMajor pass through type checker:(1) prioritizing equali...
2010-10-15 dimitris@microsoft.com(1) Caching FD improvements for efficiency, (2) prevent...
2010-10-14 dimitris@microsoft.comMidstream changes for performance improvement related...
2010-10-12 dimitris@microsoft.comMinor
2010-10-11 dimitris@microsoft.comCommentary changes
2010-10-08 dimitris@microsoft.comKind checking bugfix (#4356) and preventing wanteds...
2010-10-18 Ian LynaghFix -auto-all: Add SCCs to IDs which have a monotype too
2010-10-18 simonpj@microsoft.comDefine SpecConstrAnnotation in GHC.Exts, and import...
2010-10-07 David TereiFix warnings in AsmCodeGen
2010-10-04 David TereiLLVM: Fix compilation of writebarrier, #4308
2010-10-15 Ian LynaghAdd a -fghci-sandbox flag so that we can en/disable...
2010-10-15 simonpj@microsoft.comComments and layout
2010-10-15 simonpj@microsoft.comMake (Located a) an instance of Eq, Ord
2010-10-15 simonpj@microsoft.comGive user-defined rules precedence over built-in rules
2010-10-15 simonpj@microsoft.comFix Trac #4401: meta-tyvars allocated by the constraint...
2010-10-13 simonpj@microsoft.comRemove GHC.extendGlobalRdrScope, GHC.extendGlobalTypeScope
2010-10-15 Simon MarlowInlinePrag needs an arity only for INLINE, not INLINABLE
2010-10-15 Simon MarlowFix #4346 (INLINABLE pragma not behaving consistently)
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-10-13 Ian LynaghFix warning: Remove unused import
2010-10-13 benl@ouroborus.netFix warnings
2010-10-13 benl@ouroborus.netRegAlloc: Track slot liveness over jumps in spill cleaner
2010-10-12 Ian LynaghRemove __HASKELL1__, __HASKELL98__, __CONCURRENT_HASKELL__
2010-10-10 Ian LynaghRemove unnecessary import
2010-10-06 Ian LynaghFix build following haskell98 and -fglasgow-exts changes
2010-10-06 Ian LynaghDon't automatically link the haskell98 package
2010-10-06 Ian LynaghDeprecate -fglasgow-exts
2010-10-06 Ian LynaghRemove Opt_GADTs and Opt_TypeFamilies from -fglasgow...
2010-10-08 simonpj@microsoft.comFix Trac #4360: omitted case in combineCtLoc
2010-10-08 simonpj@microsoft.comBeautiful new approach to the skolem-escape check and...
2010-10-08 simonpj@microsoft.comDo less simplification when doing let-generalisation
2010-10-08 simonpj@microsoft.comSuppress ambiguity errors if any other errors occur
2010-10-08 simonpj@microsoft.comFix Trac #4361: be more discerning when inferring types
2010-10-08 Simon MarlowFloat out partial applications
2010-10-08 simonpj@microsoft.comSuppress knock-on typechecker errors
2010-10-07 simonpj@microsoft.comSome refactoring and simplification in TcInteract.occur...
2010-10-07 simonpj@microsoft.comComments only
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-10-07 simonpj@microsoft.comMake NameEnv back into type NameEnv a = UniqFM a
2010-10-07 simonpj@microsoft.comImprove the rule-matcher
2010-10-07 simonpj@microsoft.comFix Trac #4345: simplifier bug
2010-10-07 simonpj@microsoft.comAvoid redundant simplification
2010-10-07 simonpj@microsoft.comMake the occurrence analyser deal correctly with RULES...
2010-10-07 simonpj@microsoft.comMake warning-free
2010-10-07 simonpj@microsoft.comThis is just white-space and layout
2010-10-07 simonpj@microsoft.comFix an ASSERT failure in FamInstEnv
next