[pypy-commit] pypy py3.5-async: Start implementing cast in memoryobject (change from cpython 3.3)

2016-07-20 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85785:bf2cf63e4730 Date: 2016-07-20 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/bf2cf63e4730/ Log:Start implementing cast in memoryobject (change from cpython 3.3) diff --git a/pypy/objspace/std/memoryobject.py b/pypy/objspace/

[pypy-commit] pypy ppc-vsx-support: resolve some import issues in the x86 simd backend

2016-07-20 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85784:6c0d5cf2699e Date: 2016-07-20 17:32 +0200 http://bitbucket.org/pypy/pypy/changeset/6c0d5cf2699e/ Log:resolve some import issues in the x86 simd backend diff --git a/rpython/jit/backend/x86/vector_ext.py b/rpython/jit/backend

[pypy-commit] pypy ppc-vsx-support: added load_factors to ll_graph runner

2016-07-20 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85783:2c29f2c72be4 Date: 2016-07-20 17:19 +0200 http://bitbucket.org/pypy/pypy/changeset/2c29f2c72be4/ Log:added load_factors to ll_graph runner diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runn

[pypy-commit] pypy ppc-vsx-support: merge default

2016-07-20 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85782:474f49c7293b Date: 2016-07-20 15:51 +0200 http://bitbucket.org/pypy/pypy/changeset/474f49c7293b/ Log:merge default diff --git a/pypy/doc/install.rst b/pypy/doc/install.rst --- a/pypy/doc/install.rst +++ b/pypy/doc/install.rst

[pypy-commit] pypy default: apply changes to s390x backend

2016-07-20 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85781:65dc95275780 Date: 2016-07-20 13:54 +0200 http://bitbucket.org/pypy/pypy/changeset/65dc95275780/ Log:apply changes to s390x backend diff --git a/rpython/jit/backend/zarch/assembler.py b/rpython/jit/backend/zarch/assembler.py --- a/rpython/

[pypy-commit] pypy py3.5-async: (Typo in comment showing wrong cpython version in sre change)

2016-07-20 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85780:31ed20ca2d98 Date: 2016-07-20 15:01 +0200 http://bitbucket.org/pypy/pypy/changeset/31ed20ca2d98/ Log:(Typo in comment showing wrong cpython version in sre change) diff --git a/rpython/rlib/rsre/rsre_char.py b/rpython/rlib/rsre/rsre

[pypy-commit] pypy py3.5-async: Add comment explaining change of MAGIC number in sre module

2016-07-20 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85779:5dbcd8246ec7 Date: 2016-07-20 14:59 +0200 http://bitbucket.org/pypy/pypy/changeset/5dbcd8246ec7/ Log:Add comment explaining change of MAGIC number in sre module diff --git a/rpython/rlib/rsre/rsre_char.py b/rpython/rlib/rsre/rsre_c

[pypy-commit] pypy py3.5-async: Update sre MAGIC number for constants in rpython

2016-07-20 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85778:628c5ed8c43e Date: 2016-07-20 14:47 +0200 http://bitbucket.org/pypy/pypy/changeset/628c5ed8c43e/ Log:Update sre MAGIC number for constants in rpython diff --git a/rpython/rlib/rsre/rsre_char.py b/rpython/rlib/rsre/rsre_char.py ---

[pypy-commit] pypy py3.5-async: Implement MAXGROUPS in the sre module

2016-07-20 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85777:b8cce74eca8e Date: 2016-07-20 14:29 +0200 http://bitbucket.org/pypy/pypy/changeset/b8cce74eca8e/ Log:Implement MAXGROUPS in the sre module diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a/pypy/interp

[pypy-commit] pypy ppc-vsx-support: add test to reproduce failure at runtime. compute_vars_longevity disallows const values in the fail args

2016-07-20 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85776:a2551c202077 Date: 2016-07-20 13:46 +0200 http://bitbucket.org/pypy/pypy/changeset/a2551c202077/ Log:add test to reproduce failure at runtime. compute_vars_longevity disallows const values in the fail args diff --git

[pypy-commit] pypy ppc-vsx-support: remove the special cpu for sse4, cpu now has a field which describes the vector extension

2016-07-20 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85775:ec08d8d7e121 Date: 2016-07-20 12:46 +0200 http://bitbucket.org/pypy/pypy/changeset/ec08d8d7e121/ Log:remove the special cpu for sse4, cpu now has a field which describes the vector extension undo several changes for ss