ghc-hetmet.git
2011-03-09 Adam Megaczmake exports/imports of depth>0 identifiers work correctly
2011-03-08 Adam Megaczfix compiler/coq submodule reference
2011-03-08 Adam Megaczhandle stage-(n+1) literals properly by expanding them...
2011-03-07 Adam Megaczupdate reference to compiler/coq subproject
2011-03-07 Adam Megaczuse compiler/coq/Makefile to decide if "git submodule...
2011-03-07 Adam Megaczadd code for -dcoqpass, -fcoqpass, -ddump-coqpass
2011-03-03 Adam MegaczMerge branch 'master' of /tmp/ghc-garrows; branch ...
2011-03-03 Adam Megaczrebase to ghc main repo
2011-03-02 Adam Megaczfix compile error due to erroneous import
2011-03-02 Adam MegaczInitial checkin of HetMet / -XModalTypes modifications
2011-02-22 simonpj@microsoft.comRestore SPECIALISE INSTANCE pragmas
2011-03-01 Simon MarlowGHC.Prim.threadStatus# now returns the cap number,...
2011-02-27 Ian LynaghImprove GHCi line numbers in errors
2011-02-26 Vivian McPhail:script file scripts in GHCi #1363
2011-02-25 Ian LynaghTurn off split objects on Darwin if XCode < 3.2 (#4013)
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-08 Sergei Trofimovichlibffi: backport incorrect detection of selinux
2011-02-23 Ian LynaghGenerate the OS X installer from a bindist, rather...
2011-02-22 Ian LynaghUse -h rather than -soname; fixes dynlibs on Solaris...
2011-02-21 simonpj@microsoft.comFix another fundep error (fixes Trac #4969)
2011-02-18 Edward Z. YangNew codegen: GC calling convention must use registers.
2011-02-20 Manuel M T... Added a VECTORISE pragma
2011-02-19 Ian LynaghReenable object splitting on Darwin, now #4013 appears...
2011-02-19 Ian LynaghClarify the "object splitting" variable names
2011-02-14 gwright@antiope.comFix #4867 (updated; corrects address calculation)
2011-02-16 Max BolingbrokeScale columns in cost-centre-stack report to their...
2011-02-17 simonpj@microsoft.comChange typechecker-trace output slightly
2011-02-17 simonpj@microsoft.comComments only
2011-02-17 simonpj@microsoft.comFix Trac #4966
2011-02-17 simonpj@microsoft.comUse "on the spot" solving for fundeps
2011-02-15 simonpj@microsoft.comIncrease exprIsDupable threshold a bit
2011-02-15 simonpj@microsoft.comEnsure exprIsCheap/exprIsExpandable deal with Cast...
2011-02-15 simonpj@microsoft.comDo not treat absentError specially
2011-02-14 simonpj@microsoft.comFix exprIsDupable
2011-02-14 simonpj@microsoft.comBetter case-of-case transformation
2011-02-15 keller@.cse... Cleaned up Expr and Vectorise
2011-02-14 keller@.cse... Fixed two syntax errors
2011-02-14 keller@cse... Handling of recursive scalar functions in isScalarLam
2011-02-09 keller@cse... Added handling of non-recursive module global functions...
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-02 keller@cse... (no commit message)
2011-02-02 keller@cse... Removed minor bug
2011-02-01 Simon Marlow+RTS -qw hasn't done anything since 7.0.1; remove the...
2011-02-01 Simon Marlowcomments
2011-02-01 keller@cse... added handling of data constructors to vectLam
2011-02-14 Simon MarlowpruneSparkQueue: check for tagged pointers
2011-02-14 simonpj@microsoft.comFix Trac #4953: local let binders can have IdInfo with...
2011-02-14 simonpj@microsoft.comComments only
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-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
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
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)
next