Wrap gcc on Windows, to provide the -B flags
[ghc-hetmet.git] / compiler /
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
2009-09-10 simonpj@microsoft.comComments only, on Cmm data types
2009-09-08 Simon MarlowAdd -package-id, improve package shadowing behaviour...
2009-09-08 Simon Marlowfix a warning
2009-09-08 Simon Marlowfix warnings
2009-09-08 Simon Marlowfix warnings
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-09-08 simonpj@microsoft.comFix Trac #3403: interaction of CPR and pattern-match...
2009-09-08 simonpj@microsoft.comFix Trac #3468: improve checking for hs-boot interfaces
2009-09-08 Simon MarlowAllow TH/annotations to be used with -dynamic
2009-08-29 Simon MarlowUnify event logging and debug tracing.
2009-08-28 Simon MarlowFix #3461: protect the use of keepCAFs with #ifdef...
2009-08-26 Simon MarlowFix part of #3398: pretty-printing always goes via...
2009-08-24 Simon MarlowFollow changes in Cabal: package -> sourcePackageId
2009-08-24 Simon Marlowfix an unused-import warning
2009-08-20 Simon MarlowAdd unique package identifiers (InstalledPackageId...
2009-08-25 simonpj@microsoft.comMove the standalone-deriving flag test from parser...
2009-08-25 simonpj@microsoft.comError message wibble
2009-08-25 simonpj@microsoft.comFix Trac #3406 (albeit not very satisfactorily): scoped...
2009-08-24 Thomas SchillingMake FastString thread-safe.
2009-08-24 Simon Marlowfix do-notation warnings
2009-08-21 Simon MarlowUse explicit Word32/Int32 in place of Int in the on...
2009-08-21 Simon MarlowFix the interface-file incompatibility crash (#3435)
2009-08-24 Ross Patersontrim Data.Sequence import, in preparation for expanding...
2009-08-22 Thomas SchillingMake consIORef atomic.
2009-08-21 Thomas SchillingMake updates to external package state idempotent.
2009-08-21 simonpj@microsoft.comFix Trac #3423: missed instantiation for newtype-derive...
2009-08-21 Simon Marlow-fPIC -fvia-C issues a warning and ignores -fvia-C
2009-08-21 simonpj@microsoft.comAnother tiny tidy-up to RnPat
2009-08-21 simonpj@microsoft.comFix Trac #3437: strictness of specialised functions
2009-08-21 simonpj@microsoft.comWibbles to field-label puns
2009-08-20 simonpj@microsoft.comWibble to RnPat refactoring
2009-08-20 simonpj@microsoft.comImprovements to record puns, wildcards
2009-08-20 simonpj@microsoft.comMake -dppr-debug print locations in HsSyn
2009-08-20 Simon MarlowMake -dynamic a proper way, so we read the .dyn_hi...
next