patch applied (ghc): Fix #3875: Crash in parallel GC, wrong pointer was being tested.

2010-02-21 Thread Ben Lippmeier
Sun Feb 21 19:16:27 PST 2010 ben.lippme...@anu.edu.au * Fix #3875: Crash in parallel GC, wrong pointer was being tested. M ./rts/sm/Evac.c -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20100222031627-43c66-fe592a4ab3ace65dce5e30a9091b57d7db668667.gz

[nightly] 21-Feb-2010 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2010-02-21 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/STABLE Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Sun Feb 21 18:10:01 GMT 2010. checki

[nightly] 21-Feb-2010 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2010-02-21 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Sun Feb 21 18:00:01 GMT 2010. checking out

[nightly] 21-Feb-2010 build of STABLE on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-02-21 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx Nightly build started on cam-04-unx at Sun Feb 21 19:10:01 GMT 20

[nightly] 21-Feb-2010 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-02-21 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Sun Feb 21 19:00:01 GMT 2010. **

patch applied (ghc): Add utils/ghctags/ghc.mk

2010-02-21 Thread Ian Lynagh
Sun Feb 21 10:52:00 PST 2010 Ian Lynagh * Add utils/ghctags/ghc.mk A ./utils/ghctags/ghc.mk View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20100221185200-3fd76-5a640efdb119536d350e253f6ca6cd5e12d76615.gz ___ Cvs-ghc mailing list

patch applied (ghc): Make "make tags" work in the new build system

2010-02-21 Thread Ian Lynagh
Sun Feb 21 08:44:32 PST 2010 Ian Lynagh * Make "make tags" work in the new build system ./utils/ghctags/GhcTags.hs -> ./utils/ghctags/Main.hs M ./compiler/ghc.mk +3 M ./ghc.mk +6 A ./rules/tags-package.mk M ./utils/ghctags/Main.hs -49 +39 R ./utils/ghctags/Makefile Vi

patch applied (ghc): Remove the old hstags util

2010-02-21 Thread Ian Lynagh
Sat Feb 20 15:59:09 PST 2010 Ian Lynagh * Remove the old hstags util R ./utils/hstags/ R ./utils/hstags/Makefile R ./utils/hstags/README R ./utils/hstags/hstags-help.c R ./utils/hstags/hstags.prl R ./utils/hstags/prefix.txt View patch online: http://darcs.haskell.org/g

Re: Merge Request: LLVM Code Generator for GHC

2010-02-21 Thread Malcolm Wallace
2. The back-end has a LLVM binding of sorts, ... Should this binding be split out into a separate library? There is already a published Haskell binding for LLVM on Hackage. Does your new binding cover the same territory? Or different aspects? Could it be converted to use the existing bin