[pypy-commit] pypy cling-support: rudimentary support for templated functions

2016-07-18 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r85764:f5aadcd69784 Date: 2016-07-18 15:48 -0700 http://bitbucket.org/pypy/pypy/changeset/f5aadcd69784/ Log:rudimentary support for templated functions diff --git a/pypy/module/cppyy/src/clingcwrapper.cxx

[pypy-commit] pypy py3.5-async: Implement missing coroutine functions and adapt typedef, add object serialization for coroutines

2016-07-18 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85763:1eff44f9dc2e Date: 2016-07-18 18:44 +0200 http://bitbucket.org/pypy/pypy/changeset/1eff44f9dc2e/ Log:Implement missing coroutine functions and adapt typedef, add object serialization for coroutines

[pypy-commit] extradoc extradoc: Some tweaks

2016-07-18 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5654:013c70e21b0f Date: 2016-07-18 17:54 +0200 http://bitbucket.org/pypy/extradoc/changeset/013c70e21b0f/ Log:Some tweaks diff --git a/talk/ep2016/slides.rst b/talk/ep2016/slides.rst --- a/talk/ep2016/slides.rst +++

[pypy-commit] extradoc extradoc: Slides, from the Swiss Python Summit

2016-07-18 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5653:6930f22b654b Date: 2016-07-18 17:14 +0200 http://bitbucket.org/pypy/extradoc/changeset/6930f22b654b/ Log:Slides, from the Swiss Python Summit diff --git a/talk/ep2016/Makefile b/talk/ep2016/Makefile new file mode 100644

[pypy-commit] extradoc extradoc: line break

2016-07-18 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5655:a0d74a9ddc89 Date: 2016-07-18 17:55 +0200 http://bitbucket.org/pypy/extradoc/changeset/a0d74a9ddc89/ Log:line break diff --git a/blog/draft/revdb.rst b/blog/draft/revdb.rst --- a/blog/draft/revdb.rst +++

[pypy-commit] extradoc extradoc: merge heads

2016-07-18 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5656:7e5e14327a92 Date: 2016-07-18 17:55 +0200 http://bitbucket.org/pypy/extradoc/changeset/7e5e14327a92/ Log:merge heads diff too long, truncating to 2000 out of 20970 lines diff --git

[pypy-commit] pypy default: Fix

2016-07-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r85762:cbd32975b94b Date: 2016-07-18 16:51 +0200 http://bitbucket.org/pypy/pypy/changeset/cbd32975b94b/ Log:Fix diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py ---

[pypy-commit] pypy default: arm support

2016-07-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r85759:efbe6e613897 Date: 2016-07-18 16:18 +0200 http://bitbucket.org/pypy/pypy/changeset/efbe6e613897/ Log:arm support diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py ---

[pypy-commit] pypy default: Tweak the model, adding an explicit CHECK_MEMORY_ERROR resop that

2016-07-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r85758:ef9006d99dbf Date: 2016-07-18 16:09 +0200 http://bitbucket.org/pypy/pypy/changeset/ef9006d99dbf/ Log:Tweak the model, adding an explicit CHECK_MEMORY_ERROR resop that aborts the loop with a MemoryError if its argument is

[pypy-commit] pypy default: Check for NULL returns from calls to the raw-malloc, even if they are

2016-07-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r85757:54dc4d5466e7 Date: 2016-07-18 15:24 +0200 http://bitbucket.org/pypy/pypy/changeset/54dc4d5466e7/ Log:Check for NULL returns from calls to the raw-malloc, even if they are usually removed by the optimizer. Done not as a

[pypy-commit] pypy default: Fix

2016-07-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r85761:d2760672739a Date: 2016-07-18 16:43 +0200 http://bitbucket.org/pypy/pypy/changeset/d2760672739a/ Log:Fix diff --git a/rpython/jit/backend/llsupport/gc.py b/rpython/jit/backend/llsupport/gc.py ---

[pypy-commit] pypy default: ppc support

2016-07-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r85760:ebbc735b234e Date: 2016-07-18 16:27 +0200 http://bitbucket.org/pypy/pypy/changeset/ebbc735b234e/ Log:ppc support diff --git a/rpython/jit/backend/ppc/opassembler.py b/rpython/jit/backend/ppc/opassembler.py ---

[pypy-commit] cffi default: Issue #271: in the test, call "cc" instead of "gcc", in case gcc isn't

2016-07-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r2726:c189e6d62f6b Date: 2016-07-18 16:53 +0200 http://bitbucket.org/cffi/cffi/changeset/c189e6d62f6b/ Log:Issue #271: in the test, call "cc" instead of "gcc", in case gcc isn't installed but another compiler is. diff --git

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

2016-07-18 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85755:3c9d6acbc144 Date: 2016-07-18 16:29 +0200 http://bitbucket.org/pypy/pypy/changeset/3c9d6acbc144/ Log:merge default diff too long, truncating to 2000 out of 3103 lines diff --git a/lib_pypy/_ctypes/basics.py

[pypy-commit] pypy new-jit-log: enable inject debug code if jitlog is enabled

2016-07-18 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85756:6f329da03bc9 Date: 2016-07-18 16:34 +0200 http://bitbucket.org/pypy/pypy/changeset/6f329da03bc9/ Log:enable inject debug code if jitlog is enabled diff --git a/rpython/jit/backend/llsupport/assembler.py

[pypy-commit] pypy ppc-vsx-support: change runpack("LL", ...) to 2x runpack("L", ...), translation issue

2016-07-18 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85754:0ccc38247048 Date: 2016-07-18 16:19 +0200 http://bitbucket.org/pypy/pypy/changeset/0ccc38247048/ Log:change runpack("LL", ...) to 2x runpack("L", ...), translation issue diff --git

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

2016-07-18 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85753:6d7932738c3d Date: 2016-07-18 15:53 +0200 http://bitbucket.org/pypy/pypy/changeset/6d7932738c3d/ Log:merge default diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.py ---

[pypy-commit] pypy new-jit-log: update print out when rlib.py is directly invoked

2016-07-18 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85752:a327ccd71bad Date: 2016-07-18 15:52 +0200 http://bitbucket.org/pypy/pypy/changeset/a327ccd71bad/ Log:update print out when rlib.py is directly invoked diff --git a/rpython/rlib/jitlog.py

[pypy-commit] pypy default: Don't emit an array of zero elements (mainly for Windows)

2016-07-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r85750:c5e1b73cc38b Date: 2016-07-18 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/c5e1b73cc38b/ Log:Don't emit an array of zero elements (mainly for Windows) diff --git a/rpython/translator/c/gc.py b/rpython/translator/c/gc.py

[pypy-commit] pypy default: Add missing #include

2016-07-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r85751:50e44d449314 Date: 2016-07-18 11:39 +0200 http://bitbucket.org/pypy/pypy/changeset/50e44d449314/ Log:Add missing #include diff --git a/rpython/jit/backend/llsupport/test/ztranslation_test.py

[pypy-commit] pypy default: Fix for test_os.py on Windows

2016-07-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r85749:640aead9d130 Date: 2016-07-18 11:07 +0200 http://bitbucket.org/pypy/pypy/changeset/640aead9d130/ Log:Fix for test_os.py on Windows diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy default: Bug in the overflow detection code in the timeout argument to various

2016-07-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r85748:47e0578e9553 Date: 2016-07-18 10:29 +0200 http://bitbucket.org/pypy/pypy/changeset/47e0578e9553/ Log:Bug in the overflow detection code in the timeout argument to various thread/threading primitives. The cast from float