Looks good.
Edward
Excerpts from Austin Seipp's message of Tue Dec 18 01:34:44 +0800 2012:
> Hi,
>
> The attached patch renames the various '*-cmmz-*' flags to '*-cmm-*'
> now that the new backend is live. It also fixes some inconsistencies;
> namely, there were flags like -ddump-cmmz-rewrite, v
d Z. Yang
Date: Tue Nov 6 23:18:37 2012 -0800
Follow changes in dependency generation.
Signed-off-by: Edward Z. Yang
>---
mk/ghc-target.mk |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/
d Z. Yang
Date: Wed Sep 26 15:09:37 2012 -0700
Tweak #367 tests to use -fno-omit-yields and expect passes.
Signed-off-by: Edward Z. Yang
>---
tests/concurrent/should_run/all.T |4 ++--
1 files changed, 2 inse
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d3128bfc286002862e916296629a22f1ce987e4e
>---
commit d3128bfc286002862e916296629a22f1ce987e4e
Author: Edward Z. Y
d Z. Yang
Date: Tue Sep 25 12:12:26 2012 -0700
Add support for per-test timeout adjustment (timeout_multiplier), and
tighten up #367 test.
Signed-off-by: Edward Z. Yang
>---
driver/testglobals.py
d Z. Yang
Date: Mon Sep 24 14:39:38 2012 -0700
Failing (by timeout) tests for #367.
Signed-off-by: Edward Z. Yang
>---
tests/concurrent/should_run/367.hs | 10
.../should_run/367.
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d8b48bab54316cf2c36c50f7f0a68087c01dee20
>---
commit d8b48bab54316cf2c36c50f7f0a68087c01dee20
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/921ccf7cc0a346999073076017af1d4bc82e888c
>---
commit 921ccf7cc0a346999073076017af1d4bc82e888c
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3e63df8732b3e8556c32c060a114e997c990ccd7
>---
commit 3e63df8732b3e8556c32c060a114e997c990ccd7
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/529b0ae11c0ef2c2f1ba37050d5d0a5469a24ed3
>---
commit 529b0ae11c0ef2c2f1ba37050d5d0a5469a24ed3
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7ec83bc3c725622c8724aa0cce8844ce38528e5f
>---
commit 7ec83bc3c725622c8724aa0cce8844ce38528e5f
Author: Edward Z. Y
Hello all,
I'm attempting to run the nofib suite with HEAD, and I'm getting
loads of "cannot find module" errors. They mostly go away if I pass
--make. Anyone seen this before / can reproduce?
Edward
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http:
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/9213fc968a56fb671efc4d091ace236b18dec541
>---
commit 9213fc968a56fb671efc4d091ace236b18dec541
Author: Edward Z. Y
+1 to this proposal.
Edward
Excerpts from Max Bolingbroke's message of Tue Aug 02 10:01:44 -0400 2011:
> Hi GHCers,
>
> As far as I can tell, darcs.haskell.org does not use fast HTTP cloning
> for the GHC git repository. This means that:
> 1. Cloning the repository over HTTP taking ~7 minutes
dynlibs T3807 [bad exit code] (normal)
indexed-types/should_compile T3017 [stderr mismatch] (normal)
indexed-types/should_fail NoMatchErr [stderr mismatch] (normal)
indexed-types/should_fail T2544 [stderr mismatch] (normal)
indexed-types/should_fail
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2088abaf4173090e343b521dc89d622936fba850
>---
commit 2088abaf4173090e343b521dc89d622936fba850
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/73523d2f7e24937e8aa494200bcb65c1101bba99
>---
commit 73523d2f7e24937e8aa494200bcb65c1101bba99
Author: Edward Z. Y
Curious. This was a fresh devel2 build as well on x86-32
Excerpts from Ian Lynagh's message of Sun Jul 17 11:44:09 -0400 2011:
> On Sun, Jul 17, 2011 at 07:44:23AM -0400, Edward Z. Yang wrote:
> > Here's one example. I'm seeing several dozens of these failures.
> >
Here's one example. I'm seeing several dozens of these failures.
cd . && HC='/home/ezyang/Dev/ghc-build-master-devel2/inplace/bin/ghc-stage2'
HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf
-rtsopts ' '/home/ezyang/Dev/ghc-build-master-devel2/inplace/bin/ghc-stage2'
--i
Approve.
Cheers,
Edward
Excerpts from David Terei's message of Mon Jul 11 17:44:45 -0400 2011:
> Hi All,
>
> I've been doing some work on the testsuite recently and developed a
> minor annoyance. The test cases all reside in 'tests/ghc-regress'. The
> 'tests' directory itself only contains the s
Pushed.
Excerpts from Simon Marlow's message of Tue Jul 05 08:37:30 -0400 2011:
> On 05/07/11 13:19, Edward Z. Yang wrote:
> > I was puzzled why, post this commit, things werent' compiling. That's
> > cuz we haven't ported this to the new codegen yet. I
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/82c9f3f0f42e917b113d2174f468e86074b895cc
>---
commit 82c9f3f0f42e917b113d2174f468e86074b895cc
Author: Edward Z. Y
I was puzzled why, post this commit, things werent' compiling. That's
cuz we haven't ported this to the new codegen yet. I'll do this some time
this week.
Edward
Excerpts from Simon Marlow's message of Tue Jun 28 16:30:43 -0400 2011:
> Repository : ssh://darcs.haskell.org//srv/darcs/ghc
>
> On
Sounds like something that could use a GHC Trac feature request.
Edward
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
d Z. Yang
Date: Tue Jun 28 08:20:50 2011 -0400
Another variant of hashStr, this one caught a Hoopl bug.
Signed-off-by: Edward Z. Yang
>---
tests/ghc-regress/codeGen/should_compile/all.T |1 +
.../cgrun
"cp" utils/ghc-cabal/dist/build/tmp/ghc-cabal inplace/bin/ghc-cabal
"rm" -f utils/ghc-pkg/Version.hs
echo "module Version where">> utils/ghc-pkg/Version.hs
echo "version, targetOS, targetARCH :: String" >> utils/ghc-pkg/Version.hs
echo "version= \"7.1\"" >> utils/ghc-pk
Congrats. :-)
Cheers,
Edward
Excerpts from David Terei's message of Sat Jun 18 04:26:44 -0400 2011:
> Just pushed the SafeHaskell stuff, this changes the .hi format and
> also the package format so you will need to wipe and rebuild your
> trees. (and pull on Cabal).
>
> The following tests shou
:-( Not fun!
Edward
Excerpts from Ian Lynagh's message of Fri Jun 17 16:35:43 -0400 2011:
>
> Hi all,
>
> I've now replaced the GHC binary and haddock repos with lagging copies
> of the upstream repos. That means that you need to remove the old repos
> from any GHC trees you have. This should d
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3513b073665784ef9c6c8c71284074fa583fafcd
>---
commit 3513b073665784ef9c6c8c71284074fa583fafcd
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b8e0ce7b417d48fa01a48aca5ff9852cffc989d7
>---
commit b8e0ce7b417d48fa01a48aca5ff9852cffc989d7
Author: Edward Z. Y
dph-sumnats also started failing too.
cd . &&
'/home/ezyang/Dev/ghc-build-master-stage2-default/inplace/bin/ghc-stage2'
-fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf
-rtsopts --make -o dph-sumnats Main -Odph -fdph-par >dph-sumnats.comp.stderr
2>&1
Compile fai
> Scanning ./dph-dotp.T
=> dph-dotp-fast(normal) 2 of 2 [0, 0, 0]
cd . && '/home/ezyang/Dev/ghc-validate/inplace/bin/ghc-stage2' -fforce-recomp
-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make
-o dph-dotp-fast Main -O -fno-enable-rewrite-rules -fdph-par
>
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/1687dab3968edf161e6eb759ff1041c7adb201f2
>---
commit 1687dab3968edf161e6eb759ff1041c7adb201f2
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e26ea0f4144f0989e390367c2cf138ce48550ff4
>---
commit e26ea0f4144f0989e390367c2cf138ce48550ff4
Author: Edward Z. Y
GADT test 'termination' seems to have started passing for me.
Cheers,
Edward
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
o
>
> On Tue, Jun 14, 2011 at 16:14, Edward Z. Yang wrote:
>
> > But it's the good kind of failure.
> >
> > => T3294(normal) 401 of 2809 [0, 0, 0]
> > cd ./perf/compiler &&
> > '/home/ezyang/Dev/ghc-validate/inplace/bin/ghc-stage2
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/8c2ddecb4d58bc22b3bed220c514ec54091ffcbc
>---
commit 8c2ddecb4d58bc22b3bed220c514ec54091ffcbc
Author: Edward Z. Y
So, uh, I ran these tests with the new codegen turned on (which don't unroll
yet),
and they all passed. Is that expected?
Cheers,
Edward
Excerpts from David Terei's message of Tue Jun 14 21:43:36 -0400 2011:
> Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
>
> On branch : master
>
Was this commit supposed to have made it to master? I don't see it, for some
reason...
Edward
Excerpts from David Terei's message of Tue Jun 14 21:17:43 -0400 2011:
> Repository : ssh://darcs.haskell.org//srv/darcs/ghc
>
> On branch : master
>
> http://hackage.haskell.org/trac/ghc/changeset/6c
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/cf247224bb2f48416f2a93be179cd9bc0ecfd0b2
>---
commit cf247224bb2f48416f2a93be179cd9bc0ecfd0b2
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6b0d62c952a5591456b9142018abc262d1857bf4
>---
commit 6b0d62c952a5591456b9142018abc262d1857bf4
Author: Edward Z. Y
reignCall _ _ _) _
> ...
>
> :
> Failing due to -Werror.
>
> make[1]: *** [compiler/stage1/build/CmmSpillReload.o] Error 1
> make[1]: *** Waiting for unfinished jobs
> make: *** [all] Error 2
>
> Is this related to this patch?
>
> Thanks!
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ffd3bd85a6febeec05c99d0da7dfdf34cad59caf
>---
commit ffd3bd85a6febeec05c99d0da7dfdf34cad59caf
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7ed114cd6980f62e8473932dee2fc22dca1d2118
>---
commit 7ed114cd6980f62e8473932dee2fc22dca1d2118
Author: Edward Z. Y
But it's the good kind of failure.
=> T3294(normal) 401 of 2809 [0, 0, 0]
cd ./perf/compiler && '/home/ezyang/Dev/ghc-validate/inplace/bin/ghc-stage2'
-fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf
-rtsopts -c T3294.hs +RTS -V0 -tT3294.comp.stats --machine-r
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c8e5f0f65223013cd21f25512b21eac0327aefdf
>---
commit c8e5f0f65223013cd21f25512b21eac0327aefdf
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/de2d10e18ce23e5df7fa4f3433b85c95d6092b58
>---
commit de2d10e18ce23e5df7fa4f3433b85c95d6092b58
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f3a1b28e408de01d01ec252efd5b54722eb775d8
>---
commit f3a1b28e408de01d01ec252efd5b54722eb775d8
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/8b3bfb2ec41fd0e807a8f6e7a823795eafca1dcb
>---
commit 8b3bfb2ec41fd0e807a8f6e7a823795eafca1dcb
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/da15d0c556df3eacc6b37327ddea306b3760
>---
commit da15d0c556df3eacc6b37327ddea306b3760
Author: Edward Z. Y
ezyang@javelin:~/Dev/ghc-master$ git push
Counting objects: 24, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (14/14), done.
Writing objects: 100% (14/14), 4.58 KiB, done.
Total 14 (delta 12), reused 0 (delta 0)
Counting objects: 24, done.
Compressing objects: 100% (14/14
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5b1053897fa16ced293e749447e9c027d15d29f5
>---
commit 5b1053897fa16ced293e749447e9c027d15d29f5
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f1fc7698ef9997f950be8cb37c9b30dadbb4b631
>---
commit f1fc7698ef9997f950be8cb37c9b30dadbb4b631
Author: Edward Z. Y
Ah yes. :-) It looks like my build tree is in a weird state. Fixing up...
Edward
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
This should be easy to fix though.
"/home/ezyang/.local/bin/ghc" -H32m -O -Wall -Werror -H64m -O0 -package-conf
libraries/bootstrapping.conf -package-name ghc-7.1 -hide-all-packages -i
-icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn
-icompiler/deSugar -icompiler/g
It looks like a Git hook may be broken? Either way, the push seems to have
gone through OK.
Edward
Excerpts from Simon Peyton-Jones's message of Sat Jun 11 09:54:25 -0400 2011:
> I got the dump below when I tried to push to the GHC repo. I have no idea
> what is going on.
>
> Simon
>
> git p
Anyone seen this recently?
"inplace/bin/ghc-stage1" -H64m -O -fasm-package-name ghc-prim-0.2.0.0
-hide-all-packages -i -ilibraries/ghc-prim/.
-ilibraries/ghc-prim/dist-install/build
-ilibraries/ghc-prim/dist-install/build/autogen
-Ilibraries/ghc-prim/dist-install/build
-Ilibraries/ghc-p
st write. I'll push the change soon.
>
> Cheers,
> Edward
>
> Excerpts from Ben Lippmeier's message of Sun May 15 04:35:31 -0400 2011:
> >
> > On 14/05/2011, at 11:16 PM, Edward Z. Yang wrote:
> >
> > > Currently, -ddump-to-file appends to an exis
What might also be pretty useful is a global "checkout a commit from
before this time", which would also work even in the case of missing
build logs (we should also publish a log of build log hashes, so you
can have some record of known good builds). One would have to deal with
merges, but if the
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/52cba3c47b25a78402e542ff63dc905fc5b26b62
>---
commit 52cba3c47b25a78402e542ff63dc905fc5b26b62
Author: Edward Z. Y
Excerpts from Simon Marlow's message of Mon May 16 04:12:29 -0400 2011:
> This is as it should be. The reason there are no CALLER_SAVES_Hp or
> similar is because we deliberately avoid using caller-saves registers
> for Hp due to the cost. It would work fine (due to the code here), but
> it wo
ccount: the
> unsafe call to f() must be treated as writing to R1/R2/etc. (at least,
> those regs that are caller-saves). Does that make sense?
>
> Cheers,
> Simon
>
> On 14/05/11 22:22, Edward Z. Yang wrote:
> > Hello all,
> >
> > I've just pinned do
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/080dabd4d6a18926d9c040ae4712b1891a4bbf2d
>---
commit 080dabd4d6a18926d9c040ae4712b1891a4bbf2d
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/643397208b83f1654bceeef40c793f11592ef816
>---
commit 643397208b83f1654bceeef40c793f11592ef816
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7365e8ee385b5036367686e43bdbcd2f876a7443
>---
commit 7365e8ee385b5036367686e43bdbcd2f876a7443
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ee5addccd1929a7368a39b2c88d1b77f0bc8fb73
>---
commit ee5addccd1929a7368a39b2c88d1b77f0bc8fb73
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7980b85bdbf554012fcbda25c16bc456feb33cbd
>---
commit 7980b85bdbf554012fcbda25c16bc456feb33cbd
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/1dc458bf7ee5ca2749e62397617af291dadc891d
>---
commit 1dc458bf7ee5ca2749e62397617af291dadc891d
Author: Edward Z. Y
2011:
>
> On 15/05/2011, at 10:12 PM, Edward Z. Yang wrote:
>
> > I'm getting some mysterious DPH linking error when I am attempting a
> > validate:
> >
> > http://hpaste.org/46695/dph_dynamic_error
>
> Urgh. That's the build race I thought I had
I'm getting some mysterious DPH linking error when I am attempting a validate:
http://hpaste.org/46695/dph_dynamic_error
Edward
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
It looks like it's in IO now, so I added an IORef to keep track of what files
we've
seen and truncate on the first write. I'll push the change soon.
Cheers,
Edward
Excerpts from Ben Lippmeier's message of Sun May 15 04:35:31 -0400 2011:
>
> On 14/05/2011, at 11:1
Hello all,
I've just pinned down a nasty bug in the new code generator (not my code,
whoo!) that was tickled by my aggressive optimization pass. In the old
code generator (CgUtils.hs), we have the following section for caller saves:
callerSaves :: GlobalReg -> Bool
#ifdef CALLER_SAVES_B
hanks!
>
> On Sat, May 14, 2011 at 4:39 PM, Edward Z. Yang wrote:
> > I spent some time last evening and today fixing some more low
> > hanging fruit (still waiting for a big enough chunk of free time to
> > tackle the spill and stack layout rewrites), and here are t
I spent some time last evening and today fixing some more low
hanging fruit (still waiting for a big enough chunk of free time to
tackle the spill and stack layout rewrites), and here are the latest
statistics:
0.2558 5160 1320 ./deSugar/should_compile/ds018.o
0.2565 7204 1848 ./ga
Currently, -ddump-to-file appends to an existing file. This is pretty confusing
for me, if I wanted to get a new set of information, because now I have to
delete
any dump files before I take more data, or I need to manually separate out the
runs (which, by the way, are not demarcated.)
If no one
It's tough to tell with just the commit log. Can you pop open gitk and take a
look? (maybe
take a screen shot and share.)
Edward
Excerpts from Ben Lippmeier's message of Sat May 14 04:37:09 -0400 2011:
>
> On 13/05/2011, at 8:56 PM, Edward Z. Yang wrote:
>
> > Hey Be
d Z. Yang
Date: Sat May 14 00:28:49 2011 +0100
massive_array: -dynamic not necessary.
Signed-off-by: Edward Z. Yang
>---
tests/ghc-regress/codeGen/should_compile/all.T |2 +-
1 files changed, 1 insertions
Note that this line was removed by this commit:
Author: Ben Lippmeier 2011-05-11 04:36:01
Committer: Ben Lippmeier 2011-05-12 11:36:21
Parent: 35474439dcf6dc60e2f6e296de7da128c690d50e (Follow changes in DPH
library: Repr module is gone.)
Child: 999857fdfd8fa1b305a94bc54bb1860f5c8896d1 (Wibbl
Hey Ben,
It looks like you broke the build for other people in
5bfa6a6382a4e4b949d333b1996065e9bcfacb18.
Cheers,
Edward
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
I seem to have fixed this by running git gc on the repo, but I suspect
some file permission wonkiness may be at play.
Excerpts from Edward Z. Yang's message of Fri May 13 06:20:04 -0400 2011:
> ezyang@javelin:~/Dev/ghc-master$ git fetch
> error: Unable to find d872133bb986dbd15959cbb14504bf9a863e3
ezyang@javelin:~/Dev/ghc-master$ git fetch
error: Unable to find d872133bb986dbd15959cbb14504bf9a863e3e4a under
http://darcs.haskell.org/ghc.git
Cannot obtain needed object d872133bb986dbd15959cbb14504bf9a863e3e4a
error: Fetch failed.
Edward
___
Cvs-gh
d Z. Yang
Date: Fri May 13 03:08:03 2011 +0100
Another test case to tickle a new codegen bug.
Signed-off-by: Edward Z. Yang
tests/ghc-regress/codeGen/should_compile/all.T |1 +
.../codeGen/should_compile/massive_array.hs| 520
2 files chan
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e841f7a51531e99681a7c411adff0892c251f65f
>---
commit e841f7a51531e99681a7c411adff0892c251f65f
Author: Edward Z. Y
Fixed up in 246183c669a1e851ccc4
Edward
Excerpts from Simon Marlow's message of Thu May 05 08:57:10 -0400 2011:
> On 30/04/2011 15:18, Edward Z. Yang wrote:
> > Repository : ssh://darcs.haskell.org//srv/darcs/ghc
> >
> > On branch : master
> >
> > http://
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/246183c669a1e851ccc42697dbbf309292bf2a08
>---
commit 246183c669a1e851ccc42697dbbf309292bf2a08
Author: Edward Z. Y
Hello Mike,
I cannot reproduce using GHC HEAD (though it seems to hang on GHC 7.0.3),
so my guess is the bug has been fixed.
cvs-ghc, any guesses which patch this might have been?
Cheers,
Edward
Excerpts from mike frai's message of Sat Apr 30 14:50:17 -0400 2011:
> Hi,
>
> While using Michael
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/50f5c8491bfcb6b891f772e2915443dbb5078e97
>---
commit 50f5c8491bfcb6b891f772e2915443dbb5078e97
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/659f147413af7f4f2d2b500659e7c03f31f16d35
>---
commit 659f147413af7f4f2d2b500659e7c03f31f16d35
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c18358bf9b0f1aacbd9c5e8d8515c1fc5031c249
>---
commit c18358bf9b0f1aacbd9c5e8d8515c1fc5031c249
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7aa15ca8ed7b37efbd970822a3e0a3fe5e8a9c8a
>---
commit 7aa15ca8ed7b37efbd970822a3e0a3fe5e8a9c8a
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/16a037a8f9c7e444230c226081023fe56ffa2264
>---
commit 16a037a8f9c7e444230c226081023fe56ffa2264
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/cb5a1b4c5fee21a2bd79bd1469684f1ff97804fa
>---
commit cb5a1b4c5fee21a2bd79bd1469684f1ff97804fa
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/1df9e42c4f9463b5bdef24c908d0a7ebd579b30c
>---
commit 1df9e42c4f9463b5bdef24c908d0a7ebd579b30c
Author: Edward Z. Y
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/dcc7b25a12eb07285a0b717b43ce62feb1f7dae1
>---
commit dcc7b25a12eb07285a0b717b43ce62feb1f7dae1
Author: Edward Z. Y
Excerpts from Adam Megacz's message of Sun Apr 24 22:54:55 -0400 2011:
> Okay, perhaps this isn't the best use of my time.
I mean, alternative representations for the code can come in handy.
As you yourself demonstrate, people don't necessarily naturally
go for the source, and hyperlinks are a ver
The feeling I get is most of GHC HQ doesn't use Haddock to browse
GHC... we go straight for the source (with maybe ctags/hasktags
setup).
Edward
Excerpts from Adam Megacz's message of Sun Apr 24 18:14:16 -0400 2011:
>
> The (new) commentary describes a mechanism for creating "links" from
> inlin
Excerpts from Simon Marlow's message of Wed Apr 20 05:28:43 -0400 2011:
> On 19/04/2011 22:58, Edward Z. Yang wrote:
> > A sanity check on this patch would be nice. Note that I need to
> > update the lint check with this change.
>
> Don't you mean "Sp is alw
Can you minimize the test-case into a minimal program that still segfaults?
This might be tricky with the unsafeCoerces around, since deleting
instructions probably will be break any invariants your coerces are
relying on. Maybe you can reduce the Coq itself, or make the test case
smaller.
It see
Yep! I'll push this patch then.
Edward
Excerpts from Simon Marlow's message of Wed Apr 20 05:25:27 -0400 2011:
> On 19/04/2011 22:53, Edward Z. Yang wrote:
> > This makes the following statements valid C--, which uses the
> > block ID directly rather than gene
A sanity check on this patch would be nice. Note that I need to
update the lint check with this change.
Edward
Excerpts from Edward Z. Yang's message of Tue Apr 19 17:53:38 -0400 2011:
> Signed-off-by: Edward Z. Yang
> ---
> compiler/cmm/CmmLint.hs|1 +
&
1 - 100 of 211 matches
Mail list logo