Author: Maciej Fijalkowski
Branch:
Changeset: r58149:1418da034d1a
Date: 2012-10-16 22:31 +0200
http://bitbucket.org/pypy/pypy/changeset/1418da034d1a/
Log:kill unused link
diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst
--- a/pypy/doc/project-ideas.rst
+++ b/pypy/doc/pro
Author: Maciej Fijalkowski
Branch:
Changeset: r58148:298a247fd496
Date: 2012-10-16 22:14 +0200
http://bitbucket.org/pypy/pypy/changeset/298a247fd496/
Log:kill things that are done
diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst
--- a/pypy/doc/project-ideas.rst
+++ b/pyp
Author: Maciej Fijalkowski
Branch: cleanup-llgraph-backend
Changeset: r58147:038b7419f1b2
Date: 2012-10-16 21:31 +0200
http://bitbucket.org/pypy/pypy/changeset/038b7419f1b2/
Log:progress
diff --git a/pypy/jit/backend/llgraph/runner.py
b/pypy/jit/backend/llgraph/runner.py
--- a/pypy/jit/back
Author: Maciej Fijalkowski
Branch: cleanup-llgraph-backend
Changeset: r58146:71b0d3849c20
Date: 2012-10-16 21:01 +0200
http://bitbucket.org/pypy/pypy/changeset/71b0d3849c20/
Log:Start rewriting the llgraph backend. Enough
diff --git a/pypy/jit/backend/llgraph/runner.py
b/pypy/jit/backend/ll
Author: David Schneider
Branch: extradoc
Changeset: r4863:d4a87bd8a954
Date: 2012-10-16 16:06 -0300
http://bitbucket.org/pypy/extradoc/changeset/d4a87bd8a954/
Log:tweaks
diff --git a/talk/vmil2012/presentation/talk.tex
b/talk/vmil2012/presentation/talk.tex
--- a/talk/vmil2012/presentation/t
Author: Armin Rigo
Branch: continulet-jit-3
Changeset: r58145:254e7646834e
Date: 2012-10-16 19:07 +0200
http://bitbucket.org/pypy/pypy/changeset/254e7646834e/
Log:(fijal, arigo) work in progress
diff --git a/pypy/jit/backend/llgraph/llimpl.py
b/pypy/jit/backend/llgraph/llimpl.py
--- a/pypy/
Author: Armin Rigo
Branch: continulet-jit-3
Changeset: r58144:d1f619c8a44c
Date: 2012-10-16 17:20 +0200
http://bitbucket.org/pypy/pypy/changeset/d1f619c8a44c/
Log:Add an assert that fails in this branch for now.
diff --git a/pypy/jit/metainterp/test/test_recursive.py
b/pypy/jit/metainterp/t
Author: Maciej Fijalkowski
Branch: numpypy-problems
Changeset: r58143:80f65c2bf92c
Date: 2012-10-16 18:18 +0200
http://bitbucket.org/pypy/pypy/changeset/80f65c2bf92c/
Log:Start fixing casting to stuff
diff --git a/pypy/module/micronumpy/stdobjspace.py
b/pypy/module/micronumpy/stdobjspace.py
Author: Maciej Fijalkowski
Branch:
Changeset: r58142:ea4083c44885
Date: 2012-10-16 17:44 +0200
http://bitbucket.org/pypy/pypy/changeset/ea4083c44885/
Log:remove sanity check that does not seem to do all that much
diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py
-
Author: Ronan Lamy
Branch: translation-cleanup
Changeset: r58141:68eaeee93b2b
Date: 2012-10-16 16:36 +0100
http://bitbucket.org/pypy/pypy/changeset/68eaeee93b2b/
Log:Flowspacify CALL_FUNCTION and friends
(remove useless speed hack in CALL_FUNCTION)
diff --git a/pypy/objspace/flow/fl
Author: Armin Rigo
Branch: continulet-jit-3
Changeset: r58140:ad4967674c4f
Date: 2012-10-16 16:56 +0200
http://bitbucket.org/pypy/pypy/changeset/ad4967674c4f/
Log:Random changes, mostly documentation fixes
diff --git a/pypy/jit/backend/llsupport/jitframe.py
b/pypy/jit/backend/llsupport/jitf
Author: Antonio Cuni
Branch: extradoc
Changeset: r4860:7274e147df46
Date: 2012-10-16 16:46 +0200
http://bitbucket.org/pypy/extradoc/changeset/7274e147df46/
Log:merge heads
diff --git a/blog/draft/py3k-status-update-6.rst
b/blog/draft/py3k-status-update-6.rst
--- a/blog/draft/py3k-status-upd
Author: Antonio Cuni
Branch: extradoc
Changeset: r4859:31f807248b38
Date: 2012-09-26 11:50 +0200
http://bitbucket.org/pypy/extradoc/changeset/31f807248b38/
Log:rst link
diff --git a/blog/draft/py3k-status-update-6.rst
b/blog/draft/py3k-status-update-6.rst
--- a/blog/draft/py3k-status-update
Author: Antonio Cuni
Branch:
Changeset: r712:dc071dcef875
Date: 2012-10-16 16:36 +0200
http://bitbucket.org/pypy/buildbot/changeset/dc071dcef875/
Log:refactor the build scheduling: now we use tannit only for benchmarks
and allegro for all the linux tests. This means that we can start
Author: Ronan Lamy
Branch: translation-cleanup
Changeset: r58139:f790da70aa4e
Date: 2012-10-16 15:18 +0100
http://bitbucket.org/pypy/pypy/changeset/f790da70aa4e/
Log:Flowspacify STORE_GLOBAL
diff --git a/pypy/objspace/flow/flowcontext.py
b/pypy/objspace/flow/flowcontext.py
--- a/pypy/objspa
Author: Armin Rigo
Branch: continulet-jit-3
Changeset: r58136:363e0ca83d9d
Date: 2012-10-15 17:08 +0200
http://bitbucket.org/pypy/pypy/changeset/363e0ca83d9d/
Log:Fix tests
diff --git a/pypy/jit/backend/llgraph/llimpl.py
b/pypy/jit/backend/llgraph/llimpl.py
--- a/pypy/jit/backend/llgraph/ll
Author: Armin Rigo
Branch: continulet-jit-3
Changeset: r58134:afc1fe7ce0cb
Date: 2012-10-15 16:34 +0200
http://bitbucket.org/pypy/pypy/changeset/afc1fe7ce0cb/
Log:hg backout 458e381ff84d: I think we don't need KEEPALIVE any more
diff --git a/pypy/jit/backend/llgraph/llimpl.py
b/pypy/jit/bac
Author: Armin Rigo
Branch: continulet-jit-3
Changeset: r58133:a76d3d679e8a
Date: 2012-10-15 16:33 +0200
http://bitbucket.org/pypy/pypy/changeset/a76d3d679e8a/
Log:in-progress
diff --git a/pypy/jit/backend/llgraph/llimpl.py
b/pypy/jit/backend/llgraph/llimpl.py
--- a/pypy/jit/backend/llgraph/
Author: Armin Rigo
Branch: continulet-jit-3
Changeset: r58135:97d07c32e868
Date: 2012-10-15 16:41 +0200
http://bitbucket.org/pypy/pypy/changeset/97d07c32e868/
Log:Fixes to compile_tmp_callback
diff --git a/pypy/jit/backend/llgraph/llimpl.py
b/pypy/jit/backend/llgraph/llimpl.py
--- a/pypy/ji
Author: Carl Friedrich Bolz
Branch: extradoc
Changeset: r4857:6e637df4d030
Date: 2012-10-16 15:48 +0200
http://bitbucket.org/pypy/extradoc/changeset/6e637df4d030/
Log:some tweaks to the text
diff --git a/talk/vmil2012/presentation/talk.tex
b/talk/vmil2012/presentation/talk.tex
--- a/talk/vm
Author: Carl Friedrich Bolz
Branch: extradoc
Changeset: r4858:07449cda3736
Date: 2012-10-16 16:12 +0200
http://bitbucket.org/pypy/extradoc/changeset/07449cda3736/
Log:tweaks
diff --git a/talk/vmil2012/presentation/figures/loop01.pdf
b/talk/vmil2012/presentation/figures/loop01.pdf
index
113
Author: Ronan Lamy
Branch: translation-cleanup
Changeset: r58132:19009e068be6
Date: 2012-10-16 15:04 +0100
http://bitbucket.org/pypy/pypy/changeset/19009e068be6/
Log:Flowspacify STORE_FAST
diff --git a/pypy/objspace/flow/flowcontext.py
b/pypy/objspace/flow/flowcontext.py
--- a/pypy/objspace
Author: Ronan Lamy
Branch: translation-cleanup
Changeset: r58131:40ecef084733
Date: 2012-10-16 14:59 +0100
http://bitbucket.org/pypy/pypy/changeset/40ecef084733/
Log:Flowspacify LOAD_CONST
diff --git a/pypy/objspace/flow/flowcontext.py
b/pypy/objspace/flow/flowcontext.py
--- a/pypy/objspace
Author: Ronan Lamy
Branch: translation-cleanup
Changeset: r58130:40efd825a611
Date: 2012-10-16 14:47 +0100
http://bitbucket.org/pypy/pypy/changeset/40efd825a611/
Log:Flowspacify more stack manipulation methods
diff --git a/pypy/objspace/flow/flowcontext.py
b/pypy/objspace/flow/flowcontext.p
Author: Ronan Lamy
Branch: translation-cleanup
Changeset: r58129:0e6cc47af479
Date: 2012-10-16 11:29 +0100
http://bitbucket.org/pypy/pypy/changeset/0e6cc47af479/
Log:Flowspacify stack manipulation methods
diff --git a/pypy/objspace/flow/flowcontext.py
b/pypy/objspace/flow/flowcontext.py
---
Author: Ronan Lamy
Branch: translation-cleanup
Changeset: r58128:91340fe60db1
Date: 2012-10-16 11:11 +0100
http://bitbucket.org/pypy/pypy/changeset/91340fe60db1/
Log:Flowspacify dropvaluesuntil()
diff --git a/pypy/objspace/flow/flowcontext.py
b/pypy/objspace/flow/flowcontext.py
--- a/pypy/o
Author: Ronan Lamy
Branch: translation-cleanup
Changeset: r58127:33478c5d1f9f
Date: 2012-10-16 10:57 +0100
http://bitbucket.org/pypy/pypy/changeset/33478c5d1f9f/
Log:Derive FSFrame directly from PyFrame
+ Refactor opcode patching tests
diff --git a/pypy/objspace/flow/flowcontext.py
27 matches
Mail list logo