[nightly] 20-Feb-2010 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2010-02-20 Thread GHC Build Reports
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 Sat Feb 20 18:10:01 GMT 2010. checki

[nightly] 20-Feb-2010 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2010-02-20 Thread GHC Build Reports
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 Sat Feb 20 18:00:01 GMT 2010. checking out

[nightly] 20-Feb-2010 build of STABLE on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-02-20 Thread GHC Build Reports
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 Sat Feb 20 19:10:01 GMT 20

[nightly] 20-Feb-2010 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-02-20 Thread GHC Build Reports
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 Sat Feb 20 19:00:01 GMT 2010. **

patch applied (ghc-6.12/ghc): Check for suitable versions of make in bindists; fixes trac #3860

2010-02-20 Thread Ian Lynagh
Sat Feb 20 13:11:57 PST 2010 Ian Lynagh * Check for suitable versions of make in bindists; fixes trac #3860 We already had a check in configure of the actual build. This patch adds it to the configure of the bindists too. M ./distrib/configure.ac.in +19 View patch online: http://darcs

patch applied (ghc): Check for suitable versions of make in bindists; fixes trac #3860

2010-02-20 Thread Ian Lynagh
Sat Feb 20 13:11:57 PST 2010 Ian Lynagh * Check for suitable versions of make in bindists; fixes trac #3860 We already had a check in configure of the actual build. This patch adds it to the configure of the bindists too. M ./distrib/configure.ac.in +19 View patch online: http://darcs

Re: Merge Request: LLVM Code Generator for GHC

2010-02-20 Thread David Peixotto
Hi David, This looks like great work! Thanks for making this contribution available. I followed your instructions and was able to get the llvm backend up and running. Just a few comments. 1) It would be nice if -ddump-llvm implies -fllvm. My first test was to try -ddump-llvm and it produced no

{darcs,hackage,cvs}.haskell.org, monk.galois.com

2010-02-20 Thread Ian Lynagh
Hi all, monk is just days away from being turned off, so if you want to get anything off of it before that happens, you need to do it now. More information here: http://www.haskell.org/pipermail/haskell/2010-January/021861.html Thanks Ian ___ Cvs-gh

Re: Merge Request: LLVM Code Generator for GHC

2010-02-20 Thread Ian Lynagh
On Fri, Feb 19, 2010 at 01:25:58PM +1100, Manuel M T Chakravarty wrote: > David wrote, > > > 2. The back-end has a LLVM binding of sorts, this binding is similar in > > design to say the Cmm representation used in GHC. It represents the LLVM > > Assembly language using a collection of data types