[pypy-commit] pypy new-jit-log: trying to fix translation issue

2016-05-12 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r84396:29b41cf549e1 Date: 2016-05-12 08:59 +0200 http://bitbucket.org/pypy/pypy/changeset/29b41cf549e1/ Log:trying to fix translation issue diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/llsupport/assembl

[pypy-commit] pypy new-jit-log: merged default, removed jitlog marker .h file

2016-05-12 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r84395:0324cb4dabc8 Date: 2016-05-10 14:48 +0200 http://bitbucket.org/pypy/pypy/changeset/0324cb4dabc8/ Log:merged default, removed jitlog marker .h file diff --git a/pypy/module/cpyext/ndarrayobject.py b/pypy/module/cpyext/ndarrayobje

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

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

[pypy-commit] pypy z196-support: explicitly checking for some more facilities that are required

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

[pypy-commit] buildbot default: removed category s390x to linux-s390x, removed renamed own and pypy-c-jit slaves (removed dje's build slave as it is not working properly)

2016-05-12 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r1004:14d2d93b28e7 Date: 2016-05-12 11:38 +0200 http://bitbucket.org/pypy/buildbot/changeset/14d2d93b28e7/ Log:removed category s390x to linux-s390x, removed renamed own and pypy-c-jit slaves (removed dje's build slave as it is not working

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

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

[pypy-commit] pypy default: (s390x) prevent an issue in the reg. allocator: it could remove a register from the free list and never return it for one trace allocation run

2016-05-12 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r84400:fba18f9e071e Date: 2016-05-12 12:48 +0200 http://bitbucket.org/pypy/pypy/changeset/fba18f9e071e/ Log:(s390x) prevent an issue in the reg. allocator: it could remove a register from the free list and never return it for one trace

[pypy-commit] pypy default: Pass function name to the wrapper directly (fixes translation)

2016-05-12 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r84401:4d171d674bbf Date: 2016-05-11 23:36 +0100 http://bitbucket.org/pypy/pypy/changeset/4d171d674bbf/ Log:Pass function name to the wrapper directly (fixes translation) diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/modu

[pypy-commit] pypy default: merge heads

2016-05-12 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r84402:338fbdec99c6 Date: 2016-05-12 16:04 +0100 http://bitbucket.org/pypy/pypy/changeset/338fbdec99c6/ Log:merge heads diff --git a/pypy/module/_winreg/interp_winreg.py b/pypy/module/_winreg/interp_winreg.py --- a/pypy/module/_winreg/interp_winreg.py

[pypy-commit] pypy default: (s390x) parsing of /proc/cpuinfo is now more robust,

2016-05-12 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r84403:47f7642ba824 Date: 2016-05-12 17:13 +0200 http://bitbucket.org/pypy/pypy/changeset/47f7642ba824/ Log:(s390x) parsing of /proc/cpuinfo is now more robust, fixed issue that followed with the last commit for s390x in the allocator diff

[pypy-commit] buildbot default: add useful script

2016-05-12 Thread mattip
Author: Matti Picus Branch: Changeset: r1005:01afb8aebf63 Date: 2016-05-12 17:30 +0200 http://bitbucket.org/pypy/buildbot/changeset/01afb8aebf63/ Log:add useful script diff --git a/restart_buildmaster_when_not_running b/restart_buildmaster_when_not_running new file mode 100755 --- /dev/nul

[pypy-commit] pypy release-5.x: update version to 5.1.2

2016-05-12 Thread mattip
Author: Matti Picus Branch: release-5.x Changeset: r84404:9e64ad20b51c Date: 2016-05-12 18:47 +0300 http://bitbucket.org/pypy/pypy/changeset/9e64ad20b51c/ Log:update version to 5.1.2 diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/mo

[pypy-commit] pypy release-5.x: (s390x) prevent an issue in the reg. allocator: it could remove a register from the free list and never return it for one trace allocation run

2016-05-12 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84406:ed7f3dbc9f65 Date: 2016-05-12 12:48 +0200 http://bitbucket.org/pypy/pypy/changeset/ed7f3dbc9f65/ Log:(s390x) prevent an issue in the reg. allocator: it could remove a register from the free list and never return it for one

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

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

[pypy-commit] pypy release-5.x: (s390x) parsing of /proc/cpuinfo is now more robust,

2016-05-12 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84407:951eeca3bc24 Date: 2016-05-12 17:13 +0200 http://bitbucket.org/pypy/pypy/changeset/951eeca3bc24/ Log:(s390x) parsing of /proc/cpuinfo is now more robust, fixed issue that followed with the last commit for s390x in the allo

[pypy-commit] pypy py3k: hg merge default

2016-05-12 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r84408:7f5d673727e3 Date: 2016-05-12 21:01 +0100 http://bitbucket.org/pypy/pypy/changeset/7f5d673727e3/ Log:hg merge default diff too long, truncating to 2000 out of 6936 lines diff --git a/dotviewer/graphserver.py b/dotviewer/graphserver.py --- a/

[pypy-commit] pypy py3k: missing import

2016-05-12 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84409:8af0cd2aeccd Date: 2016-05-12 16:56 -0700 http://bitbucket.org/pypy/pypy/changeset/8af0cd2aeccd/ Log:missing import diff --git a/lib-python/3/ctypes/test/test_python_api.py b/lib-python/3/ctypes/test/test_python_api.py --- a/lib-python/3/

[pypy-commit] pypy default: fix translation

2016-05-12 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r84410:4251bbe57346 Date: 2016-05-13 01:09 +0100 http://bitbucket.org/pypy/pypy/changeset/4251bbe57346/ Log:fix translation diff --git a/rpython/memory/gc/env.py b/rpython/memory/gc/env.py --- a/rpython/memory/gc/env.py +++ b/rpython/memory/gc/env.py @@

[pypy-commit] pypy py3k: fix translation maybe

2016-05-12 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r84411:947758cd5ea4 Date: 2016-05-13 05:03 +0100 http://bitbucket.org/pypy/pypy/changeset/947758cd5ea4/ Log:fix translation maybe diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py --- a/pypy/module/_socket/int

[pypy-commit] pypy py3k: merge default

2016-05-12 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84412:1ba51b01cb26 Date: 2016-05-12 21:51 -0700 http://bitbucket.org/pypy/pypy/changeset/1ba51b01cb26/ Log:merge default diff --git a/rpython/memory/gc/env.py b/rpython/memory/gc/env.py --- a/rpython/memory/gc/env.py +++ b/rpython/memory/gc/env.

[pypy-commit] pypy default: arg. translation issue (non negative indices)

2016-05-12 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r84413:63940d0c6eee Date: 2016-05-13 07:59 +0200 http://bitbucket.org/pypy/pypy/changeset/63940d0c6eee/ Log:arg. translation issue (non negative indices) diff --git a/rpython/memory/gc/env.py b/rpython/memory/gc/env.py --- a/rpython/memory/gc/env.