[pypy-commit] pypy new-jit-log: catchup default

2016-06-21 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85302:bcdc23248f13 Date: 2016-06-21 12:57 +0200 http://bitbucket.org/pypy/pypy/changeset/bcdc23248f13/ Log:catchup default diff too long, truncating to 2000 out of 3966 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags

[pypy-commit] pypy new-jit-log: fixing tests

2016-06-21 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85303:4566282be496 Date: 2016-06-21 15:32 +0200 http://bitbucket.org/pypy/pypy/changeset/4566282be496/ Log:fixing tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_00_model.py b/pypy/module/pypyjit/test_pypy_c/test_00_model.py -

[pypy-commit] pypy new-jit-log: added function to access loop run counters of the assembler (instead of accessing the list directly)

2016-06-21 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85304:d37d1456081b Date: 2016-06-21 15:39 +0200 http://bitbucket.org/pypy/pypy/changeset/d37d1456081b/ Log:added function to access loop run counters of the assembler (instead of accessing the list directly) diff --git a/rpytho

[pypy-commit] pypy new-jit-log: removed syntax error

2016-06-21 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85305:6fdd6f3fb263 Date: 2016-06-21 16:46 +0200 http://bitbucket.org/pypy/pypy/changeset/6fdd6f3fb263/ Log:removed syntax error diff --git a/pypy/module/pypyjit/test_pypy_c/test_jitlogparser.py b/pypy/module/pypyjit/test_pypy_c/test_j

[pypy-commit] pypy reverse-debugger: in-progress: tracking live objects

2016-06-21 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85306:1c3f6914ae95 Date: 2016-06-21 16:54 +0200 http://bitbucket.org/pypy/pypy/changeset/1c3f6914ae95/ Log:in-progress: tracking live objects diff --git a/rpython/rlib/revdb.py b/rpython/rlib/revdb.py --- a/rpython/rlib/revdb.py +++ b/r

[pypy-commit] pypy ppc-vsx-support: fixed issue in unaligned integer store

2016-06-21 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85307:552b762ff801 Date: 2016-06-21 17:06 +0200 http://bitbucket.org/pypy/pypy/changeset/552b762ff801/ Log:fixed issue in unaligned integer store diff --git a/rpython/jit/backend/ppc/vector_ext.py b/rpython/jit/backend/ppc/vector_

[pypy-commit] pypy testing-cleanup-py3k: fix warnings

2016-06-21 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup-py3k Changeset: r85308:5c1da7baf37a Date: 2016-06-21 03:35 +0100 http://bitbucket.org/pypy/pypy/changeset/5c1da7baf37a/ Log:fix warnings diff --git a/pypy/module/cpyext/test/test_bytesobject.py b/pypy/module/cpyext/test/test_bytesobject.py --- a/py

[pypy-commit] pypy testing-cleanup-py3k: Update _sre.c to CPython 3.3.5 (doesn't compile because we're missing most of the PEP393 API)

2016-06-21 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup-py3k Changeset: r85309:b60d0188fb25 Date: 2016-06-21 16:41 +0100 http://bitbucket.org/pypy/pypy/changeset/b60d0188fb25/ Log:Update _sre.c to CPython 3.3.5 (doesn't compile because we're missing most of the PEP393 API) diff --git a/pypy/modul

[pypy-commit] pypy py3k: merge branch testing-cleanup-py3k

2016-06-21 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r85310:df6e701d52a2 Date: 2016-06-21 16:54 +0100 http://bitbucket.org/pypy/pypy/changeset/df6e701d52a2/ Log:merge branch testing-cleanup-py3k diff too long, truncating to 2000 out of 2361 lines diff --git a/pypy/interpreter/astcompiler/test/test_co

[pypy-commit] pypy ppc-vsx-support: (ppc) implemented vec_int_add

2016-06-21 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85311:771785582074 Date: 2016-06-21 17:09 +0200 http://bitbucket.org/pypy/pypy/changeset/771785582074/ Log:(ppc) implemented vec_int_add diff --git a/rpython/jit/backend/ppc/codebuilder.py b/rpython/jit/backend/ppc/codebuilder.py

[pypy-commit] pypy ppc-vsx-support: extend the integer vector test

2016-06-21 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85313:277106ec536b Date: 2016-06-21 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/277106ec536b/ Log:extend the integer vector test diff --git a/rpython/jit/backend/ppc/vector_ext.py b/rpython/jit/backend/ppc/vector_ext.py -

[pypy-commit] pypy ppc-vsx-support: (ppc) implemented vec_int_sub

2016-06-21 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85312:03a28e77e69d Date: 2016-06-21 17:24 +0200 http://bitbucket.org/pypy/pypy/changeset/03a28e77e69d/ Log:(ppc) implemented vec_int_sub diff --git a/rpython/jit/backend/ppc/codebuilder.py b/rpython/jit/backend/ppc/codebuilder.py

[pypy-commit] pypy reverse-debugger: in-progress

2016-06-21 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85314:a9996f5e2819 Date: 2016-06-21 18:45 +0200 http://bitbucket.org/pypy/pypy/changeset/a9996f5e2819/ Log:in-progress diff --git a/rpython/rlib/revdb.py b/rpython/rlib/revdb.py --- a/rpython/rlib/revdb.py +++ b/rpython/rlib/revdb.py @@

[pypy-commit] pypy py3k: hg merge default

2016-06-21 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r85315:fb39f32b33f1 Date: 2016-06-21 17:54 +0100 http://bitbucket.org/pypy/pypy/changeset/fb39f32b33f1/ Log:hg merge default diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -26,3 +26,4 @@ 40497617ae91caa1a394d8be6f9cd2de31cb0628 relea

[pypy-commit] pypy reverse-debugger: fixes

2016-06-21 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85316:afd4dd224a4e Date: 2016-06-21 19:17 +0200 http://bitbucket.org/pypy/pypy/changeset/afd4dd224a4e/ Log:fixes diff --git a/rpython/translator/revdb/process.py b/rpython/translator/revdb/process.py --- a/rpython/translator/revdb/proc

[pypy-commit] pypy py3k: manually merge default's stringobject.h changes to bytesobject.h

2016-06-21 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r85317:ed21d8456ad2 Date: 2016-06-21 19:13 +0100 http://bitbucket.org/pypy/pypy/changeset/ed21d8456ad2/ Log:manually merge default's stringobject.h changes to bytesobject.h diff --git a/pypy/module/cpyext/include/bytesobject.h b/pypy/module/cpyext/

[pypy-commit] pypy py3k: fix missing imports

2016-06-21 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r85318:d5533cd7171d Date: 2016-06-21 19:26 +0100 http://bitbucket.org/pypy/pypy/changeset/d5533cd7171d/ Log:fix missing imports diff --git a/pypy/module/cpyext/bytesobject.py b/pypy/module/cpyext/bytesobject.py --- a/pypy/module/cpyext/bytesobject.

[pypy-commit] pypy py3.5: change handling dicts in astbuilder

2016-06-21 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85319:bfeac9d99b15 Date: 2016-06-21 22:57 +0200 http://bitbucket.org/pypy/pypy/changeset/bfeac9d99b15/ Log:change handling dicts in astbuilder diff --git a/pypy/interpreter/astcompiler/astbuilder.py b/pypy/interpreter/astcompiler/astbuilder.p