Minor refactoring
[ghc-hetmet.git] / compiler /
2009-10-30 simonpj@microsoft.comMinor refactoring
2009-10-30 simonpj@microsoft.comTurn an ASSERT into a WARN
2009-10-30 simonpj@microsoft.comBe less noisy in a debug trace (Arity decrease)
2009-10-30 simonpj@microsoft.comFix build with DEBUG on
2009-10-30 simonpj@microsoft.comCure an assert failure by gathering the right set of...
2009-10-30 Ian LynaghFix the build with GHC 6.8
2009-10-30 simonpj@microsoft.comImprove coercion optimisation
2009-10-30 simonpj@microsoft.comDeprecate the ImpredicativeTypes feature
2009-10-30 simonpj@microsoft.comFix Trac #3626: TH should reject unboxed tuples
2009-10-28 tom.schrijvers@cs... fix and enable coercion optimization
2009-10-30 Roman LeshchinskiyDon't dump Core after every simplifier iteration with...
2009-10-30 Roman LeshchinskiyAdapt vectoriser to new inlining mechanism
2009-10-30 Roman LeshchinskiyUse packByTag instead of pack in the vectoriser
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 simonpj@microsoft.comComments and -ddump-tc-trace wibbles only
2009-10-29 simonpj@microsoft.comWhite space only
2009-10-29 simonpj@microsoft.comComments and variable naming only
2009-10-29 simonpj@microsoft.comAdd static flag -funfolding-dict-discount (plus layout...
2009-10-29 simonpj@microsoft.comTidy up pretty-printing (use ppUnless)
2009-10-29 simonpj@microsoft.comA small refactoring in the code for desugaring explicit...
2009-10-29 simonpj@microsoft.comWhite space layout only
2009-10-29 simonpj@microsoft.comMake `consBag` infixr, and `snocBag` infixl
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-10-29 simonpj@microsoft.comComments only
2009-10-29 Roman LeshchinskiyAdd support for NoSpecConstr annotation
2009-10-29 Roman LeshchinskiyUtility functions for annotations
2009-10-29 Roman LeshchinskiyAdd new dynamic flag -fstrictness-before
2009-10-17 Roman LeshchinskiyTidy VectInfo in tidyProgram
2009-10-16 Roman LeshchinskiyFix bug in data type vectorisation
2009-10-28 simonpj@microsoft.comDrop unused import
2009-10-28 simonpj@microsoft.comTidy up the parsing of comprehensions and improve locations
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-10-28 simonpj@microsoft.comRemove a redundant parameter for mkTupleTy (the arity)
2009-10-28 simonpj@microsoft.comTrivial improvement to mkForAllTy
2009-10-26 simonpj@microsoft.comAdd a coercion optimiser, to reduce the size of coercio...
2009-10-23 simonpj@microsoft.comComments only
2009-10-23 simonpj@microsoft.comAdd restrictVarEnv :: VarEnv a -> VarSet -> VarEnv a
2009-10-23 simonpj@microsoft.comUse braces rather than angle-brackets in debug-printing...
2009-10-23 simonpj@microsoft.comFix Trac #3591: very tricky specialiser bug
2009-10-20 simonpj@microsoft.comFix Trac #3590: a nasty type-checker bug in left/right...
2009-10-20 simonpj@microsoft.comAllow -ticky and -prof together
2009-10-23 Ian LynaghMake a mingw tree from mingw tarballs
2009-10-20 simonpj@microsoft.comTidy up TcSplice, especially runMeta and friends
2009-10-20 simonpj@microsoft.comAdd flags -fno-specialise, -fno-float-in, and document...
2009-10-20 simonpj@microsoft.comFix Trac #3600: Template Haskell bug in Convert
2009-10-15 Simon MarlowAdd some manual dependencies, and -fforce-recomp for...
2009-10-15 simonpj@microsoft.comFix Trac #959: a long-standing bug in instantiating...
2009-10-15 simonpj@microsoft.comFix several missing dependencies in ifFreeNames
2009-10-15 simonpj@microsoft.comCorrect comment
2009-10-15 simonpj@microsoft.comFix Trac #3263: don't print Hpc tick stuff unless ...
2009-10-15 Roman LeshchinskiyFix warnings
2009-10-15 Roman LeshchinskiyDon't hardwire PA and PR dfuns in the vectoriser
2009-10-15 Roman LeshchinskiyPA and PR from dph are now type classes
2009-10-14 Simon MarlowFix FFI declaration checks
2009-10-14 Simon MarlowFixes for cross-compiling to a different word size
2009-10-14 Simon MarlowFix #3579: avoid clashing with names of implicit bindings
2009-10-14 Roman LeshchinskiyNew flag -dsuppress-coercions to avoid printing coercio...
2009-10-08 simonpj@microsoft.comMake tyConSingleDataCon_maybe more forgiving
2009-10-07 simonpj@microsoft.comAdd flag -XExplicitForAll and document it
2009-10-06 Simon MarlowPackages are only shadowed if the InstalledPackageId...
2009-10-05 Ian LynaghUse the standard library versions of elem and notElem
2009-10-02 Ian LynaghFix typo in comment
2009-10-02 Ian LynaghUse "order only constraints" for directories
2009-09-30 Simon MarlowReplace a checking `is_elem` with a plain `elem`
2009-10-02 simonpj@microsoft.comFix pretty-printing precedence for equality constraints
2009-10-02 simonpj@microsoft.comComments only
2009-10-02 simonpj@microsoft.comCombine treatment of vanialla/GADT data decls, and...
2009-09-30 simonpj@microsoft.comFix Trac #3540: malformed types
2009-09-30 simonpj@microsoft.comWhite space only
2009-09-29 Simon MarlowFix some missing unfoldings (foldr in particular!)
2009-09-28 Simon MarlowemitRetUT: cope with arguments overlapping with results...
2009-09-25 Simon MarlowAdd a way to generate tracing events programmatically
2009-09-27 Ian LynaghFix invoking windres in a directory containing spaces
2009-09-26 Ben.Lippmeier@anu... Fix building of the RTS with the NCG under Windows
2009-09-24 Ian LynaghWe now tell the linker macosx_version_min is 10.5;...
2009-09-24 Ian LynaghErrors talking about a left section should refer to...
2009-09-20 Ian LynaghUpdate dependencies
2009-09-18 Simon Marlowimplement case-on-Word in the byte code generator/inter...
2009-09-18 Simon MarlowFix #3439: -debug implies -ticky, and -ticky code links...
2009-09-16 Simon Marlowimprove the cyclic module error message as per #1856
2009-09-17 Manuel M T ChakravartyUse CONF_CC_OPTS
2009-09-17 Simon MarlowAllow -package-id to override the default package shado...
2009-09-17 Manuel M T ChakravartyFix build on Mac OS 10.6 (Snow Leopard)
2009-09-15 Thomas SchillingPut context information for warnings in errMsgExtraInfo.
2009-09-11 Simon MarlowFix a space leak in the native code gen (again)
2009-09-13 Ian LynaghDon't register the non-munged stage1 ghc package
2009-09-13 Ian LynaghFixes for compiling the HEAD with iteslf
2009-09-11 Simon Marlowmove hschooks.c to ghc/, and enable it
2009-09-11 Simon MarlowFix #3408: lengthen the idle GC time to 5s for GHC...
2009-09-11 simonpj@microsoft.comComments and Cmm notes
2009-09-11 Simon MarlowRemove the old package.conf parser, use read instead...
2009-09-11 simonpj@microsoft.comImprove optimisation of cost centres
2009-09-11 simonpj@microsoft.comAdd cmm-notes, describing Simon and John's work on...
2009-09-11 simonpj@microsoft.comWibble to error message
2009-09-10 Simon Marlowremove debugging/testing code that got here by mistake
2009-09-10 simonpj@microsoft.comThree improvements to Template Haskell (fixes #3467)
2009-09-08 simonpj@microsoft.comRefactor the parsing of data type declarations
2009-09-05 simonpj@microsoft.comRemove unused data constructor ITpragma in type Lexer...
2009-09-10 simonpj@microsoft.comComments in Cmm
2009-09-10 Simon MarlowChange the representation of the package database
next