[pypy-commit] pypy z196-support: (s390x) setting cflags according to the cpu id (machine = ...), docu updates

2016-05-13 Thread plan_rich
Author: Richard Plangger Branch: z196-support Changeset: r84414:dbb99c837a7c Date: 2016-05-13 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/dbb99c837a7c/ Log:(s390x) setting cflags according to the cpu id (machine = ...), docu updates diff --git a/rpython/doc/arch/s390x.rst b/

[pypy-commit] pypy z196-support: documented branch

2016-05-13 Thread plan_rich
Author: Richard Plangger Branch: z196-support Changeset: r84415:e61b6b9c4b06 Date: 2016-05-13 12:19 +0200 http://bitbucket.org/pypy/pypy/changeset/e61b6b9c4b06/ Log:documented branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/p

[pypy-commit] pypy release-5.x: explicitly checking for some more facilities that are required

2016-05-13 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84417:f6168a97b117 Date: 2016-05-12 10:42 +0200 http://bitbucket.org/pypy/pypy/changeset/f6168a97b117/ Log:explicitly checking for some more facilities that are required diff --git a/rpython/jit/backend/zarch/test/test_assembler.py b/

[pypy-commit] pypy release-5.x: removed not used RISBGN instruction and reverted the target CPU arch to z196. Ideally this should be a translation flag

2016-05-13 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84416:f966589aea61 Date: 2016-05-12 10:06 +0200 http://bitbucket.org/pypy/pypy/changeset/f966589aea61/ Log:removed not used RISBGN instruction and reverted the target CPU arch to z196. Ideally this should be a translation flag

[pypy-commit] pypy release-5.x: (s390x) setting cflags according to the cpu id (machine = ...), docu updates

2016-05-13 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84420:d8759753a9cd Date: 2016-05-13 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/d8759753a9cd/ Log:(s390x) setting cflags according to the cpu id (machine = ...), docu updates diff --git a/rpython/doc/arch/s390x.rst b/r

[pypy-commit] pypy release-5.x: documentation update for s390x. clarification and moved toc tree around (for s390x notes)

2016-05-13 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84418:a7b76152004d Date: 2016-05-12 11:57 +0200 http://bitbucket.org/pypy/pypy/changeset/a7b76152004d/ Log:documentation update for s390x. clarification and moved toc tree around (for s390x notes) diff --git a/rpython/doc/arch/

[pypy-commit] pypy release-5.x: CFLAGS can be used to overwrite -march=(z10|z196|zEC12), default is now z10

2016-05-13 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84419:d3481c6f3d33 Date: 2016-05-12 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/d3481c6f3d33/ Log:CFLAGS can be used to overwrite -march=(z10|z196|zEC12), default is now z10 diff --git a/rpython/doc/arch/s390x.rst b/rp

[pypy-commit] pypy z196-support: gcc does not recognize z13 (default to zEC12 instead)

2016-05-13 Thread plan_rich
Author: Richard Plangger Branch: z196-support Changeset: r84421:fe11680b5469 Date: 2016-05-13 12:29 +0200 http://bitbucket.org/pypy/pypy/changeset/fe11680b5469/ Log:gcc does not recognize z13 (default to zEC12 instead) diff --git a/rpython/translator/platform/arch/s390x.py b/rpython/transla

[pypy-commit] pypy release-5.x: gcc does not recognize z13 (default to zEC12 instead)

2016-05-13 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84422:fa3216ed9f10 Date: 2016-05-13 12:29 +0200 http://bitbucket.org/pypy/pypy/changeset/fa3216ed9f10/ Log:gcc does not recognize z13 (default to zEC12 instead) diff --git a/rpython/translator/platform/arch/s390x.py b/rpython/translat

[pypy-commit] pypy py3k: This test shouldn't be cpython_only

2016-05-13 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r84423:4304d6f2fd99 Date: 2016-05-13 17:00 +0100 http://bitbucket.org/pypy/pypy/changeset/4304d6f2fd99/ Log:This test shouldn't be cpython_only diff --git a/lib-python/3/test/test_tempfile.py b/lib-python/3/test/test_tempfile.py --- a/lib-python/3/

[pypy-commit] pypy cpyext-old-buffers: Add tests for old buffer protocol, and add missing method for buffer objects.

2016-05-13 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: cpyext-old-buffers Changeset: r84424:878811dabd46 Date: 2016-05-10 08:12 -0700 http://bitbucket.org/pypy/pypy/changeset/878811dabd46/ Log:Add tests for old buffer protocol, and add missing method for buffer objects. diff --git a/pypy/module/cpyext/tes

[pypy-commit] pypy cpyext-old-buffers: Add tests for mmap.

2016-05-13 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: cpyext-old-buffers Changeset: r84425:e70d01e7e0de Date: 2016-05-11 16:51 -0700 http://bitbucket.org/pypy/pypy/changeset/e70d01e7e0de/ Log:Add tests for mmap. Basically just checkpointing before I go off sideways into a totally different strate

[pypy-commit] pypy cpyext-old-buffers: Use PyPy buffer protocol to implement CPython buffer protocol.

2016-05-13 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: cpyext-old-buffers Changeset: r84426:5b8aa00091eb Date: 2016-05-12 17:23 -0700 http://bitbucket.org/pypy/pypy/changeset/5b8aa00091eb/ Log:Use PyPy buffer protocol to implement CPython buffer protocol. Only works for strings/buffers atm. diff --git a/

[pypy-commit] pypy py3k: Fix some cpyext compilation warnings

2016-05-13 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r84427:6f241f23a344 Date: 2016-05-13 20:54 +0100 http://bitbucket.org/pypy/pypy/changeset/6f241f23a344/ Log:Fix some cpyext compilation warnings diff --git a/pypy/module/cpyext/floatobject.py b/pypy/module/cpyext/floatobject.py --- a/pypy/module/cp

[pypy-commit] pypy py3k: Fix bad merge and compilation warnings in test_typeobject.py

2016-05-13 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r84428:eb3b8177ee3f Date: 2016-05-13 21:14 +0100 http://bitbucket.org/pypy/pypy/changeset/eb3b8177ee3f/ Log:Fix bad merge and compilation warnings in test_typeobject.py diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/te

[pypy-commit] pypy py3k: fix another compiler warning

2016-05-13 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r84429:6792b05f6078 Date: 2016-05-13 21:33 +0100 http://bitbucket.org/pypy/pypy/changeset/6792b05f6078/ Log:fix another compiler warning diff --git a/pypy/module/cpyext/test/test_bytesobject.py b/pypy/module/cpyext/test/test_bytesobject.py --- a/py