pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 382
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/382.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting versi
pgj2 (amd64 FreeBSD HEAD), build 517
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/517.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting
pgj (x86 FreeBSD HEAD), build 519
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/519.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Su
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 Oct 31 18:00:01 GMT 2011.
checking out new source
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 Oct 31 18:10:01 GMT 2011.
checking out new s
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3955077fd55d8190da6c26ffa750b473831755ce
>---
commit 3955077fd55d8190da6c26ffa750b473831755ce
Author: Duncan Coutts
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 385
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/385.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting
Windows build fails thus:
"inplace/bin/ghc-stage1.exe" -optc-Wall -optc-Werror -optc-Wall -optc-Wextra
-optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations
-optc-Winline -optc-Waggregate-return -optc-Wpointer-arith
-optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wr
On Mon, Oct 31, 2011 at 01:17:02PM -0600, Paul Monday wrote:
>
> Addition of these vectorization functions is going to require some new
> MachOps, once I add a new MachOp, all of the code generators want to know
> about the new MachOp as well
But what's the problem with just not implementing th
simonmar-win32-head (x86 Windows HEAD), build 431
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/431.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Suc
The compile time is not the issue.
I'm working on adding SIMD instructions and experimenting with the LLVM side of
things (adding new primtypes / primops). I really just want to add
instructions to the LLVM generation for now and leave native SIMD/SSE
instructions to someone else.
Addition of
On Mon, Oct 31, 2011 at 12:52:59PM -0600, Paul Monday wrote:
> Yeah, I was tracking down the unregistered build semantics ….
>
> Unfortunately, this simply says to the compiler:
> "Don't build USING asm because I'm building on an architecture I don't know",
> it doesn't say "don't build asm (nati
Yeah, I was tracking down the unregistered build semantics ….
Unfortunately, this simply says to the compiler:
"Don't build USING asm because I'm building on an architecture I don't know",
it doesn't say "don't build asm (native code generation)".
Perhaps if I unentangle it from compiler/ghc.cab
simonmar-win32-stable (x86 Windows STABLE), build 364
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/364.html
git clone | Failure: Just (ExitFailure 128)
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/364.html
Check out this page:
http://hackage.haskell.org/trac/ghc/wiki/Building/Unregisterised
You don't want to do a full unregisterised build if you can avoid it
(although its a viable option) but it gives you a starting point, I
don't know how just putting:
GhcWithNativeCodeGen=NO
in your mk/build.mk
Done.
On 31 October 2011 10:01, Dimitrios Vytiniotis wrote:
>
> Hi everyone, it would be useful for someone to reproduce the instructions or
> add the link:
> http://help.github.com/set-your-user-name-email-and-github-token/
> somewhere in the developer wiki. (where?) I've forgotten to
Hmmm, it's more complex then that. Maybe I need to step back and look
differently at this.
I'm adding a series of primops/primtypes that I only care about, for now, being
in the LLVM code generation branch. Someone else will worry about the other
code generation paths.
Is the native code gen
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-constraint-solver
http://hackage.haskell.org/trac/ghc/changeset/b4c4633391e069e5cbe463f2762729fd5fec61d2
>---
commit b4c4633391e069e5cbe463f2762729fd5fec61d2
Author:
tn23 (x86 OSX HEAD), build 473
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/473.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Succ
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-kinds
http://hackage.haskell.org/trac/ghc/changeset/0829edf792df3eb142e3db430caa80828cd721fb
>---
commit 0829edf792df3eb142e3db430caa80828cd721fb
Author: Jose Pedro M
On 31 October 2011 15:04, Simon Peyton Jones wrote:
> lintCoercion (UnsafeCo ty1 ty2)
> - = do { ty1' <- lintInTy ty1
> - ; ty2' <- lintInTy ty2
> + = do { ty1' <- lintType ty1
> + ; ty2' <- lintType ty2
> ; return (ty1', ty2') }
Really?
This might have changed on the ghc-k
On Oct 31, 2011, at 7:31 AM, Simon Marlow wrote:
> On 28/10/2011 16:27, Knut Halvor Skrede wrote:
>> Hi,
>>
>> I have been trying to dump Core to an alternative format for a while now.
>>
>> I started trying to use the compileToCoreSimplifed function and
>> traversing the resulting CoreModule,
On Mon, Oct 31, 2011 at 02:46:33PM +, Simon Marlow wrote:
> On 31/10/2011 13:41, Ian Lynagh wrote:
> >On Fri, Oct 28, 2011 at 05:22:23AM -0700, Duncan Coutts wrote:
> >>
> >>+ int nNodes;
> >>+RtsFlags.ParFlags.nNodes = (nat)nNodes;
> >
> >Is there a reason Rts
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-kinds
http://hackage.haskell.org/trac/ghc/changeset/abdbcf7b194c413a1cf51670eea8dfaacdbd030a
>---
commit abdbcf7b194c413a1cf51670eea8dfaacdbd030a
Author: Simon Peyton
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-kinds
http://hackage.haskell.org/trac/ghc/changeset/28bac4f9884e44f79e4edd04fa9740d35bdf550f
>---
commit 28bac4f9884e44f79e4edd04fa9740d35bdf550f
Author: Simon Peyton
On 31/10/2011 13:41, Ian Lynagh wrote:
On Fri, Oct 28, 2011 at 05:22:23AM -0700, Duncan Coutts wrote:
+ int nNodes;
+RtsFlags.ParFlags.nNodes = (nat)nNodes;
Is there a reason RtsFlags.ParFlags.nNodes shouldn't be an int?
What would a negative number mea
On 28/10/2011 16:27, Knut Halvor Skrede wrote:
Hi,
I have been trying to dump Core to an alternative format for a while now.
I started trying to use the compileToCoreSimplifed function and
traversing the resulting CoreModule,
however, I was unable to figure out how this datastructure mapped to
On 28/10/2011 13:21, Duncan Coutts wrote:
On Thu, 2011-10-27 at 09:12 +0100, Simon Marlow wrote:
On 26/10/2011 21:45, David Terei wrote:
Hi Duncan,
On 26 October 2011 06:05, Duncan Coutts wrote:
I don't understand this. Is it required that we mark Data.Trace as
unsafe? Why is it not just le
On Fri, Oct 28, 2011 at 05:22:23AM -0700, Duncan Coutts wrote:
>
> + int nNodes;
> +RtsFlags.ParFlags.nNodes = (nat)nNodes;
Is there a reason RtsFlags.ParFlags.nNodes shouldn't be an int?
Thanks
Ian
___
Cvs-ghc ma
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-kinds
http://hackage.haskell.org/trac/ghc/changeset/d694748d1669037531d171a5eed54382f165c169
>---
commit d694748d1669037531d171a5eed54382f165c169
Author: Jose Pedro M
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-kinds
http://hackage.haskell.org/trac/ghc/changeset/7f5db30bb0f5f7a9383e91a8ed616a7f6fba5367
>---
commit 7f5db30bb0f5f7a9383e91a8ed616a7f6fba5367
Author: Jose Pedro M
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-kinds
http://hackage.haskell.org/trac/ghc/changeset/0034b5a61c984e7ace966dd6a5b87338aed9ab96
>---
commit 0034b5a61c984e7ace966dd6a5b87338aed9ab96
Author: Jose Pedro M
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-kinds
http://hackage.haskell.org/trac/ghc/changeset/563d3230c6278fd46c59f3f0d71a65ed62c71116
>---
commit 563d3230c6278fd46c59f3f0d71a65ed62c71116
Author: Jose Pedro M
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-kinds
http://hackage.haskell.org/trac/ghc/changeset/ab2fe65716a0fa31e6e4403cffa1307e57d4c99b
>---
commit ab2fe65716a0fa31e6e4403cffa1307e57d4c99b
Author: Jose Pedro M
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-kinds
http://hackage.haskell.org/trac/ghc/changeset/40a4843d02d0bd912a63c9c68ae87d2e70b1
>---
commit 40a4843d02d0bd912a63c9c68ae87d2e70b1
Author: Jose Pedro M
On Sat, 2011-10-29 at 11:01 +, Simon Peyton-Jones wrote:
> Windows build failure in HEAD
>
> "inplace/bin/ghc-stage1.exe" -optc-Wall -optc-Werror -optc-Wall -optc-Wextra
> -optc-Wstrict-prototypes -optc-Wmissing-prototypes
> -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d518e8f1a6f111575aba37bb0b0ba00168ad7fcd
>---
commit d518e8f1a6f111575aba37bb0b0ba00168ad7fcd
Author: Duncan Coutts
New patches in /srv/darcs/git-mirrors/Cabal
commit d7384a6125b55d108cc14ab00207cbef3e15b4cd
Author: Duncan Coutts
Date: Wed Oct 26 20:43:46 2011 +
Bump major version to 1.13
Since 1.12 got released with ghc-7.2.x
commit 52285df0a921cd9ad8de5a135e8d43d464209d88
Author: Johan Tibel
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c439818a1ac494baeed5706922c4292e44cdaa49
>---
commit c439818a1ac494baeed5706922c4292e44cdaa49
Author: Manuel M T Chak
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a39afe498c589b33ae258c3fb58ed14f1aba84d8
>---
commit a39afe498c589b33ae258c3fb58ed14f1aba84d8
Author: Manuel M T Chak
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f05b36dc618ef52c7420b993a46e5d0a0d04e269
>---
commit f05b36dc618ef52c7420b993a46e5d0a0d04e269
Author: Manuel M T Chak
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/585c354d71d5cdd75137920d6570ce0f441be129
>---
commit 585c354d71d5cdd75137920d6570ce0f441be129
Author: Manuel M T Chak
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/44334d44ea7ca06912e2d54779d15aafc2c772ce
>---
commit 44334d44ea7ca06912e2d54779d15aafc2c772ce
Author: Manuel M T Chak
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b03e62fcdbedee6bfcee52ffb519b34e8bc1b640
>---
commit b03e62fcdbedee6bfcee52ffb519b34e8bc1b640
Author: Manuel M T Chak
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 398
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/398.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting v
45 matches
Mail list logo