[pypy-commit] cffi default: hg merge release-1.3

2015-10-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r2360:7c5809741094 Date: 2015-10-22 09:31 +0200 http://bitbucket.org/cffi/cffi/changeset/7c5809741094/ Log:hg merge release-1.3 diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/ins

[pypy-commit] cffi default: wchar_t can be signed or not, apparently, even on the same platform (arm

2015-10-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r2359:ebcda8268d47 Date: 2015-10-22 09:31 +0200 http://bitbucket.org/cffi/cffi/changeset/ebcda8268d47/ Log:wchar_t can be signed or not, apparently, even on the same platform (arm linux) diff --git a/testing/cffi0/backend_tests.py b/testing/cffi

[pypy-commit] cffi release-1.3: typo

2015-10-22 Thread arigo
Author: Armin Rigo Branch: release-1.3 Changeset: r2358:f3e2be21a723 Date: 2015-10-21 13:25 +0200 http://bitbucket.org/cffi/cffi/changeset/f3e2be21a723/ Log:typo diff --git a/doc/source/using.rst b/doc/source/using.rst --- a/doc/source/using.rst +++ b/doc/source/using.rst @@ -686,7 +686,7 @@

[pypy-commit] pypy cpyext-gc-support: progress

2015-10-22 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support Changeset: r80384:b641872f318e Date: 2015-10-22 09:36 +0200 http://bitbucket.org/pypy/pypy/changeset/b641872f318e/ Log:progress diff --git a/pypy/module/cpyext/include/intobject.h b/pypy/module/cpyext/include/intobject.h --- a/pypy/module/cpyext/

[pypy-commit] pypy s390x-backend: testing floating point operations, load float and round it to integer

2015-10-22 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80385:05b9b0babd4d Date: 2015-10-22 11:40 +0200 http://bitbucket.org/pypy/pypy/changeset/05b9b0babd4d/ Log:testing floating point operations, load float and round it to integer diff --git a/rpython/jit/backend/detect_cpu.py

[pypy-commit] pypy s390x-backend: made the instruction type RRF more general to support each unsupported parameter

2015-10-22 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80386:535d3fb38323 Date: 2015-10-22 12:13 +0200 http://bitbucket.org/pypy/pypy/changeset/535d3fb38323/ Log:made the instruction type RRF more general to support each unsupported parameter diff --git a/rpython/jit/backend/zarc

[pypy-commit] pypy s390x-backend: allocated memory, and stored float result into it, correctly read it afterwards

2015-10-22 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80387:ec9e69c4ffde Date: 2015-10-22 13:20 +0200 http://bitbucket.org/pypy/pypy/changeset/ec9e69c4ffde/ Log:allocated memory, and stored float result into it, correctly read it afterwards diff --git a/rpython/jit/backend/zarch

[pypy-commit] pypy s390x-backend: testing several other values for floating point addition

2015-10-22 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80388:8367c6c91fdf Date: 2015-10-22 14:16 +0200 http://bitbucket.org/pypy/pypy/changeset/8367c6c91fdf/ Log:testing several other values for floating point addition diff --git a/rpython/jit/backend/zarch/test/test_assembler.py b/rpyt

[pypy-commit] pypy cpyext-gc-support: in-progress

2015-10-22 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support Changeset: r80393:8e2b3183d88b Date: 2015-10-22 15:58 +0200 http://bitbucket.org/pypy/pypy/changeset/8e2b3183d88b/ Log:in-progress diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module

[pypy-commit] pypy s390x-backend: testing single float to float cast, testing int64 to float cast, added div (with remainer) instr

2015-10-22 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80395:20f482e7b1ef Date: 2015-10-22 16:01 +0200 http://bitbucket.org/pypy/pypy/changeset/20f482e7b1ef/ Log:testing single float to float cast, testing int64 to float cast, added div (with remainer) instr diff --git a/rpython/

[pypy-commit] pypy s390x-backend: instrs float division

2015-10-22 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80394:70f5409c0a1c Date: 2015-10-22 15:19 +0200 http://bitbucket.org/pypy/pypy/changeset/70f5409c0a1c/ Log:instrs float division diff --git a/rpython/jit/backend/zarch/instructions.py b/rpython/jit/backend/zarch/instructions.py ---

[pypy-commit] pypy cpyext-gc-support: fixes

2015-10-22 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support Changeset: r80396:3444872d2fb9 Date: 2015-10-22 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/3444872d2fb9/ Log:fixes diff --git a/pypy/module/cpyext/stringobject.py b/pypy/module/cpyext/stringobject.py --- a/pypy/module/cpyext/stringobjec

[pypy-commit] pypy s390x-backend: floating point comparison operations

2015-10-22 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80397:6f08bc334a9b Date: 2015-10-22 16:15 +0200 http://bitbucket.org/pypy/pypy/changeset/6f08bc334a9b/ Log:floating point comparison operations diff --git a/rpython/jit/backend/zarch/instructions.py b/rpython/jit/backend/zarch/instr

[pypy-commit] pypy no-class-specialize: pypy cleanup: _settled_ is now ignored

2015-10-22 Thread rlamy
Author: Ronan Lamy Branch: no-class-specialize Changeset: r80398:e1d57129043d Date: 2015-10-22 15:59 +0100 http://bitbucket.org/pypy/pypy/changeset/e1d57129043d/ Log:pypy cleanup: _settled_ is now ignored diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/

[pypy-commit] pypy cpyext-gc-support: Fighting ll2ctypes

2015-10-22 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support Changeset: r80399:09aca01b9997 Date: 2015-10-23 08:54 +0200 http://bitbucket.org/pypy/pypy/changeset/09aca01b9997/ Log:Fighting ll2ctypes diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy

[pypy-commit] pypy cpyext-gc-support: typo

2015-10-22 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support Changeset: r80400:3b2fdb9a3678 Date: 2015-10-23 08:56 +0200 http://bitbucket.org/pypy/pypy/changeset/3b2fdb9a3678/ Log:typo diff --git a/pypy/module/cpyext/stringobject.py b/pypy/module/cpyext/stringobject.py --- a/pypy/module/cpyext/stringobject