[pypy-commit] pypy cpyext-realloc: test, fix for translated realloc

2016-08-01 Thread mattip
Author: mattip Branch: cpyext-realloc Changeset: r85978:12bb1db94194 Date: 2016-08-02 06:37 +0300 http://bitbucket.org/pypy/pypy/changeset/12bb1db94194/ Log:test, fix for translated realloc diff --git a/pypy/module/cpyext/object.py b/pypy/module/cpyext/object.py ---

[pypy-commit] pypy py3k: Port test_import_module.c to 3

2016-08-01 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r85977:7b64c8a8597e Date: 2016-08-02 02:53 +0100 http://bitbucket.org/pypy/pypy/changeset/7b64c8a8597e/ Log:Port test_import_module.c to 3 diff --git a/pypy/module/cpyext/test/test_import_module.c

[pypy-commit] pypy py3k: Fix bad merge in test_number.py

2016-08-01 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r85976:12a7377be119 Date: 2016-08-02 02:18 +0100 http://bitbucket.org/pypy/pypy/changeset/12a7377be119/ Log:Fix bad merge in test_number.py diff --git a/pypy/module/cpyext/test/test_number.py

[pypy-commit] pypy py3k: fix test_intlike() and more_init case in import_extension()

2016-08-01 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r85975:1b2752361da5 Date: 2016-08-02 01:59 +0100 http://bitbucket.org/pypy/pypy/changeset/1b2752361da5/ Log:fix test_intlike() and more_init case in import_extension() diff --git a/pypy/module/cpyext/test/test_cpyext.py

[pypy-commit] pypy default: Translation fix

2016-08-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r85974:d046815fc8d5 Date: 2016-08-01 22:35 +0100 http://bitbucket.org/pypy/pypy/changeset/d046815fc8d5/ Log:Translation fix diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py ---

[pypy-commit] pypy py3.5-async: Add note for dirty fix

2016-08-01 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85973:55d7fbdc81b4 Date: 2016-08-01 22:21 +0200 http://bitbucket.org/pypy/pypy/changeset/55d7fbdc81b4/ Log:Add note for dirty fix diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py ---

[pypy-commit] pypy default: whoops?

2016-08-01 Thread mattip
Author: mattip Branch: Changeset: r85972:54055c320d57 Date: 2016-08-01 22:28 +0300 http://bitbucket.org/pypy/pypy/changeset/54055c320d57/ Log:whoops? diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py ---

[pypy-commit] pypy ppc-vsx-support: added three more tests to ensure enforce_var_in_vector_reg works (found one issue)

2016-08-01 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85971:a88c5ddefcb0 Date: 2016-08-01 21:22 +0200 http://bitbucket.org/pypy/pypy/changeset/a88c5ddefcb0/ Log:added three more tests to ensure enforce_var_in_vector_reg works (found one issue) diff --git

[pypy-commit] pypy ppc-vsx-support: use brackets to lookup dict

2016-08-01 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85970:8d8e03f06ed0 Date: 2016-08-01 19:13 +0200 http://bitbucket.org/pypy/pypy/changeset/8d8e03f06ed0/ Log:use brackets to lookup dict diff --git a/rpython/jit/backend/x86/vector_ext.py

[pypy-commit] pypy py3.5-async: Merge with py3k

2016-08-01 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85968:2688a6d60ce4 Date: 2016-08-01 20:41 +0200 http://bitbucket.org/pypy/pypy/changeset/2688a6d60ce4/ Log:Merge with py3k diff too long, truncating to 2000 out of 43939 lines diff --git a/.hgtags b/.hgtags

[pypy-commit] pypy py3.5-async: Remove wrong handle_with_stmt from merge

2016-08-01 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85969:6f1bd36b0cda Date: 2016-08-01 20:45 +0200 http://bitbucket.org/pypy/pypy/changeset/6f1bd36b0cda/ Log:Remove wrong handle_with_stmt from merge diff --git a/pypy/interpreter/astcompiler/astbuilder.py

[pypy-commit] pypy py3.5-async: Fix switched None and iterable object on stack in GET_AWAITABLE (maybe a better fix is possible)

2016-08-01 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85967:131f3d3c8682 Date: 2016-08-01 19:16 +0200 http://bitbucket.org/pypy/pypy/changeset/131f3d3c8682/ Log:Fix switched None and iterable object on stack in GET_AWAITABLE (maybe a better fix is possible)

[pypy-commit] pypy default: merged branch jitlog-exact-source-lines

2016-08-01 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85965:a5b71ba0fa6e Date: 2016-08-01 19:09 +0200 http://bitbucket.org/pypy/pypy/changeset/a5b71ba0fa6e/ Log:merged branch jitlog-exact-source-lines diff --git a/pypy/module/pypyjit/interp_jit.py

[pypy-commit] pypy jitlog-exact-source-lines: close branch

2016-08-01 Thread plan_rich
Author: Richard Plangger Branch: jitlog-exact-source-lines Changeset: r85964:19af959d833f Date: 2016-08-01 19:09 +0200 http://bitbucket.org/pypy/pypy/changeset/19af959d833f/ Log:close branch ___ pypy-commit mailing list

[pypy-commit] pypy jitlog-exact-source-lines: deduplicate offset2lineno, moved comment to rpython/tool/error.py (pypyjit)

2016-08-01 Thread plan_rich
Author: Richard Plangger Branch: jitlog-exact-source-lines Changeset: r85963:3654fa52664d Date: 2016-08-01 19:09 +0200 http://bitbucket.org/pypy/pypy/changeset/3654fa52664d/ Log:deduplicate offset2lineno, moved comment to rpython/tool/error.py (pypyjit) diff

[pypy-commit] pypy default: documented branch

2016-08-01 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85966:2831d94d2fec Date: 2016-08-01 19:10 +0200 http://bitbucket.org/pypy/pypy/changeset/2831d94d2fec/ Log:documented branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy ppc-vsx-support: impl. flush_vector_cc for x86 using PBLENDVB

2016-08-01 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85962:7673f44c3693 Date: 2016-08-01 19:04 +0200 http://bitbucket.org/pypy/pypy/changeset/7673f44c3693/ Log:impl. flush_vector_cc for x86 using PBLENDVB diff --git a/rpython/jit/backend/x86/assembler.py

[pypy-commit] pypy default: add --jit option to the tla target

2016-08-01 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r85960:dc10853dfd3b Date: 2016-07-14 10:13 +0200 http://bitbucket.org/pypy/pypy/changeset/dc10853dfd3b/ Log:add --jit option to the tla target diff --git a/rpython/jit/tl/tla/targettla.py b/rpython/jit/tl/tla/targettla.py ---

[pypy-commit] pypy reverse-debugger: a nicer get_printable_location

2016-08-01 Thread cfbolz
Author: Carl Friedrich Bolz Branch: reverse-debugger Changeset: r85958:fa384c882956 Date: 2016-07-14 10:44 +0200 http://bitbucket.org/pypy/pypy/changeset/fa384c882956/ Log:a nicer get_printable_location diff --git a/rpython/jit/tl/tla/tla.py b/rpython/jit/tl/tla/tla.py ---

[pypy-commit] pypy default: a nicer get_printable_location

2016-08-01 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r85961:e3e2a10c5153 Date: 2016-07-14 10:44 +0200 http://bitbucket.org/pypy/pypy/changeset/e3e2a10c5153/ Log:a nicer get_printable_location diff --git a/rpython/jit/tl/tla/tla.py b/rpython/jit/tl/tla/tla.py ---

[pypy-commit] pypy default: make int * string work too in RPython

2016-08-01 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r85959:2246f93d2550 Date: 2016-08-01 18:07 +0200 http://bitbucket.org/pypy/pypy/changeset/2246f93d2550/ Log:make int * string work too in RPython diff --git a/rpython/rtyper/rstr.py b/rpython/rtyper/rstr.py ---

[pypy-commit] pypy reverse-debugger: add --jit option to the tla target

2016-08-01 Thread cfbolz
Author: Carl Friedrich Bolz Branch: reverse-debugger Changeset: r85957:49e0ce99e325 Date: 2016-07-14 10:13 +0200 http://bitbucket.org/pypy/pypy/changeset/49e0ce99e325/ Log:add --jit option to the tla target diff --git a/rpython/jit/tl/tla/targettla.py

[pypy-commit] extradoc extradoc: some tweaks and comments

2016-08-01 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r5660:7c07538c059b Date: 2016-08-01 17:44 +0200 http://bitbucket.org/pypy/extradoc/changeset/7c07538c059b/ Log:some tweaks and comments diff --git a/blog/draft/new-jit-log.rst b/blog/draft/new-jit-log.rst ---

[pypy-commit] pypy jitlog-exact-source-lines: use offset2lineno as proposed by cfbolz

2016-08-01 Thread plan_rich
Author: Richard Plangger Branch: jitlog-exact-source-lines Changeset: r85956:7467ad8d230f Date: 2016-08-01 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/7467ad8d230f/ Log:use offset2lineno as proposed by cfbolz diff --git a/pypy/module/pypyjit/interp_jit.py

[pypy-commit] pypy ppc-vsx-support: correct the scaling for vec_load/store

2016-08-01 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85955:84c8a9345e22 Date: 2016-08-01 16:22 +0200 http://bitbucket.org/pypy/pypy/changeset/84c8a9345e22/ Log:correct the scaling for vec_load/store diff --git a/rpython/jit/backend/llsupport/vector_ext.py

[pypy-commit] pypy ppc-vsx-support: impl. vec_float_xor (missing change)

2016-08-01 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85954:7510e65f6e05 Date: 2016-08-01 14:45 +0200 http://bitbucket.org/pypy/pypy/changeset/7510e65f6e05/ Log:impl. vec_float_xor (missing change) diff --git a/rpython/jit/backend/x86/vector_ext.py

[pypy-commit] extradoc extradoc: draft for jitlog blog post

2016-08-01 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r5658:8bb00903feae Date: 2016-08-01 10:19 +0200 http://bitbucket.org/pypy/extradoc/changeset/8bb00903feae/ Log:draft for jitlog blog post diff --git a/blog/draft/new-jit-log.rst b/blog/draft/new-jit-log.rst new file

[pypy-commit] extradoc extradoc: merge heads

2016-08-01 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r5659:15244739241e Date: 2016-08-01 10:46 +0200 http://bitbucket.org/pypy/extradoc/changeset/15244739241e/ Log:merge heads diff --git a/blog/draft/revdb.rst b/blog/draft/revdb.rst --- a/blog/draft/revdb.rst +++