BTW, I checked the compile times before and after this patch against the
"real" fragment of nofib. No difference large enough to stand out of the
noise.
Ben.
Ben Lippmeier wrote:
Sun Oct 18 01:38:53 PDT 2009 ben.lippme...@anu.edu.au
* Merge RtsLabelInfo.Rts* with RtsLabelInfo.Rts*FS
I
Fri Nov 6 01:08:50 PST 2009 ben.lippme...@anu.edu.au
* validate fixes
M ./compiler/cmm/CLabel.hs +1
M ./compiler/codeGen/StgCmmHeap.hs -1 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091106090850-43c66-b9925c04c3c58eef285707a7173179e80c2ee06a.gz
___
Thu Nov 5 21:08:24 PST 2009 ben.lippme...@anu.edu.au
* Add missing CgExtCode to ghc.cabal.in
M ./compiler/ghc.cabal.in +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091106050824-43c66-fd97e35f42026f687b65cfc4b0de92d7bdd55a50.gz
__
Thu Nov 5 19:05:30 PST 2009 ben.lippme...@anu.edu.au
* * Refactor CLabel.RtsLabel to CLabel.CmmLabel
The type of the CmmLabel ctor is now
CmmLabel :: PackageId -> FastString -> CmmLabelInfo -> CLabel
- When you construct a CmmLabel you have to explicitly say what
package i
Wed Oct 21 18:01:05 PDT 2009 ben.lippme...@anu.edu.au
* Add missing case to externallyVisibleCLabel
Ignore-this: 810bbf0da6fd16ab1dfd27aa605b1fd9
M ./compiler/cmm/CLabel.hs +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091022010105-43c66-94fb628a7822daa415489da12f83
Sun Oct 18 03:53:16 PDT 2009 ben.lippme...@anu.edu.au
* Add CLabel.CmmLabel and start refactoring
Ignore-this: 1c56994851c6d529687bf935b591eaed
M ./compiler/cmm/CLabel.hs -134 +194
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091018105316-43c66-6d0ce98e91bec2eac5f4147
Sun Oct 18 02:25:04 PDT 2009 ben.lippme...@anu.edu.au
* Haddockify and clean up commenting
Ignore-this: 7e0120fb9ef5bb4744ce8e462cb5bb8b
M ./compiler/cmm/CLabel.hs -61 +70
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091018092504-43c66-369dcbdc662b038652ddb339fd0f27a9
Sun Oct 18 01:38:53 PDT 2009 ben.lippme...@anu.edu.au
* Merge RtsLabelInfo.Rts* with RtsLabelInfo.Rts*FS
Ignore-this: 52cfab81e0ca82c25a9b6b88a9dce94a
M ./compiler/cmm/CLabel.hs -92 +47
M ./compiler/cmm/CmmBuildInfoTables.hs -2 +2
M ./compiler/cmm/CmmCPSGen.hs -2 +2
M ./compil
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 Sun Nov 8 19:00:01 GMT 2009.
***
On 11/8/09, Ian Lynagh wrote:
>
> Hi Tim,
>
>
> On Sun, Sep 27, 2009 at 04:15:24PM -0700, Tim Chevalier wrote:
> >
> > I've uploaded the External Core library (currently living under
> > utils/ext-core in the GHC build tree) to Hackage, as mentioned in my
> > most recent commit. (http://hack
Sun Nov 8 04:02:04 PST 2009 Ian Lynagh
* Tell ghc-cabal what strip program to use
M ./ghc.mk +1
M ./utils/ghc-cabal/ghc-cabal.hs -6 +14
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091108120204-3fd76-80a93e23edb3dab47b4eda400a0384b072873662.gz
__
On Sun, Nov 08, 2009 at 08:08:12PM +0100, Matthias Kilian wrote:
> Date: Sun, 8 Nov 2009 20:08:12 +0100 (CET)
> Message-Id: <200911081908.na8j8cwb031...@nutty.outback.escape.de>
> To: cvs-ghc@haskell.org
> From: Matthias Kilian
> Subject: darcs patch: Don't try to redefine ELF types
>
> Sun Nov
Sun Nov 8 18:48:50 CET 2009 Matthias Kilian
* Don't try to redefine ELF types
At least on OpenBSD, ELFCLASS and all the Elf_* and ELF_* stuff is
already defined (in sys/exec_elf.h, which is included from elf_abi.h).
Hopefully, using Elf_Addr as a sentinel is enough to not break the bu
Sun Nov 8 20:01:39 CET 2009 Matthias Kilian
* Don't try to rebuild compiler/primop-*.hs-incl when BootingFromHc
New patches:
[Don't try to rebuild compiler/primop-*.hs-incl when BootingFromHc
Matthias Kilian **20091108190139
Ignore-this: 5e6a6ceea33c361213cef5bacee7eda6
] {
hunk ./compiler/
Hi Tim,
On Sun, Sep 27, 2009 at 04:15:24PM -0700, Tim Chevalier wrote:
>
> I've uploaded the External Core library (currently living under
> utils/ext-core in the GHC build tree) to Hackage, as mentioned in my
> most recent commit. (http://hackage.haskell.org/package/extcore-0.2).
Great!
> I su
Sun Nov 8 12:08:27 CET 2009 Matthias Kilian
* Some rules for booting from hc files
New patches:
[Some rules for booting from hc files
Matthias Kilian **20091108110827
Ignore-this: bf6a3f7db25010b2de013f98377cbd92
] hunk ./rules/cmm-suffix-rules.mk 51
endif
+## For booting from .hc file
Sun Nov 8 12:02:25 CET 2009 Matthias Kilian
* When booting from HC files, search includes for headers
New patches:
[When booting from HC files, search includes for headers
Matthias Kilian **20091108110225
Ignore-this: 97b69c0fe499f8c1cbbd8cbf92589e11
] hunk ./ghc.mk 1041
endif
ifeq "$(B
Sun Nov 8 04:02:04 PST 2009 Ian Lynagh
* Tell ghc-cabal what strip program to use
M ./ghc.mk +1
M ./utils/ghc-cabal/ghc-cabal.hs -6 +14
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091108120204-3fd76-80a93e23edb3dab47b4eda400a0384b072873662.gz
___
Sat Nov 7 17:15:46 PST 2009 Ian Lynagh
* Remove ext-core
It is now a separately maintained package, available from hackage:
http://hackage.haskell.org/package/extcore
M ./utils/Makefile -1
R ./utils/ext-core/
R ./utils/ext-core/Driver.hs
R ./utils/ext-core/LICENSE
R ./
On Wed, Oct 21, 2009 at 04:30:28PM +, Simon Peyton-Jones wrote:
>
> http://hackage.haskell.org/trac/ghc/wiki/Building/Preparation/Windows
That's:
http://hackage.haskell.org/trac/ghc/wiki/Building/Preparation/Windows?action=diff&version=8&old_version=5
> And indeed, the ticket records a
Build results:
tnaur PPC OSX stable 2: fail (failed compile)
tnaur x86 OS X stable: pass
x86 Linux stable:lost
x86 Windows stable: fail (failed compile)
x86 Windows stable fast: fail (failed boottestsuite runtestsuite) fail (failed
boottestsuite runtestsuite) fail (failed boottest
Build results:
x86-64 Linux head: pass
x86 Windows head:fail (failed compile)
x86 Windows head fast: fail (failed boottestsuite runtestsuite) fail (failed
boottestsuite runtestsuite) fail (failed boottestsuite runtestsuite) pass pass
pass
x86-64 Linux head unreg: pass
Old unexpe
22 matches
Mail list logo