pgj-freebsd-i386-stable, build 29
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/29.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booti
pgj2, build 75
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/75.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
configuring
merehap, build 37
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/merehap/37.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
configu
pgj, build 77
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/77.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
configuring
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 Mon Jun 28 18:10:01 BST 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 Mon Jun 28 18:00:02 BST 2010.
checking out
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 Mon Jun 28 19:00:01 BST 2010.
**
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 Mon Jun 28 19:10:01 BST 20
tn23, build 70
Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/70.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
configuring
On Mon, Jun 28, 2010 at 09:52:22AM +0100, Simon Marlow wrote:
> >After some more poor man's debugging (sprinkling some puts(3) into
> >rts/posix/Signals.c), the problem seems to be that ioManagerDie()
> >assumes that writing that `kill byte' (IO_MANAGER_DIE) wakes the
> >service loop immediately, a
Mon Jun 28 11:29:49 PDT 2010 David Terei
* LLVM: Use intrinsic functions for pow, sqrt, sin, cos
Instead of calling the C library for these Cmm functions
we use intrinsic functions provided by llvm. LLVM will
then either create a compile time constant if possible, or
use a cpu instru
Mon Jun 28 09:52:56 PDT 2010 David Terei
* LLVM: Fix test '2047' under linux-x64
M ./compiler/llvmGen/LlvmCodeGen/Base.hs -5 +5
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100628165256-e1038-100bad8f005927ff3427c68176afaca9fbc26a9d.gz
___
simonmar-win32-head, build 71
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/71.html
darcs checkout | Failure: 2
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/71.html
darcs failed: Not a repository: x:/ghc-hash
simonmar-win32-stable, build 60
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/60.html
darcs checkout | Failure: 2
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/60.html
darcs failed: Not a repository: x:/gh
Mon Jun 28 08:53:55 PDT 2010 David Terei
* LLVM: Fix test 'ffi005' under linux-x64
M ./compiler/llvmGen/LlvmCodeGen/CodeGen.hs -2 +2
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100628155355-e1038-5072dc03a42fb35c66e876cdd03e07ff6301011a.gz
Mon Jun 28 07:40:37 PDT 2010 David Terei
* LLVM: Update to use new fp ops introduced in 2.7
M ./compiler/llvmGen/Llvm/Types.hs -5 +14
M ./compiler/llvmGen/LlvmCodeGen/CodeGen.hs -4 +4
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=201006281
sparky, build 42
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/sparky/42.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
configuri
Mon Jun 28 04:51:20 PDT 2010 David Terei
* Add noalias and nocapture attributes to pointer stg registers
At the moment this gives a very slight performance boost of around 1 - 2%.
Future changes to the generated code though so that pointers are kept as
pointers more often instead of be
Mon Jun 28 02:05:36 PDT 2010 Simon Marlow
* during shutdown, only free the heap if we waited for foreign calls to exit
M ./rts/RtsStartup.c -2 +5
M ./rts/sm/Storage.c -2 +2
M ./rts/sm/Storage.h -1 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_co
Sun Jun 20 00:07:59 PDT 2010 shelarcy
* Fix typo in -ddump-pass's document.
M ./docs/users_guide/debugging.xml -2 +2
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100620070759-c1071-017874cca6bba3ae665acc95f7e02b74e5fc1bc4.gz
__
Thu Jun 24 09:35:14 PDT 2010 d...@rice.edu
* Add #undefs for posix source symbols when including papi.h
Validation fails when validating with PAPI support (i.e. GhcRtsWithPapi = YES
in validate.mk). The problem is that the posix symbols are defined by a
header
included from papi.h. C
simonmar-win32-head, build 70
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/70.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting
On 27/06/2010 20:00, Matthias Kilian wrote:
[sorry for constantly replying to myself...]
On Sat, Jun 26, 2010 at 10:42:02AM +0200, Matthias Kilian wrote:
However, the munmaps happen after what looks like GHC cleanup. For
example this comes before the munmaps:
[...]
then, after some more stuff
merehap, build 36
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/merehap/36.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
configu
pgj-freebsd-amd64-stable, build 28
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/28.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
boo
25 matches
Mail list logo