[pypy-commit] pypy jitframe-on-heap: merge heads

2013-03-13 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r62335:d55895010d2f Date: 2013-03-14 02:13 +0100 http://bitbucket.org/pypy/pypy/changeset/d55895010d2f/ Log:merge heads diff --git a/rpython/jit/backend/x86/arch.py b/rpython/jit/backend/x86/arch.py --- a/rpython/jit/backend/x86/arch.py

[pypy-commit] pypy jitframe-on-heap: merge upstream

2013-03-12 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r62311:6626fb24d017 Date: 2013-03-12 10:21 +0100 http://bitbucket.org/pypy/pypy/changeset/6626fb24d017/ Log:merge upstream diff --git a/rpython/jit/backend/arm/runner.py b/rpython/jit/backend/arm/runner.py --- a/rpython/jit/backend

[pypy-commit] pypy jitframe-on-heap: merge heads

2013-03-05 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r62097:2f6787b0601f Date: 2013-03-05 19:32 +0100 http://bitbucket.org/pypy/pypy/changeset/2f6787b0601f/ Log:merge heads diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/back

[pypy-commit] pypy jitframe-on-heap: merge

2013-03-05 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62092:df11e8a3cf82 Date: 2013-03-05 17:19 +0200 http://bitbucket.org/pypy/pypy/changeset/df11e8a3cf82/ Log:merge diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py --- a/rpython/jit/bac

[pypy-commit] pypy jitframe-on-heap: merge heads

2013-03-05 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r62088:283351509284 Date: 2013-03-05 15:53 +0100 http://bitbucket.org/pypy/pypy/changeset/283351509284/ Log:merge heads diff --git a/pypy/module/_continuation/interp_continuation.py b/pypy/module/_continuation/interp_continuation.p

[pypy-commit] pypy jitframe-on-heap: merge heads

2013-03-04 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r62002:b78f3e5cc346 Date: 2013-03-04 11:18 +0100 http://bitbucket.org/pypy/pypy/changeset/b78f3e5cc346/ Log:merge heads diff --git a/rpython/jit/backend/llsupport/jitframe.py b/rpython/jit/backend/llsupport/jitframe.py --- a/rpython/jit

[pypy-commit] pypy jitframe-on-heap: merge

2013-03-04 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62000:2bf49cfc5d1e Date: 2013-03-04 12:08 +0200 http://bitbucket.org/pypy/pypy/changeset/2bf49cfc5d1e/ Log:merge diff --git a/pypy/module/_continuation/interp_continuation.py b/pypy/module/_continuation/interp_continuation.py -

[pypy-commit] pypy jitframe-on-heap: merge

2013-02-26 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61826:2e268ed9c59d Date: 2013-02-26 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/2e268ed9c59d/ Log:merge diff --git a/rpython/annotator/builtin.py b/rpython/annotator/builtin.py --- a/rpython/annotator/builtin.py +++ b/r

[pypy-commit] pypy jitframe-on-heap: merge heads

2013-02-26 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r61824:fb824df5e8b8 Date: 2013-02-26 12:23 +0100 http://bitbucket.org/pypy/pypy/changeset/fb824df5e8b8/ Log:merge heads diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend/a

[pypy-commit] pypy jitframe-on-heap: merge

2013-02-24 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61740:6b58d4c57cd5 Date: 2013-02-24 20:18 +0200 http://bitbucket.org/pypy/pypy/changeset/6b58d4c57cd5/ Log:merge diff --git a/rpython/memory/gctransform/asmgcroot.py b/rpython/memory/gctransform/asmgcroot.py --- a/rpython/memor

[pypy-commit] pypy jitframe-on-heap: merge

2013-02-24 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61732:3a67f1e597d8 Date: 2013-02-24 18:04 +0200 http://bitbucket.org/pypy/pypy/changeset/3a67f1e597d8/ Log:merge diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend

[pypy-commit] pypy jitframe-on-heap: merge default

2013-02-22 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61595:28dc8f51844f Date: 2013-02-22 12:47 +0200 http://bitbucket.org/pypy/pypy/changeset/28dc8f51844f/ Log:merge default diff --git a/pypy/doc/_ref.txt b/pypy/doc/_ref.txt --- a/pypy/doc/_ref.txt +++ b/pypy/doc/_ref.txt @@ -1,24

[pypy-commit] pypy jitframe-on-heap: merge default

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61534:506c40ccbb06 Date: 2013-02-21 12:13 +0200 http://bitbucket.org/pypy/pypy/changeset/506c40ccbb06/ Log:merge default diff --git a/rpython/rtyper/rptr.py b/rpython/rtyper/rptr.py --- a/rpython/rtyper/rptr.py +++ b/rpython/rty

[pypy-commit] pypy jitframe-on-heap: merge

2013-02-19 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61466:d19b75514eb9 Date: 2013-02-19 21:23 +0200 http://bitbucket.org/pypy/pypy/changeset/d19b75514eb9/ Log:merge diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py --- a/rpython/jit/bac

[pypy-commit] pypy jitframe-on-heap: merge

2013-02-18 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61420:ffbd43de45b5 Date: 2013-02-18 19:58 +0200 http://bitbucket.org/pypy/pypy/changeset/ffbd43de45b5/ Log:merge diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend

[pypy-commit] pypy jitframe-on-heap: merge

2013-02-16 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61315:3cab31c2fdbd Date: 2013-02-16 12:56 +0200 http://bitbucket.org/pypy/pypy/changeset/3cab31c2fdbd/ Log:merge diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py --- a/rpython/jit/bac

[pypy-commit] pypy jitframe-on-heap: merge

2013-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61095:60480aa850b8 Date: 2013-02-11 16:00 +0200 http://bitbucket.org/pypy/pypy/changeset/60480aa850b8/ Log:merge diff --git a/rpython/jit/backend/x86/jump.py b/rpython/jit/backend/x86/jump.py --- a/rpython/jit/backend/x86/jump.p

[pypy-commit] pypy jitframe-on-heap: merge heads

2013-02-11 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r61079:327693ffe242 Date: 2013-02-11 11:51 +0100 http://bitbucket.org/pypy/pypy/changeset/327693ffe242/ Log:merge heads diff --git a/rpython/jit/backend/llsupport/llmodel.py b/rpython/jit/backend/llsupport/llmodel.py --- a/rpython/jit/b

[pypy-commit] pypy jitframe-on-heap: merge

2013-02-10 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61041:5ebb36945721 Date: 2013-02-10 16:03 +0200 http://bitbucket.org/pypy/pypy/changeset/5ebb36945721/ Log:merge diff --git a/rpython/jit/backend/arm/arch.py b/rpython/jit/backend/arm/arch.py --- a/rpython/jit/backend/arm/arch.p

[pypy-commit] pypy jitframe-on-heap: merge

2013-02-08 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60980:0b7ee0aefa60 Date: 2013-02-08 16:41 +0100 http://bitbucket.org/pypy/pypy/changeset/0b7ee0aefa60/ Log:merge diff --git a/lib-python/2.7/collections.py b/lib-python/2.7/collections.py --- a/lib-python/2.7/collections.py +++ b/l

[pypy-commit] pypy jitframe-on-heap: merge default

2013-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60969:2bddf45f0f34 Date: 2013-02-08 12:43 +0200 http://bitbucket.org/pypy/pypy/changeset/2bddf45f0f34/ Log:merge default diff --git a/lib-python/2.7/collections.py b/lib-python/2.7/collections.py --- a/lib-python/2.7/collections

[pypy-commit] pypy jitframe-on-heap: merge

2013-02-07 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60931:1aaead29f5ad Date: 2013-02-07 13:20 +0200 http://bitbucket.org/pypy/pypy/changeset/1aaead29f5ad/ Log:merge diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend

[pypy-commit] pypy jitframe-on-heap: merge incremental-nursery-cleanup

2013-02-02 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60827:74a3226a59c6 Date: 2013-02-03 00:35 +0200 http://bitbucket.org/pypy/pypy/changeset/74a3226a59c6/ Log:merge incremental-nursery-cleanup diff --git a/rpython/rtyper/memory/gc/minimark.py b/rpython/rtyper/memory/gc/minimark.

[pypy-commit] pypy jitframe-on-heap: merge

2013-02-01 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60808:d9931f21e284 Date: 2013-02-01 14:03 +0200 http://bitbucket.org/pypy/pypy/changeset/d9931f21e284/ Log:merge diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend

[pypy-commit] pypy jitframe-on-heap: merge

2013-01-30 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60739:260450a5706c Date: 2013-01-30 18:22 +0200 http://bitbucket.org/pypy/pypy/changeset/260450a5706c/ Log:merge diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend

[pypy-commit] pypy jitframe-on-heap: merge

2013-01-30 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60732:8b3593ba24a1 Date: 2013-01-30 15:55 +0100 http://bitbucket.org/pypy/pypy/changeset/8b3593ba24a1/ Log:merge diff --git a/rpython/jit/backend/llsupport/gc.py b/rpython/jit/backend/llsupport/gc.py --- a/rpython/jit/backend/llsu

[pypy-commit] pypy jitframe-on-heap: merge

2013-01-30 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60727:9d5504affe3e Date: 2013-01-30 14:28 +0200 http://bitbucket.org/pypy/pypy/changeset/9d5504affe3e/ Log:merge diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend

[pypy-commit] pypy jitframe-on-heap: merge upstream

2013-01-30 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60724:bdaf37b11afb Date: 2013-01-30 13:01 +0100 http://bitbucket.org/pypy/pypy/changeset/bdaf37b11afb/ Log:merge upstream diff --git a/rpython/jit/backend/llsupport/gc.py b/rpython/jit/backend/llsupport/gc.py --- a/rpython/jit/bac

[pypy-commit] pypy jitframe-on-heap: merge

2013-01-30 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60713:39bf1dd52892 Date: 2013-01-30 11:25 +0200 http://bitbucket.org/pypy/pypy/changeset/39bf1dd52892/ Log:merge diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend

[pypy-commit] pypy jitframe-on-heap: merge

2013-01-29 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60685:fad2cb706322 Date: 2013-01-29 16:20 +0200 http://bitbucket.org/pypy/pypy/changeset/fad2cb706322/ Log:merge diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend

[pypy-commit] pypy jitframe-on-heap: merge heads

2013-01-29 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60683:59d2f0246fa5 Date: 2013-01-29 15:13 +0100 http://bitbucket.org/pypy/pypy/changeset/59d2f0246fa5/ Log:merge heads diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/back

[pypy-commit] pypy jitframe-on-heap: merge heads

2013-01-29 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r60659:8df690cd860f Date: 2013-01-29 10:35 +0100 http://bitbucket.org/pypy/pypy/changeset/8df690cd860f/ Log:merge heads diff --git a/pypy/module/_continuation/interp_continuation.py b/pypy/module/_continuation/interp_continuation.py ---

[pypy-commit] pypy jitframe-on-heap: merge

2013-01-28 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60619:aef40e6e1dc8 Date: 2013-01-28 18:16 +0200 http://bitbucket.org/pypy/pypy/changeset/aef40e6e1dc8/ Log:merge diff --git a/rpython/jit/backend/arm/arch.py b/rpython/jit/backend/arm/arch.py --- a/rpython/jit/backend/arm/arch.p

[pypy-commit] pypy jitframe-on-heap: merge

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60558:103c9c68341d Date: 2013-01-27 23:18 +0200 http://bitbucket.org/pypy/pypy/changeset/103c9c68341d/ Log:merge diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rpython/jit/b

[pypy-commit] pypy jitframe-on-heap: merge

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60540:73a4b46a1381 Date: 2013-01-27 21:46 +0200 http://bitbucket.org/pypy/pypy/changeset/73a4b46a1381/ Log:merge diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpython/jit/backe

[pypy-commit] pypy jitframe-on-heap: merge default

2013-01-25 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60485:2bc4c9896967 Date: 2013-01-25 22:39 +0200 http://bitbucket.org/pypy/pypy/changeset/2bc4c9896967/ Log:merge default diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogpars

[pypy-commit] pypy jitframe-on-heap: merge default

2013-01-25 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60483:bd89a27a688b Date: 2013-01-25 21:52 +0200 http://bitbucket.org/pypy/pypy/changeset/bd89a27a688b/ Log:merge default diff --git a/py/_code/source.py b/py/_code/source.py --- a/py/_code/source.py +++ b/py/_code/source.py @@ -

[pypy-commit] pypy jitframe-on-heap: merge default

2013-01-20 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60241:53ce6999a6b1 Date: 2013-01-20 17:01 +0200 http://bitbucket.org/pypy/pypy/changeset/53ce6999a6b1/ Log:merge default diff --git a/pypy/module/unicodedata/interp_ucd.py b/pypy/module/unicodedata/interp_ucd.py --- a/pypy/modu

[pypy-commit] pypy jitframe-on-heap: Merge default and fix

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60086:86e82d36c7c9 Date: 2013-01-15 19:22 +0200 http://bitbucket.org/pypy/pypy/changeset/86e82d36c7c9/ Log:Merge default and fix diff --git a/pypy/jit/backend/test/test_random.py b/pypy/jit/backend/test/test_random.py --- a/pyp

[pypy-commit] pypy jitframe-on-heap: merge default

2013-01-12 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r59989:f3cfd5e2c1e3 Date: 2013-01-12 17:02 +0200 http://bitbucket.org/pypy/pypy/changeset/f3cfd5e2c1e3/ Log:merge default diff --git a/pypy/doc/test/test_whatsnew.py b/pypy/doc/test/test_whatsnew.py --- a/pypy/doc/test/test_whats