[pypy-commit] pypy vecopt-merge: test_micronumpy used old --jit "vectorize" parameter

2015-10-02 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79938:2751e3b80936 Date: 2015-10-03 08:32 +0200 http://bitbucket.org/pypy/pypy/changeset/2751e3b80936/ Log:test_micronumpy used old --jit "vectorize" parameter diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py b/pypy/mo

[pypy-commit] pypy default: fix the segfault when no stats are present

2015-10-02 Thread fijal
Author: fijal Branch: Changeset: r79937:cfc4705ad692 Date: 2015-10-02 17:40 +0200 http://bitbucket.org/pypy/pypy/changeset/cfc4705ad692/ Log:fix the segfault when no stats are present diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py --- a/pypy/module/py

[pypy-commit] pypy default: fix the test

2015-10-02 Thread fijal
Author: fijal Branch: Changeset: r79936:d01d9a0ef18b Date: 2015-10-02 15:58 +0200 http://bitbucket.org/pypy/pypy/changeset/d01d9a0ef18b/ Log:fix the test diff --git a/pypy/module/pypyjit/test_pypy_c/test_jitlogparser.py b/pypy/module/pypyjit/test_pypy_c/test_jitlogparser.py --- a/pypy/modul

[pypy-commit] pypy default: make this test not dependant on importing stuff

2015-10-02 Thread fijal
Author: fijal Branch: Changeset: r79935:40a16dffa99f Date: 2015-10-02 15:51 +0200 http://bitbucket.org/pypy/pypy/changeset/40a16dffa99f/ Log:make this test not dependant on importing stuff diff --git a/pypy/module/pypyjit/test_pypy_c/test_buffers.py b/pypy/module/pypyjit/test_pypy_c/test_bu

[pypy-commit] pypy default: fix a corner case in a test

2015-10-02 Thread fijal
Author: fijal Branch: Changeset: r79933:b1465cb3c7e1 Date: 2015-10-02 15:32 +0200 http://bitbucket.org/pypy/pypy/changeset/b1465cb3c7e1/ Log:fix a corner case in a test diff --git a/rpython/rtyper/module/test/test_ll_time.py b/rpython/rtyper/module/test/test_ll_time.py --- a/rpython/rtyper/

[pypy-commit] pypy default: kill useless test

2015-10-02 Thread fijal
Author: fijal Branch: Changeset: r79934:bde66c2cf46f Date: 2015-10-02 15:39 +0200 http://bitbucket.org/pypy/pypy/changeset/bde66c2cf46f/ Log:kill useless test diff --git a/pypy/module/pypyjit/test/test_jit_hook.py b/pypy/module/pypyjit/test/test_jit_hook.py --- a/pypy/module/pypyjit/test/te

[pypy-commit] pypy vecopt-merge: translation issue (missing import)

2015-10-02 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79932:31753dc0d45d Date: 2015-10-02 15:27 +0200 http://bitbucket.org/pypy/pypy/changeset/31753dc0d45d/ Log:translation issue (missing import) diff --git a/rpython/jit/metainterp/optimizeopt/schedule.py b/rpython/jit/metainterp/optimi

[pypy-commit] pypy vecopt-merge: removed commented (old code)

2015-10-02 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79931:4b9eb5c3d265 Date: 2015-10-02 15:03 +0200 http://bitbucket.org/pypy/pypy/changeset/4b9eb5c3d265/ Log:removed commented (old code) diff --git a/rpython/jit/metainterp/optimizeopt/guard.py b/rpython/jit/metainterp/optimizeopt/gua

[pypy-commit] pypy vecopt-merge: store operations did not correctly split packs (wrong size used) and thus did not sign extend correctly some times

2015-10-02 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79930:569c929fd2a1 Date: 2015-10-02 14:53 +0200 http://bitbucket.org/pypy/pypy/changeset/569c929fd2a1/ Log:store operations did not correctly split packs (wrong size used) and thus did not sign extend correctly some times diff

[pypy-commit] pypy vecopt-merge: same operation for iter states failed if index and _indices where not the same (fixed)

2015-10-02 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79929:232d93b7d261 Date: 2015-10-02 13:10 +0200 http://bitbucket.org/pypy/pypy/changeset/232d93b7d261/ Log:same operation for iter states failed if index and _indices where not the same (fixed) concrete type of a loaded singlef

[pypy-commit] pypy ppc-updated-backend: hg merge default

2015-10-02 Thread arigo
Author: Armin Rigo Branch: ppc-updated-backend Changeset: r79927:add2cdb7a761 Date: 2015-09-21 14:14 +0200 http://bitbucket.org/pypy/pypy/changeset/add2cdb7a761/ Log:hg merge default diff too long, truncating to 2000 out of 50549 lines diff --git a/lib-python/conftest.py b/lib-python/confte

[pypy-commit] pypy ppc-updated-backend: PPC Backend #6: most tests pass

2015-10-02 Thread arigo
Author: Armin Rigo Branch: ppc-updated-backend Changeset: r79928:0766a869fc86 Date: 2015-10-02 10:49 +0200 http://bitbucket.org/pypy/pypy/changeset/0766a869fc86/ Log:PPC Backend #6: most tests pass Various remaining fixes, until most tests pass. Took the relevant tests, copie

[pypy-commit] pypy ppc-updated-backend: PPC Backend #6 step 1

2015-10-02 Thread arigo
Author: Armin Rigo Branch: ppc-updated-backend Changeset: r79926:7d9d9d7d1398 Date: 2015-10-02 10:35 +0200 http://bitbucket.org/pypy/pypy/changeset/7d9d9d7d1398/ Log:PPC Backend #6 step 1 diff too long, truncating to 2000 out of 4756 lines diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy default: Issue #2137: try harder to avoid infinite recursion in some cases of

2015-10-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r79925:fed018f3c786 Date: 2015-10-02 09:59 +0200 http://bitbucket.org/pypy/pypy/changeset/fed018f3c786/ Log:Issue #2137: try harder to avoid infinite recursion in some cases of __coerce__() with old-style instances diff --git a/pypy/module/__bui