ghc-hetmet.git
2007-08-16 Ian LynaghDocument +RTS --info, and make it a Read'able Haskell...
2007-08-16 Ian LynaghFix the threaded RTS on Windows
2007-08-16 Ian LynaghAdd newline to end of Hpc.hs
2007-08-16 Ian LynaghConvert the remaining _scc_s in the GHC source to pragmas
2007-08-16 Ian LynaghOptimise Digraph.postOrd, used when finding strongly...
2007-08-16 Ian LynaghReplace _scc_'s in the GHC source with SCC pragmas
2007-08-16 Ian LynaghAdd a deprecated warning for _scc_
2007-08-16 Ian LynaghMake dependencies of source files on Makefiles disableable
2007-08-15 Ian LynaghCosmetic changes only
2007-08-15 Ian LynaghStop ghc-6.7 linking in ghc-inplace.o
2007-08-15 Ian LynaghUse a C program for ghc-inplace
2007-08-16 Pepe IborraDocument :stepover in ghci help
2007-08-15 Pepe IborraSteal the bold trick from :list for :history
2007-08-15 Pepe IborraTeach :history to show the name of the enclosing declar...
2007-08-14 Pepe IborraGeneralize some code dealing with SrcSpan sorting
2007-08-09 Pepe IborraA new :stepover command for the debugger
2007-08-09 Pepe Iborra:step does not delete the :history anymore, and now...
2007-08-09 Pepe IborraFunctor instance for the GHCi monad
2007-08-15 Ian LynaghFix building GHC with profiling
2007-08-15 Ian LynaghFix the build when GMP_INCLUDE_DIRS == ""
2007-08-13 gwright@antiope.comFix build with external gmp library.
2007-08-14 Ian LynaghUpdate config.sub and config.guess
2007-08-15 Roman LeshchinskiyUse lookupOrig to find built-in NDP-related names
2007-08-07 Roman LeshchinskiyImplicitly import NDP stuff when vectorising
2007-08-12 Bertram Felgenhauerfix typo in ghci.xml
2007-08-12 Ian LynaghAdd bytestring to core-packages
2007-08-12 Ian LynaghFix installation (we need to use the right ghc-pkg)
2007-08-12 Ian LynaghGet closer to GhcCompilerWays=p working
2007-08-11 Ian LynaghAdd a type sig
2007-08-01 Ian LynaghSplit off packedstring and array packages
2007-08-01 Ian LynaghAdd a containers package
2007-07-29 Ian LynaghTweak package build order
2007-07-29 Ian Lynaghbytestring is now in its own package
2007-08-07 Isaac Dupreemore cmpFS refactoring
2007-08-06 Isaac Dupreeuse 'compare' when using the law of trichotomy
2007-08-06 Isaac Dupreeuse {-# UNPACK #-} !Int rather than explicit Int# ...
2007-08-10 Ian LynaghRemove a duplicate case
2007-08-10 Ian LynaghChange standalone deriving syntax and semantics; fixes...
2007-08-10 Clemens FruhwirthProperly guard imports because they have to be precise...
2007-08-06 Clemens FruhwirthAdd explicit imports for RTS-external variables
2007-08-10 simonpj@microsoft.comImprove error message (part of Trac #1606)
2007-08-09 simonpj@microsoft.comPrint fewer parens when pretty-printing HsSyn
2007-08-09 simonpj@microsoft.comPrint more "..." in long lists of declarations
2007-08-08 Clemens FruhwirthBuild RTS as dynamic library
2007-08-06 Clemens FruhwirthIntroduce new class for external symbols in Linker...
2007-08-08 Roman LeshchinskiyMake the new functions accessible from the vectorisatio...
2007-08-08 Roman LeshchinskiyAdd more NDP functions to PrelNames
2007-08-08 Roman LeshchinskiyPA functions are no longer methods
2007-08-08 Roman LeshchinskiyVectorise Case on products
2007-08-08 Roman LeshchinskiyUtility functions for accessing parallel array represen...
2007-08-08 Roman LeshchinskiyFix bug in vectorised DataCon worker generation
2007-08-08 Roman LeshchinskiyUse dataConTag in flattened array representation
2007-08-08 Roman LeshchinskiyAdd built-in PA dictionary for closures
2007-08-07 Roman LeshchinskiyModify PA dictionary generation to the new record-based...
2007-08-07 Roman LeshchinskiyChange DataCon worker vectorisation to use PA records
2007-08-07 Roman LeshchinskiyAdd built-in PA dictionaries for boxed tuples
2007-08-07 Roman LeshchinskiyTrace more vectorisation failures
2007-08-07 Roman LeshchinskiyMove code
2007-08-07 Roman LeshchinskiyRemove dead code
2007-08-07 Roman LeshchinskiyAssociate vectorised tycons with their PA dfuns
2007-08-07 Roman LeshchinskiyPA is now an explicit record instead of a typeclass
2007-08-07 Roman LeshchinskiyImplicitly import NDP stuff when vectorising
2007-08-07 Roman LeshchinskiySupport for using built-in PA dictionaries for some...
2007-08-07 Roman LeshchinskiyUtility functions for accessing the RdrEnv during vecto...
2007-08-07 Roman LeshchinskiyAdd RdrEnv to vectorisation state
2007-08-03 Roman LeshchinskiyAdd utility functions for accessing PA info during...
2007-08-03 Roman LeshchinskiyMake sure PA dfuns are keyed on the vectorised tycon...
2007-08-03 Roman LeshchinskiyAdd PA dfuns to VectMonad state
2007-08-09 simonpj@microsoft.comFix grouping by module in the mi_exports, for indexed...
2007-08-09 simonpj@microsoft.comTrim imports
2007-08-09 simonpj@microsoft.comRename a constructor CmmForeignCall to CmmCallee, and...
2007-08-09 simonpj@microsoft.comTidy up the treatment of newtypes, refactor, and fix...
2007-08-09 simonpj@microsoft.comImprovd documentation for overlapping instances
2007-08-09 simonpj@microsoft.comBetter scoring for loop breakers; fixes simplifier...
2007-08-03 simonpj@microsoft.comRemove dead code
2007-08-09 Simon MarlowCabal depends on -package unix when GHC <= 6.2
2007-07-14 Clemens FruhwirthjoinToTargets to emit fixup code even when movement...
2007-08-05 simonpj@microsoft.comMake SpecConstr specialise for constant arguments again
2007-08-05 simonpj@microsoft.comComments only: explain why StgConApp is still useful
2007-08-04 simonpj@microsoft.comAdd missing case to sizeofPrimRep
2007-08-04 simonpj@microsoft.comFix Trac #1037
2007-08-04 simonpj@microsoft.comIn GHCi, filter instances by what is in scope, not...
2007-08-04 simonpj@microsoft.comImprove pretty-printing of 'foreign' declarations
2007-08-09 Simon MarlowFIX read030 (error message wibble)
2007-08-08 Ian LynaghFix the use of emptyCopyFlags
2007-08-08 Magnus JonssonRemoved a dependency on Cabal that caused a build failu...
2007-08-07 Ian LynaghAdd blurb in the user guide re stdout buffering differi...
2007-08-06 Duncan CouttsUse emptyRegisterFlags and emptyCopyFlags for reduced...
2007-08-07 Isaac Dupreeremove gratuitous usage of Double in favor of Rational
2007-08-07 Isaac DupreeWarning police: eliminate all defaulting within stage1
2007-08-07 Isaac DupreeNOINLINE the global FastString.string_table
2007-08-06 Isaac Dupreecomment FastMutInt possibilities
2007-08-05 Ian LynaghFollow Cabal changes
2007-08-05 Ian LynaghAdd a --supported-languages flag
2007-08-05 Ian LynaghWhitespace
2007-08-05 Ian LynaghAdd Distribution.System to compat
2007-08-04 Ian LynaghCanonicalise flags in error message
2007-08-04 Ian LynaghCanonicalise the flag format in the user guide
2007-08-04 Ian LynaghWe now need to pass a version to extensionsToGHCFlag
2007-08-04 Ian LynaghFix -fallow* flags
next