ghc-hetmet.git
2011-02-13 David TereiLLVM: Huge improvement to mangler speed.
2011-02-11 Ian LynaghFix platform detection in bindists
2011-02-11 simonpj@microsoft.comNew plan: push unsolved wanteds inwards
2011-02-11 simonpj@microsoft.comRemove unnecessary import, plus white space
2011-02-11 simonpj@microsoft.comFix small but egregious error: using un-zonked constrai...
2011-02-11 simonpj@microsoft.commakeSolvedByInst is only called on wanteds
2011-02-10 Ian LynaghEnable DTrace on Solaris; based on a patch from Karel...
2011-02-10 Ian LynaghUse DTrace whenever it's available
2011-01-12 Karel Gardasreplace C++ comments with C comments (Solaris' DTrace...
2011-02-09 gwright@antiope.comFix #4867, ghci displays negative floats incorrectly
2011-02-01 Daniel PeeblesFix Array sizeof primops to use the correct offset...
2011-01-26 Daniel PeeblesAdd sizeof(Mutable)Array# primitives
2011-02-10 Simon Marlowfix TRY_ACQUIRE_LOCK on Windows.
2011-02-10 Simon Marlowconstant fold (a + N) - M and (a - N) + M
2011-02-08 Simon MarlowRecursively call cmmMachOpFold on divides that we turne...
2011-02-10 Ian LynaghAdd unboxed tuple support to Template Haskell
2011-02-09 Ian LynaghAllow TH brackets to contain things of any kind
2011-02-09 simonpj@microsoft.comSimpify constraints from a TH bracket eagerly
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"
next