[pypy-commit] pypy default: fix translation instructions

2013-03-31 Thread mattip
Author: Matti Picus Branch: Changeset: r62901:ad0365848ec6 Date: 2013-03-31 16:11 +0300 http://bitbucket.org/pypy/pypy/changeset/ad0365848ec6/ Log:fix translation instructions diff --git a/pypy/doc/arm.rst b/pypy/doc/arm.rst --- a/pypy/doc/arm.rst +++ b/pypy/doc/arm.rst @@ -145,7 +145,7 @@

[pypy-commit] pypy default: fix --jit-backend argument

2013-03-31 Thread mattip
Author: Matti Picus Branch: Changeset: r62902:3293157cf5cc Date: 2013-03-31 16:28 +0300 http://bitbucket.org/pypy/pypy/changeset/3293157cf5cc/ Log:fix --jit-backend argument diff --git a/pypy/doc/arm.rst b/pypy/doc/arm.rst --- a/pypy/doc/arm.rst +++ b/pypy/doc/arm.rst @@ -153,7 +153,7 @@

[pypy-commit] pypy default: fix documentation for smallint -> smalllong

2013-03-31 Thread mattip
Author: Matti Picus Branch: Changeset: r62903:09ce885fa359 Date: 2013-03-31 18:05 +0300 http://bitbucket.org/pypy/pypy/changeset/09ce885fa359/ Log:fix documentation for smallint -> smalllong diff --git a/pypy/doc/config/translation.taggedpointers.txt b/pypy/doc/config/translation.taggedpoi

[pypy-commit] pypy longdouble2: Factor out other-endian dtype creation

2013-03-31 Thread rlamy
Author: Ronan Lamy Branch: longdouble2 Changeset: r62904:e2a5bea67fff Date: 2013-03-31 02:33 +0100 http://bitbucket.org/pypy/pypy/changeset/e2a5bea67fff/ Log:Factor out other-endian dtype creation diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py -

[pypy-commit] pypy longdouble2: get rid of the NonNativeFoo item types (a few translation failures)

2013-03-31 Thread rlamy
Author: Ronan Lamy Branch: longdouble2 Changeset: r62905:bfcadb0b748c Date: 2013-03-31 17:04 +0100 http://bitbucket.org/pypy/pypy/changeset/bfcadb0b748c/ Log:get rid of the NonNativeFoo item types (a few translation failures) diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module

[pypy-commit] cffi default: merge heads

2013-03-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r1218:c15983a2607b Date: 2013-03-31 19:15 +0200 http://bitbucket.org/cffi/cffi/changeset/c15983a2607b/ Log:merge heads diff --git a/testing/backend_tests.py b/testing/backend_tests.py --- a/testing/backend_tests.py +++ b/testing/backend_tests.py @@ -109

[pypy-commit] cffi default: Merge d0f6755466f7 into default:

2013-03-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r1217:27c82dcc020c Date: 2013-03-31 19:10 +0200 http://bitbucket.org/cffi/cffi/changeset/27c82dcc020c/ Log:Merge d0f6755466f7 into default: Cancel again these changes: we can't pass 0 or None to mean NULL. Just use NULL explicitly. (Aft

[pypy-commit] pypy default: Update to cffi/27c82dcc020c.

2013-03-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r62906:38851cb8e021 Date: 2013-03-31 19:17 +0200 http://bitbucket.org/pypy/pypy/changeset/38851cb8e021/ Log:Update to cffi/27c82dcc020c. diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py --- a/pypy/module/_cffi_

[pypy-commit] pypy default: merge heads

2013-03-31 Thread bivab
Author: David Schneider Branch: Changeset: r62909:e3ebae528d55 Date: 2013-03-31 20:01 +0200 http://bitbucket.org/pypy/pypy/changeset/e3ebae528d55/ Log:merge heads diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py --- a/pypy/module/_cffi_backend/cdat

[pypy-commit] pypy default: fix import

2013-03-31 Thread bivab
Author: David Schneider Branch: Changeset: r62907:42e88ee86a00 Date: 2013-03-31 20:00 +0200 http://bitbucket.org/pypy/pypy/changeset/42e88ee86a00/ Log:fix import diff --git a/rpython/jit/backend/arm/codebuilder.py b/rpython/jit/backend/arm/codebuilder.py --- a/rpython/jit/backend/arm/codeb

[pypy-commit] pypy default: some work on fixing translation on arm

2013-03-31 Thread bivab
Author: David Schneider Branch: Changeset: r62908:d5fba32b813a Date: 2013-03-31 20:01 +0200 http://bitbucket.org/pypy/pypy/changeset/d5fba32b813a/ Log:some work on fixing translation on arm diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py --- a/r