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
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
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
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
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.
**
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
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
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
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