patch applied (ghc): Fix typo in comment

2007-08-23 Thread Michael Adams
Sun Aug 5 22:06:55 PDT 2007 Michael D. Adams <[EMAIL PROTECTED]> * Fix typo in comment M ./compiler/codeGen/CgHeapery.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Added a case for non-zero arity INFO_TABLE_FUN to the Cmm parser.

2007-08-23 Thread Michael Adams
Sun Aug 5 22:00:19 PDT 2007 Michael D. Adams <[EMAIL PROTECTED]> * Added a case for non-zero arity INFO_TABLE_FUN to the Cmm parser. This is needed in order to write Main_main from pure Cmm. M ./compiler/cmm/CmmParse.y +13 ___ Cvs-ghc mailing

patch applied (ghc): Change to the Cmm syntax. Put gc_block before update_frame.

2007-08-23 Thread Michael Adams
Sun Aug 5 21:50:11 PDT 2007 Michael D. Adams <[EMAIL PROTECTED]> * Change to the Cmm syntax. Put gc_block before update_frame. This order matches the symantic order better since the GC check is done before the update frame is pushed. M ./compiler/cmm/CmmParse.y -10 +10 ___

patch applied (ghc): Fix the calling convention order in the CPS

2007-08-23 Thread Michael Adams
Sun Aug 5 21:48:11 PDT 2007 Michael D. Adams <[EMAIL PROTECTED]> * Fix the calling convention order in the CPS It now matches the order used by the existing codeGen. M ./compiler/cmm/CmmCallConv.hs -11 +12 ___ Cvs-ghc mailing list Cvs-ghc@hask

[nightly] 23-Aug-2007 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-08-23 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/HEAD-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Thu Aug 23 19:30:01 BST 2007. checki

patch applied (ghc): Regalloc stage dump in right order

2007-08-23 Thread Ben Lippmeier
Thu Aug 23 06:34:07 PDT 2007 [EMAIL PROTECTED] * Regalloc stage dump in right order M ./compiler/nativeGen/RegAllocColor.hs -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Eliminate more dead reg->reg moves in linear allocator

2007-08-23 Thread Ben Lippmeier
Thu Aug 23 06:26:14 PDT 2007 [EMAIL PROTECTED] * Eliminate more dead reg->reg moves in linear allocator M ./compiler/nativeGen/RegAllocLinear.hs -1 +9 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Handle DOA vregs when building spill stats

2007-08-23 Thread Ben Lippmeier
Thu Aug 23 05:10:09 PDT 2007 [EMAIL PROTECTED] * Handle DOA vregs when building spill stats M ./compiler/nativeGen/RegAllocStats.hs -2 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Use UniqSet instead of Data.Set

2007-08-23 Thread Ben Lippmeier
Thu Aug 23 02:48:19 PDT 2007 [EMAIL PROTECTED] * Use UniqSet instead of Data.Set M ./compiler/nativeGen/RegArchBase.hs -29 +42 M ./compiler/nativeGen/RegArchX86.hs -15 +14 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/ma

patch applied (ghc): comment wibble

2007-08-23 Thread Ben Lippmeier
Wed Aug 22 10:11:28 PDT 2007 [EMAIL PROTECTED] * comment wibble M ./compiler/nativeGen/RegAllocColor.hs -9 +9 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Refactor cmmNativeGen so dumps can be emitted inline with NCG stages

2007-08-23 Thread Ben Lippmeier
Wed Aug 22 10:04:12 PDT 2007 [EMAIL PROTECTED] * Refactor cmmNativeGen so dumps can be emitted inline with NCG stages M ./compiler/main/CodeOutput.lhs -3 +3 M ./compiler/main/DynFlags.hs -3 +3 M ./compiler/main/ErrUtils.lhs -6 +8 M ./compiler/nativeGen/AsmCodeGen.lhs -271 +178

patch applied (ghc): Improve handling of inline pragmas, esp where type applications are involved

2007-08-23 Thread Simon Peyton Jones
Thu Aug 23 08:20:27 PDT 2007 [EMAIL PROTECTED] * Improve handling of inline pragmas, esp where type applications are involved See the definition of splitInlineCont for what this is about. Cures Trac #1627. Test is simpl017 M ./compiler/simplCore/SimplUtils.lhs -6 +28 M ./

patch applied (ghc): Add comments about ModGuts instance envts (and re-order fields)

2007-08-23 Thread Simon Peyton Jones
Wed Aug 22 08:41:46 PDT 2007 [EMAIL PROTECTED] * Add comments about ModGuts instance envts (and re-order fields) M ./compiler/main/HscTypes.lhs -10 +15 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): fix syntax errors

2007-08-23 Thread Simon Marlow
Thu Aug 23 07:32:36 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * fix syntax errors M ./tests/ghc-regress/rts/all.T -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): count a syntax error in a .T file as a framework failure

2007-08-23 Thread Simon Marlow
Thu Aug 23 07:27:14 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * count a syntax error in a .T file as a framework failure M ./driver/runtests.py +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Windows-specific output no longer required

2007-08-23 Thread Simon Marlow
Thu Aug 23 04:16:53 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * Windows-specific output no longer required R ./tests/ghc-regress/lib/Directory/getPermissions001.stdout-i386-unknown-mingw32 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.

Re: GHC hacking in Windows -> too much pain

2007-08-23 Thread Claus Reinke
* I found out, when building with 6.7, that gmp.h is not installed during build, nor during install. I'll look into this. trying to build head with 6.6.1 fails for me (cygwin shell, mingw gcc tools, win/xp) with: .. config.status: creating gmp.h .. -

patch applied (ghc): When installing, get libgmp.a from the right place

2007-08-23 Thread Ian Lynagh
Wed Aug 22 19:19:40 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * When installing, get libgmp.a from the right place M ./gmp/Makefile -4 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Put a space between gcc and its arguments when calling windres

2007-08-23 Thread Ian Lynagh
Wed Aug 22 19:19:14 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Put a space between gcc and its arguments when calling windres M ./compiler/main/SysTools.lhs -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo

patch applied (ghc): windres is in bin/, not the top-level directory

2007-08-23 Thread Ian Lynagh
Wed Aug 22 19:18:50 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * windres is in bin/, not the top-level directory M ./compiler/main/SysTools.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): In bindisttest, don't try to configure/install the bindist on Windows

2007-08-23 Thread Ian Lynagh
Wed Aug 22 19:18:23 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * In bindisttest, don't try to configure/install the bindist on Windows M ./bindisttest/Makefile -1 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinf

patch applied (ghc): FIX #1626: needed to export hs_hpc_rootModule

2007-08-23 Thread Simon Marlow
Thu Aug 23 04:28:14 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX #1626: needed to export hs_hpc_rootModule M ./rts/Linker.c +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): getDirContents001 needs -fno-gen-manifest

2007-08-23 Thread Simon Marlow
Wed Aug 22 00:59:24 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * getDirContents001 needs -fno-gen-manifest M ./tests/ghc-regress/lib/Directory/all.T -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: multicore tests

2007-08-23 Thread Simon Marlow
Manuel M T Chakravarty wrote: What is involved in making the testsuite and in particular the fast run used in validate to be able to use multiple threads? It's quite frustrating to wait around while my CPU is half idle. See http://hackage.haskell.org/trac/ghc/ticket/1558 The main problem is

Daily report for head

2007-08-23 Thread BuildBot Collator
Build results: x86-64 Linux head: fail (failed stage2 failed slave lost) x86 Windows head fast: pass pass gabor head:pass kahl G5 Gentoo Linux head: fail (failed stage2) macgyver PPC OSX head: fail (failed stage1) tnaur PPC OSX head:pass tnaur x86 Linux head: