pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 190, Success

2011-03-23 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 190 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/190.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions

pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 173, Success

2011-03-23 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 173 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/173.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | S

[nightly] 23-Mar-2011 build of STABLE on i386-unknown-linux (cam-02-unx)

2011-03-23 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx) 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 Wed Mar 23 18:10:01 GMT 2011. checking out new source tree

[nightly] 23-Mar-2011 build of HEAD on i386-unknown-linux (cam-02-unx)

2011-03-23 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx) 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 Wed Mar 23 18:00:01 GMT 2011. checking out new source tree

pgj2 (amd64 FreeBSD HEAD), build 308, Success

2011-03-23 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 308 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/308.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | Success setting version date | Succ

simonmar-win32-head (x86 Windows HEAD), build 268, Success

2011-03-23 Thread Builder
simonmar-win32-head (x86 Windows HEAD), build 268 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/268.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | Success set

pgj (x86 FreeBSD HEAD), build 310, Success

2011-03-23 Thread Builder
pgj (x86 FreeBSD HEAD), build 310 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/310.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | Success setting version date | Success

simonmar-win32-stable (x86 Windows STABLE), build 203, Failure

2011-03-23 Thread Builder
simonmar-win32-stable (x86 Windows STABLE), build 203 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/203.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date

patch applied (ghc): Document new hsc2hs flags, and use the --cross-safe flag when we're compiling

2011-03-23 Thread Ian Lynagh
Wed Mar 23 14:16:51 PDT 2011 Ian Lynagh * Document new hsc2hs flags, and use the --cross-safe flag when we're compiling Patch from Brian Bloniarz M ./docs/users_guide/utils.xml +51 M ./mk/config.mk.in +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs

kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 168, Success

2011-03-23 Thread Builder
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 168 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/168.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions

[nightly] 23-Mar-2011 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2011-03-23 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx) 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 Wed Mar 23 18:00:01 GMT 2011. checking out new source

[nightly] 23-Mar-2011 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2011-03-23 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx) 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 Wed Mar 23 18:10:01 GMT 2011. checking out new s

sparky-unreg (Sparc Solaris unreg HEAD), build 68, Failure

2011-03-23 Thread Builder
sparky-unreg (Sparc Solaris unreg HEAD), build 68 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/sparky-unreg/68.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success boot

tn23 (x86 OSX HEAD), build 289, Success

2011-03-23 Thread Builder
tn23 (x86 OSX HEAD), build 289 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/289.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | Success setting version date | Success bo

[nightly] DPH Performance Test Succeeded

2011-03-23 Thread DPH Buildbot
Full logs at http://log.ouroborus.net/limitingfactor/dph Environment Platform host: limitingfactor.cse.unsw.EDU.AU arch: i386 processor: i386 system:Darwin 10.6.0 Versions GHC The Glorious Glasgow Haskell Compilation System, version 7.0.1 GCC i686-apple-da

Re: darcs patch: Immediately tag initialization code to prevent untagge...

2011-03-23 Thread Edward Z. Yang
I made a different change, which, with constant folding, should be just as good: allocate a new register, so everything is kept in SSA. I've sent the updated patch. One infelicity is that the inliner doesn't seem to manage to inline: Y = Hp + 4 Z = Y + 1 R1 = Z into R1 = Hp + 5