[nightly] 30-Aug-2010 build of HEAD on i386-unknown-linux (cam-02-unx)

2010-08-30 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 Mon Aug 30 18:00:01 BST 2010. checking out new source tree

patch applied (testsuite): Make a "fast" way for the dph tests so we can still run them during validate

2010-08-30 Thread Ben Lippmeier
Mon Aug 30 20:29:29 PDT 2010 b...@ouroborus.net * Make a "fast" way for the dph tests so we can still run them during validate Setting -fno-rewrite-rules means we still test out the vectoriser, but don't spend ages optimising the generated core code. ./tests/ghc-regress/dph/diophantin

[nightly] 30-Aug-2010 build of STABLE on i386-unknown-linux (cam-02-unx)

2010-08-30 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 Mon Aug 30 18:10:01 BST 2010. checking out new source tree

[nightly] Repa Performance Test Succeeded

2010-08-30 Thread benl
Repa Performance Test Succeeded Environment Platform host: limitingfactor.cse.unsw.EDU.AU arch: i386 processor: i386 system:Darwin 10.4.0 Versions GHC The Glorious Glasgow Haskell Compilation System, version 6.12.1 GCC i686-apple-darwin10-gcc-4.2.1 (GCC) 4

[nightly] 30-Aug-2010 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2010-08-30 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 Mon Aug 30 18:00:01 BST 2010. checking out new source

[nightly] 30-Aug-2010 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2010-08-30 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 Mon Aug 30 18:10:01 BST 2010. checking out new s

patch applied (ghc): Fix warnings

2010-08-30 Thread Ben Lippmeier
Mon Aug 30 01:37:46 PDT 2010 b...@ouroborus.net * Fix warnings M ./compiler/vectorise/VectBuiltIn.hs -1 +1 M ./compiler/vectorise/VectMonad.hs -1 M ./compiler/vectorise/Vectorise/Env.hs -1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=2

patch applied (ghc): Break up vectoriser builtins module

2010-08-30 Thread Ben Lippmeier
Mon Aug 30 00:09:00 PDT 2010 b...@ouroborus.net * Break up vectoriser builtins module M ./compiler/ghc.cabal.in +2 M ./compiler/vectorise/VectBuiltIn.hs -167 +3 A ./compiler/vectorise/Vectorise/Builtins/ A ./compiler/vectorise/Vectorise/Builtins/Base.hs A ./compiler/vectoris

patch applied (ghc): Move VectCore to Vectorise tree

2010-08-30 Thread Ben Lippmeier
Sun Aug 29 22:34:15 PDT 2010 b...@ouroborus.net * Move VectCore to Vectorise tree ./compiler/vectorise/VectCore.hs -> ./compiler/vectorise/Vectorise/Vect.hs M ./compiler/ghc.cabal.in -1 +3 M ./compiler/vectorise/VectMonad.hs +1 M ./compiler/vectorise/VectType.hs -1 +1 M ./c

patch applied (ghc): Split out vectoriser environments into own module

2010-08-30 Thread Ben Lippmeier
Sun Aug 29 22:02:52 PDT 2010 b...@ouroborus.net * Split out vectoriser environments into own module M ./compiler/vectorise/VectMonad.hs -152 +1 M ./compiler/vectorise/VectType.hs +1 M ./compiler/vectorise/VectUtils.hs +2 M ./compiler/vectorise/VectVar.hs +1 A ./compiler/vect

patch applied (ghc): Comments and formatting to vectoriser, and split out varish stuff into own module

2010-08-30 Thread Ben Lippmeier
Sun Aug 29 21:27:22 PDT 2010 b...@ouroborus.net * Comments and formatting to vectoriser, and split out varish stuff into own module M ./compiler/vectorise/VectCore.hs -5 +53 M ./compiler/vectorise/VectMonad.hs +2 A ./compiler/vectorise/VectVar.hs M ./compiler/vectorise/Vectoris