[pypy-commit] pypy default: Bump the release number

2011-12-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50054:9f0ae6c94a99 Date: 2011-12-02 10:13 +0200 http://bitbucket.org/pypy/pypy/changeset/9f0ae6c94a99/ Log:Bump the release number diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -15,7 +

[pypy-commit] pypy default: Be slightly more vigilant when it comes to allocating registers for variables

2011-12-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50055:4b2e7974fd92 Date: 2011-12-02 10:34 +0200 http://bitbucket.org/pypy/pypy/changeset/4b2e7974fd92/ Log:Be slightly more vigilant when it comes to allocating registers for variables at the beginning of the loop. Not *much* of an

[pypy-commit] pypy.org extradoc: kill reference to --stackless (thanks Fluxid)

2011-12-02 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r296:ab85b0339954 Date: 2011-12-02 10:50 +0100 http://bitbucket.org/pypy/pypy.org/changeset/ab85b0339954/ Log:kill reference to --stackless (thanks Fluxid) diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -13

[pypy-commit] pypy ppc-jit-backend: added force index to description of stackframe

2011-12-02 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50056:d3e4ca39849d Date: 2011-12-02 12:05 +0100 http://bitbucket.org/pypy/pypy/changeset/d3e4ca39849d/ Log:added force index to description of stackframe diff --git a/pypy/jit/backend/ppc/ppcgen/test/test_stackframe.py b/pypy/jit/backend/ppc

[pypy-commit] pypy default: also add an explicit way to record a class

2011-12-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r50057:09d322fa3784 Date: 2011-12-02 10:01 +0100 http://bitbucket.org/pypy/pypy/changeset/09d322fa3784/ Log:also add an explicit way to record a class diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.py --- a/pyp

[pypy-commit] pypy default: (arigo, cfbolz): some sanity checks

2011-12-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r50059:ba3ca8aaaef4 Date: 2011-12-02 12:10 +0100 http://bitbucket.org/pypy/pypy/changeset/ba3ca8aaaef4/ Log:(arigo, cfbolz): some sanity checks diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py --- a/pypy/rlib/jit.py +++ b/pypy/rlib/jit.py @@ -7

[pypy-commit] pypy default: jit_record_known_class does nothing in the C backend

2011-12-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r50058:8b3befe1bd20 Date: 2011-12-02 10:35 +0100 http://bitbucket.org/pypy/pypy/changeset/8b3befe1bd20/ Log:jit_record_known_class does nothing in the C backend diff --git a/pypy/translator/c/src/support.h b/pypy/translator/c/src/support.h ---

[pypy-commit] pypy default: merge

2011-12-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r50060:0c65719691d8 Date: 2011-12-02 12:10 +0100 http://bitbucket.org/pypy/pypy/changeset/0c65719691d8/ Log:merge diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -15,7 +15,7 @@ * `FAQ

[pypy-commit] pypy default: disable the use of cast_pointer in the JIT for now, to find out whether it

2011-12-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r50061:c8c6a9ce7e04 Date: 2011-12-02 13:25 +0100 http://bitbucket.org/pypy/pypy/changeset/c8c6a9ce7e04/ Log:disable the use of cast_pointer in the JIT for now, to find out whether it caused the test failures. diff --git a/pypy/jit/codew

[pypy-commit] pypy ppc-jit-backend: started refactoring of stackframes

2011-12-02 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50062:d1741320b829 Date: 2011-12-02 14:02 +0100 http://bitbucket.org/pypy/pypy/changeset/d1741320b829/ Log:started refactoring of stackframes diff --git a/pypy/jit/backend/ppc/ppcgen/arch.py b/pypy/jit/backend/ppc/ppcgen/arch.py --- a/pypy/j

[pypy-commit] pypy win64-stage1: struct.pack issues with the JIT

2011-12-02 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r50063:cf81cefc5208 Date: 2011-12-02 15:08 +0100 http://bitbucket.org/pypy/pypy/changeset/cf81cefc5208/ Log:struct.pack issues with the JIT diff --git a/pypy/jit/backend/llsupport/test/test_descr.py b/pypy/jit/backend/llsupport/test/t

[pypy-commit] pypy SpecialisedTuples: - rename ANY to Any to avoid confusion

2011-12-02 Thread arigo
Author: Armin Rigo Branch: SpecialisedTuples Changeset: r50064:acd6e35b5711 Date: 2011-12-02 15:52 +0100 http://bitbucket.org/pypy/pypy/changeset/acd6e35b5711/ Log:- rename ANY to Any to avoid confusion - use a more pragmatic approach of having 10 specialized versions, for al

[pypy-commit] pypy ppc-jit-backend: slightly changed stackframe layout so that encoding area can be accessed with fixed offset from SPP

2011-12-02 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50065:6ad92645f0e4 Date: 2011-12-02 15:55 +0100 http://bitbucket.org/pypy/pypy/changeset/6ad92645f0e4/ Log:slightly changed stackframe layout so that encoding area can be accessed with fixed offset from SPP diff --git a/pypy/jit/backe

[pypy-commit] pypy ppc-jit-backend: remove parameter save area from stacklayout

2011-12-02 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50066:de0569ccdb88 Date: 2011-12-02 16:08 +0100 http://bitbucket.org/pypy/pypy/changeset/de0569ccdb88/ Log:remove parameter save area from stacklayout diff --git a/pypy/jit/backend/ppc/ppcgen/test/test_stackframe.py b/pypy/jit/backend/ppc/pp

[pypy-commit] pypy numpy-dtype-refactor: remove the review file, I addressed fijal's concern

2011-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-refactor Changeset: r50070:8dd8ceded68e Date: 2011-12-02 12:42 -0500 http://bitbucket.org/pypy/pypy/changeset/8dd8ceded68e/ Log:remove the review file, I addressed fijal's concern diff --git a/pypy/module/micronumpy/REVIEW b/pypy/module/micronumpy/REVI

[pypy-commit] pypy numpy-dtype-refactor: __module__ is now correctly, numpypy

2011-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-refactor Changeset: r50067:adbd652dc0ca Date: 2011-12-02 12:27 -0500 http://bitbucket.org/pypy/pypy/changeset/adbd652dc0ca/ Log:__module__ is now correctly, numpypy diff --git a/pypy/module/micronumpy/REVIEW b/pypy/module/micronumpy/REVIEW --- a/pypy/m

[pypy-commit] pypy numpy-dtype-refactor: Fix tests, expose int{16, 32} at app level, add a test for __int__

2011-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-refactor Changeset: r50068:f1d05c0a4b16 Date: 2011-12-02 12:40 -0500 http://bitbucket.org/pypy/pypy/changeset/f1d05c0a4b16/ Log:Fix tests, expose int{16,32} at app level, add a test for __int__ diff --git a/pypy/module/micronumpy/REVIEW b/pypy/module/m

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

2011-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-refactor Changeset: r50069:6de4a284490c Date: 2011-12-02 12:40 -0500 http://bitbucket.org/pypy/pypy/changeset/6de4a284490c/ Log:merged default diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -15

[pypy-commit] pypy numpy-dtype-refactor: Close branch for merge.

2011-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-refactor Changeset: r50071:dfe5b3a2b6aa Date: 2011-12-02 12:46 -0500 http://bitbucket.org/pypy/pypy/changeset/dfe5b3a2b6aa/ Log:Close branch for merge. ___ pypy-commit mailing list [email protected] http

[pypy-commit] pypy numpy-ndarray: a branch to make array dn ndarray work the same way as they do in numpy, I can't figure how this changeset breaks stuff

2011-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-ndarray Changeset: r50073:55386ade1ad3 Date: 2011-12-02 13:31 -0500 http://bitbucket.org/pypy/pypy/changeset/55386ade1ad3/ Log:a branch to make array dn ndarray work the same way as they do in numpy, I can't figure how this changeset breaks stuff dif

[pypy-commit] pypy numpy-ndarray: fix the bug, fix one other bug

2011-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-ndarray Changeset: r50074:2d3c7db968ec Date: 2011-12-02 13:40 -0500 http://bitbucket.org/pypy/pypy/changeset/2d3c7db968ec/ Log:fix the bug, fix one other bug diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: make numpy.ndarray refer to the class, and numpy.array be a funciton which constructs it

2011-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r50076:ccf1f7b9b78b Date: 2011-12-02 13:41 -0500 http://bitbucket.org/pypy/pypy/changeset/ccf1f7b9b78b/ Log:make numpy.ndarray refer to the class, and numpy.array be a funciton which constructs it diff --git a/pypy/module/micronumpy/__init__.py

[pypy-commit] pypy numpy-ndarray: CLose branhc for merge

2011-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-ndarray Changeset: r50075:9cfed3afa1cc Date: 2011-12-02 13:41 -0500 http://bitbucket.org/pypy/pypy/changeset/9cfed3afa1cc/ Log:CLose branhc for merge ___ pypy-commit mailing list [email protected] http://mail.

[pypy-commit] pypy ppc-jit-backend: made first tests run again on ppc32

2011-12-02 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50077:ecbfbef353c7 Date: 2011-12-02 20:50 +0100 http://bitbucket.org/pypy/pypy/changeset/ecbfbef353c7/ Log:made first tests run again on ppc32 diff --git a/pypy/jit/backend/ppc/ppcgen/arch.py b/pypy/jit/backend/ppc/ppcgen/arch.py --- a/pypy/

[pypy-commit] pypy win64-stage1: test_libffi works almost. Only the two byval tests are left for further investigation

2011-12-02 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r50078:df6d8c92cc30 Date: 2011-12-02 21:38 +0100 http://bitbucket.org/pypy/pypy/changeset/df6d8c92cc30/ Log:test_libffi works almost. Only the two byval tests are left for further investigation diff --git a/pypy/rlib/libffi.py

[pypy-commit] pypy default: Preset correct attributes on scalars, so that a call to calc_strides isn't emitted

2011-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r50079:87235ee9b8ab Date: 2011-12-02 16:31 -0500 http://bitbucket.org/pypy/pypy/changeset/87235ee9b8ab/ Log:Preset correct attributes on scalars, so that a call to calc_strides isn't emitted diff --git a/pypy/module/micronumpy/interp_numarray.p

[pypy-commit] pypy default: Mark several fields in numpy as being immutable, and the name of a type object as quassiimmut

2011-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r50080:e5ef85031c32 Date: 2011-12-02 18:17 -0500 http://bitbucket.org/pypy/pypy/changeset/e5ef85031c32/ Log:Mark several fields in numpy as being immutable, and the name of a type object as quassiimmut diff --git a/pypy/module/micronumpy/interp

[pypy-commit] pypy ppc-jit-backend: made first tests pass again on ppc64

2011-12-02 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50081:7805074b94a4 Date: 2011-12-02 15:24 -0800 http://bitbucket.org/pypy/pypy/changeset/7805074b94a4/ Log:made first tests pass again on ppc64 diff --git a/pypy/jit/backend/ppc/ppcgen/arch.py b/pypy/jit/backend/ppc/ppcgen/arch.py --- a/pypy

[pypy-commit] pypy numpy-share-iterators: in-progress work on sharing iterators. not really working

2011-12-02 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-share-iterators Changeset: r50082:02ca7995bf12 Date: 2011-12-03 08:52 +0200 http://bitbucket.org/pypy/pypy/changeset/02ca7995bf12/ Log:in-progress work on sharing iterators. not really working diff --git a/pypy/module/micronumpy/interp_numarray.py b/