Tue Jun 26 23:36:31 PDT 2007 [EMAIL PROTECTED]
* Cleaning up Hpc.c; adding support for reflection into Hpc.
M ./includes/RtsExternal.h -5 +12
M ./rts/Hpc.c -12 +9
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/lis
Tue Jun 26 23:07:21 PDT 2007 [EMAIL PROTECTED]
* Fixing Makefile hpc to use compat
M ./utils/hpc/Makefile -5 +6
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Jun 26 23:04:30 PDT 2007 [EMAIL PROTECTED]
* Adding Tix to compat library, so that hpc in utils can use it
M ./compat/Makefile +1
A ./compat/Trace/Hpc/Tix.hs
M ./compat/compat.mk -1 +2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http
Tue Jun 26 22:48:46 PDT 2007 [EMAIL PROTECTED]
* fixing creation of directory for html output; fixing html markup for 0%
bars.
M ./utils/hpc/HpcMarkup.hs -5 +15
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo
Tue Jun 26 22:38:08 PDT 2007 [EMAIL PROTECTED]
* Fixing -fhpc flag to allow -fno-hpc
M ./compiler/main/StaticFlags.hs -5 +2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Jun 26 22:51:47 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]>
* Type families: add test case for deriving of assoc data families
M ./tests/ghc-regress/indexed-types/should_compile/Deriving.hs +9
___
Cvs-ghc mailing list
Cvs-ghc@haskell.
Tue Jun 26 22:48:34 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]>
* Fixed deriving of associated data types
- We forgot to pull the data declarations nested in class instances out of
the instances when collecting all the predicates that we need derive.
Thanks to Roman for spottin
Hi Joe,
On Fri, Jun 22, 2007 at 11:19:12AM -0400, Joe Buehler wrote:
> After some fiddling, I got GHC 6.4.2 built for HPUX 11.0
> following the instructions in the porting documentation
> for building from C files generated on another machine.
Cool!
Why 6.4.2 rather than 6.6.1 by the way?
> $
Tue Jun 26 14:11:53 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* add missing case for compiling 64-bit operations on x86
M ./compiler/nativeGen/MachCodeGen.hs +11
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo
Tue Jun 26 14:10:58 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* Make the threaded RTS compilable using -fasm
We needed to turn some inline C functions and C macros into either
real C functions or C-- macros.
M ./includes/Cmm.h +2
M ./includes/OSThreads.h +14
M ./includes/SMP.h -
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 Tue Jun 26 19:30:00 BST 2007.
checki
Tue Jun 26 03:30:55 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* x86_64: fix a few bugs in the >8 floating point args case
M ./compiler/ghci/ByteCodeFFI.lhs -22 +38
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listin
Tue Jun 26 02:28:43 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* make this test a bit more robust (hopefully)
M ./tests/ghc-regress/ccall/should_run/ffi016.hs -1 +3
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listin
Sat Jun 23 13:00:06 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* make inplace scripts less sensitive to /bin/sh quoting by avoiding \
M ./compiler/Makefile -1 +1
M ./utils/ghc-pkg/Makefile -1 +1
M ./utils/hsc2hs/Makefile -1 +1
___
Cvs-ghc
Build results:
x86-64 Linux head:lost
x86 Windows head: fail (failed darcs)
x86 Windows head fast:pass pass pass pass pass pass
mnemosyne x86-64 Gentoo head: fail (failed stage1)
tnaur x86 Linux head: pass
x86-64 Linux head unreg: lost
Dropping unexpect
Tue Jun 26 00:22:19 PDT 2007 [EMAIL PROTECTED]
* excluding Trace.Hpc.* when using the compat library
M ./compat/compat.mk -1 +4
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Jun 25 22:34:29 PDT 2007 [EMAIL PROTECTED]
* Making -fhpc work with a stage1 build, via the compat 'package'.
M ./compiler/deSugar/Coverage.lhs -11 +2
M ./compiler/main/StaticFlags.hs -6 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
htt
Mon Jun 25 22:11:36 PDT 2007 [EMAIL PROTECTED]
* Adding hpc lib as part of the compat 'package'
M ./compat/Makefile +4
A ./compat/Trace/
A ./compat/Trace/Hpc/
A ./compat/Trace/Hpc/Mix.hs
A ./compat/Trace/Hpc/Util.hs
___
Cvs-ghc ma
Mon Jun 25 21:19:58 PDT 2007 [EMAIL PROTECTED]
* Cleanup Hpc sub-system, remove hpc-tracer implementation.
M ./rts/Exception.cmm -3
M ./rts/Hpc.c -280 +11
M ./rts/Schedule.c -3
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haske
19 matches
Mail list logo