[pypy-commit] pypy zarch-simd-support: int_is_true fixed

2016-09-19 Thread plan_rich
Author: Richard Plangger Branch: zarch-simd-support Changeset: r87216:28e71ef2f8ec Date: 2016-09-19 09:11 +0200 http://bitbucket.org/pypy/pypy/changeset/28e71ef2f8ec/ Log:int_is_true fixed diff --git a/rpython/jit/backend/zarch/instructions.py b/rpython/jit/backend/zarch/instructions.py ---

[pypy-commit] pypy zarch-simd-support: close branch

2016-09-19 Thread plan_rich
Author: Richard Plangger Branch: zarch-simd-support Changeset: r87218:ba39bd805638 Date: 2016-09-19 09:12 +0200 http://bitbucket.org/pypy/pypy/changeset/ba39bd805638/ Log:close branch ___ pypy-commit mailing list pypy-commit@python.org https://mail

[pypy-commit] pypy ppc-vsx-support: document branches

2016-09-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r87219:b5e36e08c898 Date: 2016-09-19 09:14 +0200 http://bitbucket.org/pypy/pypy/changeset/b5e36e08c898/ Log:document branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy ppc-vsx-support: catchup with default

2016-09-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r87221:950c5eb14f89 Date: 2016-09-19 09:43 +0200 http://bitbucket.org/pypy/pypy/changeset/950c5eb14f89/ Log:catchup with default diff too long, truncating to 2000 out of 2146 lines diff --git a/lib-python/2.7/distutils/sysconfig_py

[pypy-commit] pypy ppc-vsx-support: expand gpr/fpr to a vector reg

2016-09-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r87220:a7ce3d0c0585 Date: 2016-09-19 09:42 +0200 http://bitbucket.org/pypy/pypy/changeset/a7ce3d0c0585/ Log:expand gpr/fpr to a vector reg diff --git a/rpython/jit/backend/zarch/instruction_builder.py b/rpython/jit/backend/zarch/in

[pypy-commit] pypy default: Issue #2325/2361: __class__ assignment between two classes with the same

2016-09-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r87222:4dd20155b7eb Date: 2016-09-19 11:05 +0200 http://bitbucket.org/pypy/pypy/changeset/4dd20155b7eb/ Log:Issue #2325/2361: __class__ assignment between two classes with the same slots. Adapted from PR #459 from mark wililams. Thanks! diff --g

[pypy-commit] pypy py3.5: Implement default keyword on min & max with tests

2016-09-19 Thread remarkablerocket
Author: Daniel Patrick Branch: py3.5 Changeset: r87224:85eef6bf8b2e Date: 2016-09-19 12:28 +0100 http://bitbucket.org/pypy/pypy/changeset/85eef6bf8b2e/ Log:Implement default keyword on min & max with tests diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/function

[pypy-commit] pypy ppc-vsx-support: translation issues

2016-09-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r87225:0cc906e34289 Date: 2016-09-19 14:29 +0200 http://bitbucket.org/pypy/pypy/changeset/0cc906e34289/ Log:translation issues diff --git a/rpython/jit/backend/zarch/assembler.py b/rpython/jit/backend/zarch/assembler.py --- a/rpyth

[pypy-commit] pypy ppc-vsx-support: same patch for x86

2016-09-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r87227:93b3c662735a Date: 2016-09-19 14:43 +0200 http://bitbucket.org/pypy/pypy/changeset/93b3c662735a/ Log:same patch for x86 diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/j

[pypy-commit] pypy ppc-vsx-support: use x86 scratch regs instead

2016-09-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r87228:d93cde0eb27e Date: 2016-09-19 15:21 +0200 http://bitbucket.org/pypy/pypy/changeset/d93cde0eb27e/ Log:use x86 scratch regs instead diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a

[pypy-commit] pypy ppc-vsx-support: use detect_vsx in ppc, not detect_simd_z

2016-09-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r87229:a19724e734a3 Date: 2016-09-19 15:30 +0200 http://bitbucket.org/pypy/pypy/changeset/a19724e734a3/ Log:use detect_vsx in ppc, not detect_simd_z diff --git a/rpython/jit/backend/ppc/vector_ext.py b/rpython/jit/backend/ppc/vecto

[pypy-commit] pypy py3k: backout bd9d1dd19c2c, per a8a4ffe56b74

2016-09-19 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87230:5c701a472a00 Date: 2016-09-19 14:39 +0100 http://bitbucket.org/pypy/pypy/changeset/5c701a472a00/ Log:backout bd9d1dd19c2c, per a8a4ffe56b74 diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/objsp

[pypy-commit] pypy default: revert 2b244ba62cf4, redo the distutils part to be cpython compliant (no SOABI)

2016-09-19 Thread mattip
Author: Matti Picus Branch: Changeset: r87233:71a05328d60c Date: 2016-09-19 18:08 +0300 http://bitbucket.org/pypy/pypy/changeset/71a05328d60c/ Log:revert 2b244ba62cf4, redo the distutils part to be cpython compliant (no SOABI) diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py

[pypy-commit] pypy better-storesink: merge

2016-09-19 Thread cfbolz
Author: Carl Friedrich Bolz Branch: better-storesink Changeset: r87236:ce6f32acf15c Date: 2016-09-19 21:54 +0200 http://bitbucket.org/pypy/pypy/changeset/ce6f32acf15c/ Log:merge diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst --- a/pypy/doc/cpython_difference

[pypy-commit] pypy better-storesink: a passing test

2016-09-19 Thread cfbolz
Author: Carl Friedrich Bolz Branch: better-storesink Changeset: r87234:5c15154ee248 Date: 2016-09-19 20:03 +0200 http://bitbucket.org/pypy/pypy/changeset/5c15154ee248/ Log:a passing test diff --git a/rpython/translator/backendopt/test/test_cse.py b/rpython/translator/backendopt/test/test_cs

[pypy-commit] pypy better-storesink: loop_blocks was broken in complex cases

2016-09-19 Thread cfbolz
Author: Carl Friedrich Bolz Branch: better-storesink Changeset: r87235:c701f3c76e7c Date: 2016-09-19 21:53 +0200 http://bitbucket.org/pypy/pypy/changeset/c701f3c76e7c/ Log:loop_blocks was broken in complex cases diff --git a/rpython/translator/backendopt/cse.py b/rpython/translator/backendo

[pypy-commit] pypy py3.5: untabify

2016-09-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87237:434221ac191c Date: 2016-09-19 22:05 +0200 http://bitbucket.org/pypy/pypy/changeset/434221ac191c/ Log:untabify diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/module/__builtin__/functiona

[pypy-commit] pypy default: Test that loops automatically unroll if they are written anywhere in the

2016-09-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r87238:3ebb2e0f8d2b Date: 2016-09-19 22:07 +0200 http://bitbucket.org/pypy/pypy/changeset/3ebb2e0f8d2b/ Log:Test that loops automatically unroll if they are written anywhere in the same function as one that contains a jit_merge_point() diff --gi