[commit: haddock] ghc-7.6: Use markdown for html-test/README (a20efa0)

2012-10-17 Thread Simon Hengel
Repository : ssh://darcs.haskell.org//srv/darcs/haddock On branch : ghc-7.6 http://hackage.haskell.org/trac/ghc/changeset/a20efa02eef21b70c2cc3183217b55ce470b2826 >--- commit a20efa02eef21b70c2cc3183217b55ce470b2826 Author: Simon Heng

[commit: haddock] ghc-7.6: Update html-test/README (cbc8e78)

2012-10-17 Thread Simon Hengel
Repository : ssh://darcs.haskell.org//srv/darcs/haddock On branch : ghc-7.6 http://hackage.haskell.org/trac/ghc/changeset/cbc8e789b8b6308144ebdaf866ec202fe608647d >--- commit cbc8e789b8b6308144ebdaf866ec202fe608647d Author: Simon Heng

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

2012-10-17 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 706 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/706.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions

[nightly] 17-Oct-2012 build of STABLE on i386-unknown-linux (cam-02-unx)

2012-10-17 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 Oct 17 18:10:02 BST 2012. checking out new source tree

pgj2 (amd64 FreeBSD HEAD), build 834, Success

2012-10-17 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 834 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/834.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success touching clean-check

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

2012-10-17 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 694 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/694.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions

pgj (x86 FreeBSD HEAD), build 831, Success

2012-10-17 Thread Builder
pgj (x86 FreeBSD HEAD), build 831 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/831.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success touching clean-check fil

[nightly] 17-Oct-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2012-10-17 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 Oct 17 18:10:02 BST 2012. checking out new s

am-deb7-64 (HEAD), build 214, Failure

2012-10-17 Thread Builder
am-deb7-64 (HEAD), build 214 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/am-deb7-64/214.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success touching clean-check file

Re: Determining live registers on Cmm procedure entry?

2012-10-17 Thread Geoffrey Mainland
On 10/17/2012 04:28 PM, Simon Marlow wrote: > On 17/10/12 07:48, Geoffrey Mainland wrote: > >> Thanks for the pointers. I've already rewritten the register >> allocator, so I know where the information comes from...it just seems >> to get lost when procedures are created. I was hoping there was a >

[nightly] 17-Oct-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)

2012-10-17 Thread GHC Build Reports
Build description = HEAD (unreg) on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/HEAD-unreg-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-unreg-cam-04-unx Nightly build started on cam-04-unx at Wed Oct 17 18:20:01 BST 2012. chec

Re: Determining live registers on Cmm procedure entry?

2012-10-17 Thread Simon Marlow
On 17/10/12 07:48, Geoffrey Mainland wrote: Thanks for the pointers. I've already rewritten the register allocator, so I know where the information comes from...it just seems to get lost when procedures are created. I was hoping there was a function somewhere that could take a CmmProc and tell m

Re: Determining live registers on Cmm procedure entry?

2012-10-17 Thread Geoffrey Mainland
On 10/16/2012 06:36 PM, David Terei wrote: What is the problem you face? That you want to allow passing a dynamic number of float or double arguments? I assume you are keeping it fixed at 6 still but want to allow those 6 to be either 6 floats, 6 doubles or any other combination. (Long term is an

Re: [commit: ghc] master: Use -O0 -g C flags when compiling a debug way (9f3b927)

2012-10-17 Thread Ian Lynagh
On Wed, Oct 17, 2012 at 06:21:07AM -0700, Simon Marlow wrote: > > > > Use -O0 -g C flags when compiling a debug way > > Hmm, I think of -debug as a link-time option. Do we want it adding > flags to the C compiler too? When linking, we compile the small C file containing main. This makes that

Re: [commit: ghc] master: Use -O0 -g C flags when compiling a debug way (9f3b927)

2012-10-17 Thread Simon Marlow
On 15/10/12 14:55, Ian Lynagh wrote: Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/9f3b92789c1a7cb89fdcf30afc05d7dac66cab7b --- commit 9f3b92789c1a7cb89fdcf30a