[pypy-commit] pypy s390x-backend: removed longlong from s390x from cpu

2016-01-25 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81943:47d8fe0b9435 Date: 2016-01-26 08:42 +0100 http://bitbucket.org/pypy/pypy/changeset/47d8fe0b9435/ Log:removed longlong from s390x from cpu diff --git a/rpython/jit/backend/detect_cpu.py

[pypy-commit] pypy s390x-backend: merged default

2016-01-25 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81944:c6029ee6abcc Date: 2016-01-26 08:47 +0100 http://bitbucket.org/pypy/pypy/changeset/c6029ee6abcc/ Log:merged default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy s390x-backend: added missing parameter to LMG call (refactoring issues :)

2016-01-25 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81932:0e52bea859f2 Date: 2016-01-25 14:04 +0100 http://bitbucket.org/pypy/pypy/changeset/0e52bea859f2/ Log:added missing parameter to LMG call (refactoring issues :) diff --git

[pypy-commit] pypy s390x-backend: rewritten many calls to use one stack frame less

2016-01-25 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81928:6a1b2984c003 Date: 2016-01-25 13:31 +0100 http://bitbucket.org/pypy/pypy/changeset/6a1b2984c003/ Log:rewritten many calls to use one stack frame less diff --git a/rpython/jit/backend/zarch/arch.py

[pypy-commit] pypy s390x-backend: due to the refacotring the variable saving went to the wrong stack frame in wb_slowpath (now takes the right one)

2016-01-25 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81933:adce895c17e8 Date: 2016-01-25 15:54 +0100 http://bitbucket.org/pypy/pypy/changeset/adce895c17e8/ Log:due to the refacotring the variable saving went to the wrong stack frame in wb_slowpath (now

[pypy-commit] pypy stmgc-c8: possible improvement

2016-01-25 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r81931:e9d25e9cc525 Date: 2016-01-25 11:56 +0100 http://bitbucket.org/pypy/pypy/changeset/e9d25e9cc525/ Log:possible improvement AFAICS at the level where the readbarrier transform gets executed, the

[pypy-commit] pypy s390x-backend: fixed problem in build_propagate_exception_path, value was loaded into wrong register (that was overwritten after that immediatley)

2016-01-25 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81929:2c1aa1edc33a Date: 2016-01-25 13:54 +0100 http://bitbucket.org/pypy/pypy/changeset/2c1aa1edc33a/ Log:fixed problem in build_propagate_exception_path, value was loaded into wrong register (that was

[pypy-commit] pypy stmgc-c8: remove dummy allocation

2016-01-25 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r81930:89984a5ade1e Date: 2016-01-25 10:51 +0100 http://bitbucket.org/pypy/pypy/changeset/89984a5ade1e/ Log:remove dummy allocation AFAICS, we introduced this in C7 to make stop-the-world commits as fast as

[pypy-commit] pypy cpyext-ext: merge default into branch

2016-01-25 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r81939:98e1616b19f0 Date: 2016-01-25 22:07 +0200 http://bitbucket.org/pypy/pypy/changeset/98e1616b19f0/ Log:merge default into branch diff too long, truncating to 2000 out of 9862 lines diff --git a/LICENSE b/LICENSE ---

[pypy-commit] pypy cpyext-ext: test, fix - raise cpython compatible exception

2016-01-25 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r81937:26b7a0e96dc1 Date: 2016-01-17 08:17 +0200 http://bitbucket.org/pypy/pypy/changeset/26b7a0e96dc1/ Log:test, fix - raise cpython compatible exception diff --git a/pypy/module/cpyext/methodobject.py

[pypy-commit] pypy default: fix - link_flags is a tuple not a list

2016-01-25 Thread mattip
Author: mattip Branch: Changeset: r81936:e8e0169d3a13 Date: 2016-01-25 22:00 +0200 http://bitbucket.org/pypy/pypy/changeset/e8e0169d3a13/ Log:fix - link_flags is a tuple not a list diff --git a/rpython/translator/platform/windows.py

[pypy-commit] pypy cpyext-ext: remove debug cruft

2016-01-25 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r81938:d4fc8a14bff6 Date: 2016-01-18 20:46 +0200 http://bitbucket.org/pypy/pypy/changeset/d4fc8a14bff6/ Log:remove debug cruft diff --git a/pypy/module/cpyext/unicodeobject.py b/pypy/module/cpyext/unicodeobject.py ---

[pypy-commit] pypy cpyext-ext: add passing test for multiple inheritance

2016-01-25 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r81935:df9304236c27 Date: 2016-01-25 21:58 +0200 http://bitbucket.org/pypy/pypy/changeset/df9304236c27/ Log:add passing test for multiple inheritance diff --git a/pypy/module/cpyext/test/foo.c

[pypy-commit] pypy default: Make C-API char* parameters const-correct with respect to CPython.

2016-01-25 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: Changeset: r81934:2b601dbb5d24 Date: 2016-01-25 09:19 -0800 http://bitbucket.org/pypy/pypy/changeset/2b601dbb5d24/ Log:Make C-API char* parameters const-correct with respect to CPython. diff --git a/pypy/module/cpyext/dictobject.py

[pypy-commit] extradoc extradoc: Registering for the Winter Sprint

2016-01-25 Thread Pierre-Yves David
Author: Pierre-Yves David Branch: extradoc Changeset: r5596:4f73dcd80597 Date: 2016-01-22 09:47 -0800 http://bitbucket.org/pypy/extradoc/changeset/4f73dcd80597/ Log:Registering for the Winter Sprint I'm a Mercurial developer, interested in making progress

[pypy-commit] pypy py3.3: Close this head.

2016-01-25 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r81941:8abc47287812 Date: 2016-01-26 02:51 +0100 http://bitbucket.org/pypy/pypy/changeset/8abc47287812/ Log:Close this head. Something went wrong with the last merge from py3k. I'm trying to fix this by

[pypy-commit] pypy py3.3: Remove trailing whitespace.

2016-01-25 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r81942:9b1940890dc0 Date: 2016-01-26 02:59 +0100 http://bitbucket.org/pypy/pypy/changeset/9b1940890dc0/ Log:Remove trailing whitespace. diff --git a/pypy/module/zlib/test/test_zlib.py b/pypy/module/zlib/test/test_zlib.py

[pypy-commit] pypy llvm-translation-backend: Add a hack to make functions linked in from C code inlinable.

2016-01-25 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r81940:697b7fe15e58 Date: 2016-01-16 01:34 +0100 http://bitbucket.org/pypy/pypy/changeset/697b7fe15e58/ Log:Add a hack to make functions linked in from C code inlinable. To make inlining these

[pypy-commit] pypy s390x-backend: removed lldebug properties from test translation (left them for debugging), fixed a bug when Const arg is provided to force_allocate_reg, it could have consumed on of

2016-01-25 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81927:3430d1f200fa Date: 2016-01-25 11:02 +0100 http://bitbucket.org/pypy/pypy/changeset/3430d1f200fa/ Log:removed lldebug properties from test translation (left them for debugging), fixed a bug when