ghc-hetmet.git
2011-02-09 simonpj@microsoft.comTypo in comment
2011-02-07 Ian LynaghCall the final build system phase "final" rather than ""
2011-02-08 Simon MarlowFix bug introduced in "Implement fuzzy matching for...
2011-02-07 simonpj@microsoft.comFix Trac #4945: another SpecConstr infelicity
2011-02-04 Simon Marlowadd missing initialisation of ws->todo_large_objects
2011-02-04 Simon MarlowAdd -XNondecreasingIndentation to -XHaskell98 for backw...
2011-02-03 Simon Marlowonly the GHC repo is in git for now; add hoopl
2011-02-03 simonpj@microsoft.comFix typo in SpecConstr that made it not work at all
2011-02-02 Simon Marlowfix compacting GC
2011-02-02 Simon Marlowfix warning
2011-02-02 Simon MarlowGC refactoring and cleanup
2011-02-02 Ross Patersonavoid adding HPC ticks to arrow constructs (fixes ...
2011-02-02 Simon MarlowFix the profiling build
2011-02-02 Simon MarlowA small GC optimisation
2011-02-02 Simon MarlowscheduleProcessInbox: use non-blocking acquire, and...
2011-02-02 Simon Marlowdo a bit of by-hand CSE
2011-02-02 Simon Marlowadd a const
2011-02-02 Simon Marlowadd TRY_ACQUIRE_LOCK()
2011-02-02 Simon MarlowRemove the per-generation mutable lists
2011-02-01 Simon Marlow+RTS -qw hasn't done anything since 7.0.1; remove the...
2011-02-01 Simon Marlowcomments
2011-01-27 Simon MarlowAnnotate thread stop events with the owner of the black...
2011-01-25 Simon Marlowupdate debugging code for fragmentation
2011-02-01 simonpj@microsoft.comFix type checker error message
2011-02-01 simonpj@microsoft.comSome refactoring of SpecConstr
2011-02-01 simonpj@microsoft.comDon't make join points when the case has only one non...
2011-01-31 simonpj@microsoft.comImprove Simplifier and SpecConstr behaviour
2011-01-31 Simon Marlowfix warning
2010-10-13 Simon Marlow32-bit fix
2011-01-19 Simon Marlowupdate to mingw gcc 4.5.2
2010-11-11 Simon Marlowcount fizzled and GC'd sparks separately
2010-11-01 Simon Marlowcount "dud" sparks (expressions that were already evalu...
2010-08-20 Simon Marlowfix some shutdown memory leaks
2011-01-31 Simon Marlowfix DEBUG build
2011-01-28 simonpj@microsoft.comFix formatting glitch in documentation
2011-01-28 Simon MarlowFix warnings
2011-01-24 Simon MarlowMerge in new code generator branch.
2011-01-28 simonpj@microsoft.comFix an egregious strictness analyser bug (Trac #4924)
2011-01-27 simonpj@microsoft.comRefine incomplete-pattern checks (Trac #4905)
2011-01-27 Ian LynaghFix "make 1" etc following the build system changes
2011-01-26 Roman LeshchinskiyFix vectorisation of recursive types
2011-01-26 simonpj@microsoft.comFix dependencies among specialisations for imported Ids
2011-01-26 simonpj@microsoft.comFix bug in roughTopNames
2011-01-26 simonpj@microsoft.comComments only, plus a tiny bit of debug printing
2011-01-26 simonpj@microsoft.comComments only
2011-01-26 simonpj@microsoft.comLook through type synonyms when computing orphans
2011-01-26 simonpj@microsoft.comBleat a bit more informatively in unionLists
2011-01-24 Ian LynaghKeep separate linker flags, for when we want to link...
2011-01-24 Ian LynaghFix validate on OS X 64
2011-01-25 simonpj@microsoft.comSplit main/GHC into GHC and GhcMake
2011-01-25 simonpj@microsoft.comComments only
2011-01-25 simonpj@microsoft.comFix Trac #3717 by making exprOkForSpeculation a bit...
2011-01-25 simonpj@microsoft.comImprove dataToTag# magic
2011-01-25 simonpj@microsoft.comFix Trac #4917: try a bit harder to unify on-the-fly
2011-01-24 Manuel M T... DPH options updated
2011-01-23 Ian LynaghAdd build system profiling to build system
2011-01-23 Ian LynaghFix ghci in stage3
2011-01-23 Ian LynaghRemove use of non-existent $$(dir) variable in the...
2011-01-23 Ian LynaghAdd some missing dependencies
2011-01-23 Ian LynaghTweak some deps to avoid multiple $(wildcard ...)s
2011-01-22 Ian LynaghUse := when assigning the result of $(wildcard ...)
2011-01-22 Ian LynaghSimplify the build system, and remove 2 phases
2011-01-21 Ian LynaghManually control more of the Cabal flags for the compil...
2011-01-21 Ian LynaghRemove some hardcoded makefile settings
2011-01-19 Simon Marlowtweak newArray# documentation again
2011-01-20 Ian LynaghFix OSTYPE test
2011-01-19 simonpj@microsoft.comComments only
2011-01-13 simonpj@microsoft.comAdd OSTYPE build-system variable, and use it
2011-01-19 Ian LynaghRemove an extraneous comma that stopped ghc-cabal from...
2011-01-19 Ian LynaghMove some make variables around
2011-01-19 Ian LynaghRemove a debugging 'info'
2011-01-19 Ian LynaghMove the PACKAGE_MAGIC evaluation inside package-data.mk
2011-01-19 Ian LynaghFix libraries/index.html's haddock dependency on Windows
2011-01-19 Ian LynaghAdd configure phases for the stage 3 compiler
2011-01-18 Marco SilvaInclude kfreebsdgnu in the list of Target Platforms.
2011-01-18 Edward Z. YangFix documentation bug: newArray# accepts word count...
2011-01-18 Ian LynaghUpdate the location of libffi.dll.a
2011-01-17 Ian LynaghUpdate the generics docs; pointed out by Christian...
2011-01-17 Ian Lynaghghc-cabal now adds the language flag being used
2011-01-17 Ian LynaghReinstate the OS X flags in the LDFLAGS etc variables
2011-01-17 Ian LynaghAdd NondecreasingIndentation extension to ghc-bin
2011-01-17 Ian LynaghChange an "if ... else return ()" into a "when"
2011-01-17 Ian LynaghAdd NondecreasingIndentation to the list of extensions...
2011-01-17 Ian LynaghAdd NondecreasingIndentation to the list of extensions...
2011-01-17 Ian LynaghFix deps on the ghc package
2011-01-17 Ian LynaghTidy up gmp cleaning
2011-01-16 Ian LynaghRemove redundant libraries/cabal-bin.hs
2011-01-16 Ian LynaghTurn off dtrace unless you override USE_DTRACE
2011-01-16 Ian LynaghSimplify a bit of makefile
2011-01-16 Ian LynaghTweak Windows phase ordering
2011-01-16 Ian LynaghHandle dependencies of programs on libraries correctly
2011-01-16 Ian LynaghIt's not clear if LDFLAGS flags will be given to gcc...
2011-01-16 Ian LynaghFix cross-package dependency generation on Windows
2011-01-16 Ian LynaghAdd some Windows-only CONFIGURE_PHASEs
2011-01-16 Ian LynaghSimplify, and future-proof, a dependency in the build...
2011-01-16 Ian LynaghRemove an unnecessary phase, and some unnecessary deps
2011-01-16 Ian LynaghWe can now pass -include-pkg-deps to the bootstrapping...
2011-01-16 Ian LynaghRemove some flags that are redundant now GHC gets confi...
2011-01-16 Ian LynaghChange some HC_OPTS var handling
2011-01-16 Ian LynaghRemove some unnecessary workarounds
next