[pypy-commit] pypy default: copy for slices

2011-11-30 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50005:0f42372d5c50 Date: 2011-11-30 12:12 +0200 http://bitbucket.org/pypy/pypy/changeset/0f42372d5c50/ Log:copy for slices diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/mic

[pypy-commit] pypy default: oops, fix translation

2011-11-30 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50006:bef722513f6c Date: 2011-11-30 12:29 +0200 http://bitbucket.org/pypy/pypy/changeset/bef722513f6c/ Log:oops, fix translation diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/modu

[pypy-commit] pypy default: Chanced upon a "x not in biglist" done in a loop: replace it with

2011-11-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r50007:925245546811 Date: 2011-11-30 12:09 +0100 http://bitbucket.org/pypy/pypy/changeset/925245546811/ Log:Chanced upon a "x not in biglist" done in a loop: replace it with "x not in set". diff --git a/pypy/translator/simplify.py b/pypy/transla

[pypy-commit] pypy default: Kill dependency on "isstartblock".

2011-11-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r50008:7db85588c567 Date: 2011-11-30 13:18 +0100 http://bitbucket.org/pypy/pypy/changeset/7db85588c567/ Log:Kill dependency on "isstartblock". diff --git a/pypy/translator/backendopt/test/test_malloc.py b/pypy/translator/backendopt/test/test_malloc.py

[pypy-commit] pypy default: Get rid of 'isstartblock'.

2011-11-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r50009:70c53e1231ad Date: 2011-11-30 13:24 +0100 http://bitbucket.org/pypy/pypy/changeset/70c53e1231ad/ Log:Get rid of 'isstartblock'. diff --git a/pypy/annotation/specialize.py b/pypy/annotation/specialize.py --- a/pypy/annotation/specialize.py +++ b/p

[pypy-commit] Notification: pypyjp

2011-11-30 Thread Bitbucket
You have received a notification from yanolab. Hi, I forked pypy. My fork is at https://bitbucket.org/yanolab/pypyjp. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list [email protected] http://mai

[pypy-commit] pypy default: added floatstrategy for lists

2011-11-30 Thread l . diekmann
Author: Lukas Diekmann Branch: Changeset: r50010:748818c5a463 Date: 2011-11-30 15:03 +0100 http://bitbucket.org/pypy/pypy/changeset/748818c5a463/ Log:added floatstrategy for lists diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objspace/std/listobje

[pypy-commit] pypy default: merge

2011-11-30 Thread l . diekmann
Author: Lukas Diekmann Branch: Changeset: r50011:6d12edf0639c Date: 2011-11-30 15:14 +0100 http://bitbucket.org/pypy/pypy/changeset/6d12edf0639c/ Log:merge diff --git a/pypy/annotation/specialize.py b/pypy/annotation/specialize.py --- a/pypy/annotation/specialize.py +++ b/pypy/annotation/sp

[pypy-commit] pypy default: don't use specialize.ll for these calls, but call_location instead. otherwise

2011-11-30 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r50012:5a5d0bfd04c9 Date: 2011-11-30 15:18 +0100 http://bitbucket.org/pypy/pypy/changeset/5a5d0bfd04c9/ Log:don't use specialize.ll for these calls, but call_location instead. otherwise you cannot use is_constant on high-level objects.

[pypy-commit] pypy default: added some tests for listobject with floats

2011-11-30 Thread l . diekmann
Author: Lukas Diekmann Branch: Changeset: r50014:b326a8bec1a2 Date: 2011-11-30 15:43 +0100 http://bitbucket.org/pypy/pypy/changeset/b326a8bec1a2/ Log:added some tests for listobject with floats diff --git a/pypy/objspace/std/test/test_listobject.py b/pypy/objspace/std/test/test_listobject.

[pypy-commit] pypy numpy-dtype-refactor: merged default in

2011-11-30 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-refactor Changeset: r50015:2e67585de373 Date: 2011-11-29 16:14 -0500 http://bitbucket.org/pypy/pypy/changeset/2e67585de373/ Log:merged default in diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst --- a/pypy/doc/cpython_di

[pypy-commit] pypy numpy-dtype-refactor: merged default in

2011-11-30 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-refactor Changeset: r50016:26a0320190db Date: 2011-11-30 10:48 -0500 http://bitbucket.org/pypy/pypy/changeset/26a0320190db/ Log:merged default in diff --git a/pypy/annotation/specialize.py b/pypy/annotation/specialize.py --- a/pypy/annotation/specializ

[pypy-commit] pypy default: merge

2011-11-30 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50019:f997f3ff2594 Date: 2011-11-30 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/f997f3ff2594/ Log:merge diff --git a/pypy/annotation/specialize.py b/pypy/annotation/specialize.py --- a/pypy/annotation/specialize.py +++ b/pypy/annotatio

[pypy-commit] pypy default: raise an exception instead of producing bogus code. Probably would turn

2011-11-30 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50017:05689cbd7389 Date: 2011-11-30 18:15 +0200 http://bitbucket.org/pypy/pypy/changeset/05689cbd7389/ Log:raise an exception instead of producing bogus code. Probably would turn some stuff into calls instead of jitcodes diff --git a/py

[pypy-commit] pypy default: support some combination of flags, I hope it's good enough

2011-11-30 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50018:741dd1c718ca Date: 2011-11-30 18:26 +0200 http://bitbucket.org/pypy/pypy/changeset/741dd1c718ca/ Log:support some combination of flags, I hope it's good enough diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransfo

[pypy-commit] pypy ppc-jit-backend: Ensure exclusive usage of r0

2011-11-30 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50021:97cfa93958c4 Date: 2011-11-30 17:56 +0100 http://bitbucket.org/pypy/pypy/changeset/97cfa93958c4/ Log:Ensure exclusive usage of r0 diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py

[pypy-commit] pypy ppc-jit-backend: Ensure exlusive usage of r0 in b_abs

2011-11-30 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50020:68ed886b303c Date: 2011-11-30 17:53 +0100 http://bitbucket.org/pypy/pypy/changeset/68ed886b303c/ Log:Ensure exlusive usage of r0 in b_abs diff --git a/pypy/jit/backend/ppc/ppcgen/codebuilder.py b/pypy/jit/backend/ppc/ppcgen/codebuilder

[pypy-commit] pypy ppc-jit-backend: enable direct bootstrap code

2011-11-30 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50023:7f81c8cd30bc Date: 2011-11-30 18:03 +0100 http://bitbucket.org/pypy/pypy/changeset/7f81c8cd30bc/ Log:enable direct bootstrap code diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py

[pypy-commit] pypy ppc-jit-backend: add test for direct call of assembler code

2011-11-30 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50022:2da6b07d24ec Date: 2011-11-30 18:02 +0100 http://bitbucket.org/pypy/pypy/changeset/2da6b07d24ec/ Log:add test for direct call of assembler code diff --git a/pypy/jit/backend/ppc/ppcgen/test/test_call_assembler.py b/pypy/jit/backend/ppc

[pypy-commit] pypy ppc-jit-backend: fixed offset bug in loading parameters from stack

2011-11-30 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50024:eb0fdf36780a Date: 2011-11-30 18:45 +0100 http://bitbucket.org/pypy/pypy/changeset/eb0fdf36780a/ Log:fixed offset bug in loading parameters from stack diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/ppc

[pypy-commit] pypy default: Add support for track_allocation=False (the default is True).

2011-11-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r50025:153c1281e1cb Date: 2011-11-30 19:38 +0100 http://bitbucket.org/pypy/pypy/changeset/153c1281e1cb/ Log:Add support for track_allocation=False (the default is True). We can't add many more flags while keeping the same style... diff --git a/p

[pypy-commit] pypy jit-targets: hack to support aliased virtuals

2011-11-30 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r50026:0b4126532f16 Date: 2011-11-30 09:22 +0100 http://bitbucket.org/pypy/pypy/changeset/0b4126532f16/ Log:hack to support aliased virtuals diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/pypy/jit/metainterp/optimize

[pypy-commit] pypy jit-targets: restrict match_by_id to ops in the peeled loop

2011-11-30 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r50027:8dfc6aebd9b6 Date: 2011-11-30 19:48 +0100 http://bitbucket.org/pypy/pypy/changeset/8dfc6aebd9b6/ Log:restrict match_by_id to ops in the peeled loop diff --git a/pypy/module/pypyjit/test_pypy_c/model.py b/pypy/module/pypyjit/test_pypy_

[pypy-commit] pypy ppc-jit-backend: use force index field as scratch field

2011-11-30 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50028:425b44c65d66 Date: 2011-11-30 21:12 +0100 http://bitbucket.org/pypy/pypy/changeset/425b44c65d66/ Log:use force index field as scratch field diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/ppcgen/ppc_ass

[pypy-commit] pypy default: simplify this code a bit.

2011-11-30 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r50029:06acac97ffa5 Date: 2011-11-30 16:37 -0500 http://bitbucket.org/pypy/pypy/changeset/06acac97ffa5/ Log:simplify this code a bit. diff --git a/pypy/jit/codewriter/support.py b/pypy/jit/codewriter/support.py --- a/pypy/jit/codewriter/support.py +++

[pypy-commit] pypy win64-stage1: Fixed a major bug concerning Signed/Unsigned and setup() errors.

2011-11-30 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r50030:da6c8b877b3f Date: 2011-12-01 01:30 +0100 http://bitbucket.org/pypy/pypy/changeset/da6c8b877b3f/ Log:Fixed a major bug concerning Signed/Unsigned and setup() errors. Finding this bug did cost me over two days. I was not a

[pypy-commit] Notification: jitviewer

2011-11-30 Thread Bitbucket
You have received a notification from gabriel_h. Hi, I forked jitviewer. My fork is at https://bitbucket.org/gabriel_h/jitviewer. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list [email protected]