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
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
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
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
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
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
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
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
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.
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.
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
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
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
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
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
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
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
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
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
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
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
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
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_
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
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
+++
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
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]
27 matches
Mail list logo