[pypy-commit] pypy jit-leaner-frontend: use more hypothesis and fix the next problem

2016-03-10 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82925:7fef527aef0b Date: 2016-03-10 10:44 +0200 http://bitbucket.org/pypy/pypy/changeset/7fef527aef0b/ Log:use more hypothesis and fix the next problem diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py

[pypy-commit] pypy s390x-backend: added print statement to test

2016-03-10 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82927:290a4a57f4ac Date: 2016-03-10 09:48 +0100 http://bitbucket.org/pypy/pypy/changeset/290a4a57f4ac/ Log:added print statement to test diff --git a/rpython/rlib/test/test_rthread.py b/rpython/rlib/test/test_rthread.py --- a/rpytho

[pypy-commit] pypy s390x-backend: test fixes broken by merge

2016-03-10 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82926:8cdcda35c815 Date: 2016-03-10 08:47 +0100 http://bitbucket.org/pypy/pypy/changeset/8cdcda35c815/ Log:test fixes broken by merge diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.r

[pypy-commit] pypy jit-leaner-frontend: fix some typos and details

2016-03-10 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82928:96773552cf51 Date: 2016-03-10 10:51 +0200 http://bitbucket.org/pypy/pypy/changeset/96773552cf51/ Log:fix some typos and details diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpython/jit

[pypy-commit] pypy jit-leaner-frontend: a hack to allow dance around handling exception and resume data before writing actual history

2016-03-10 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82929:43e4af36f9a3 Date: 2016-03-10 11:03 +0200 http://bitbucket.org/pypy/pypy/changeset/43e4af36f9a3/ Log:a hack to allow dance around handling exception and resume data before writing actual history diff --git a/rpython/jit/metai

[pypy-commit] pypy default: oops

2016-03-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r82930:f7c9e212e5f3 Date: 2016-03-10 11:25 +0100 http://bitbucket.org/pypy/pypy/changeset/f7c9e212e5f3/ Log:oops diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh --- a/pypy/tool/release/repackage.sh +++ b/pypy/tool/release/re

[pypy-commit] pypy s390x-backend: condition code to jmp param included a case it should not have! __sync_lock_test_and_set changed to do exactly the same as emitted by gcc

2016-03-10 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82931:87b9598ed2c7 Date: 2016-03-10 11:32 +0100 http://bitbucket.org/pypy/pypy/changeset/87b9598ed2c7/ Log:condition code to jmp param included a case it should not have! __sync_lock_test_and_set changed to do exactly the same

[pypy-commit] pypy.org extradoc: write checksums

2016-03-10 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r716:936b6cb4040c Date: 2016-03-10 11:34 +0100 http://bitbucket.org/pypy/pypy.org/changeset/936b6cb4040c/ Log:write checksums diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -417,6 +4

[pypy-commit] pypy s390x-backend: added serialization point (to test if this is a problem for the threading issues)

2016-03-10 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82932:632d518f2072 Date: 2016-03-10 11:40 +0100 http://bitbucket.org/pypy/pypy/changeset/632d518f2072/ Log:added serialization point (to test if this is a problem for the threading issues) diff --git a/rpython/jit/backend/zar

[pypy-commit] pypy s390x-backend: Fix branch name

2016-03-10 Thread arigo
Author: Armin Rigo Branch: s390x-backend Changeset: r82934:5eb1d600077e Date: 2016-03-10 11:56 +0100 http://bitbucket.org/pypy/pypy/changeset/5eb1d600077e/ Log:Fix branch name diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc

[pypy-commit] pypy default: also prints sha256

2016-03-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r82933:3af1e20d2bd1 Date: 2016-03-10 11:55 +0100 http://bitbucket.org/pypy/pypy/changeset/3af1e20d2bd1/ Log:also prints sha256 diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh --- a/pypy/tool/release/repackage.sh +++ b/pypy/t

[pypy-commit] pypy jit-leaner-frontend: lots of random progress + implement virtualref and virtualizable support

2016-03-10 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82935:ca0177a1db3a Date: 2016-03-10 13:28 +0200 http://bitbucket.org/pypy/pypy/changeset/ca0177a1db3a/ Log:lots of random progress + implement virtualref and virtualizable support diff --git a/rpython/jit/metainterp/compile.py b/r

[pypy-commit] pypy jit-leaner-frontend: fix what we pass to runtime boxes

2016-03-10 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82936:b62dddb64712 Date: 2016-03-10 15:00 +0200 http://bitbucket.org/pypy/pypy/changeset/b62dddb64712/ Log:fix what we pass to runtime boxes diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython/

[pypy-commit] pypy jit-leaner-frontend: fix fix fix fix

2016-03-10 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82937:829e272ed683 Date: 2016-03-10 15:59 +0200 http://bitbucket.org/pypy/pypy/changeset/829e272ed683/ Log:fix fix fix fix diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/llsupport/assembler.py --- a/rpython/

[pypy-commit] pypy jit-leaner-frontend: rename MAXINT, fix its value, add a few extra checks

2016-03-10 Thread arigo
Author: Armin Rigo Branch: jit-leaner-frontend Changeset: r82938:2e4ec6776425 Date: 2016-03-10 15:36 +0100 http://bitbucket.org/pypy/pypy/changeset/2e4ec6776425/ Log:rename MAXINT, fix its value, add a few extra checks diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainter

[pypy-commit] pypy jit-leaner-frontend: some rpythonization

2016-03-10 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82939:7d0317450958 Date: 2016-03-10 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/7d0317450958/ Log:some rpythonization diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py --- a/pypy/module/pypyji

[pypy-commit] pypy jit-leaner-frontend: These two methods are not used and not tested

2016-03-10 Thread arigo
Author: Armin Rigo Branch: jit-leaner-frontend Changeset: r82940:d8fb92d44ac9 Date: 2016-03-10 15:41 +0100 http://bitbucket.org/pypy/pypy/changeset/d8fb92d44ac9/ Log:These two methods are not used and not tested diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/openc

[pypy-commit] pypy default: merge the new s390x backend

2016-03-10 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r82941:308a29538cda Date: 2016-03-10 15:40 +0100 http://bitbucket.org/pypy/pypy/changeset/308a29538cda/ Log:merge the new s390x backend diff too long, truncating to 2000 out of 11876 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/

[pypy-commit] pypy s390x-enhance-speed: close branch

2016-03-10 Thread plan_rich
Author: Richard Plangger Branch: s390x-enhance-speed Changeset: r82943:a0123b0e67f5 Date: 2016-03-10 15:44 +0100 http://bitbucket.org/pypy/pypy/changeset/a0123b0e67f5/ Log:close branch ___ pypy-commit mailing list [email protected] https://mai

[pypy-commit] pypy s390x-backend: close branch

2016-03-10 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82942:9a366b997dcc Date: 2016-03-10 15:44 +0100 http://bitbucket.org/pypy/pypy/changeset/9a366b997dcc/ Log:close branch ___ pypy-commit mailing list [email protected] https://mail.pyth

[pypy-commit] pypy jit-leaner-frontend: minor fixes

2016-03-10 Thread arigo
Author: Armin Rigo Branch: jit-leaner-frontend Changeset: r82944:a8445a6ab102 Date: 2016-03-10 16:00 +0100 http://bitbucket.org/pypy/pypy/changeset/a8445a6ab102/ Log:minor fixes diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpython/jit/metainte

[pypy-commit] pypy jit-leaner-frontend: merge heads

2016-03-10 Thread arigo
Author: Armin Rigo Branch: jit-leaner-frontend Changeset: r82945:6ab28e9da460 Date: 2016-03-10 16:03 +0100 http://bitbucket.org/pypy/pypy/changeset/6ab28e9da460/ Log:merge heads diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py --- a/pypy/module/pypyjit/

[pypy-commit] buildbot default: s390x buildbot now nightly builds default

2016-03-10 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r992:c21ef5322a5a Date: 2016-03-10 16:12 +0100 http://bitbucket.org/pypy/buildbot/changeset/c21ef5322a5a/ Log:s390x buildbot now nightly builds default diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/

[pypy-commit] pypy jit-leaner-frontend: disable jit hooks

2016-03-10 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82946:8e821f827b97 Date: 2016-03-10 17:32 +0200 http://bitbucket.org/pypy/pypy/changeset/8e821f827b97/ Log:disable jit hooks diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypystan

[pypy-commit] pypy.org extradoc: release 5.0 update

2016-03-10 Thread mattip
Author: mattip Branch: extradoc Changeset: r717:983d67d97553 Date: 2016-03-10 18:38 +0200 http://bitbucket.org/pypy/pypy.org/changeset/983d67d97553/ Log:release 5.0 update diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -74,7 +74,7 @@ performance improv

[pypy-commit] pypy.org extradoc: update

2016-03-10 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r718:23e34f63d9d4 Date: 2016-03-10 17:45 +0100 http://bitbucket.org/pypy/pypy.org/changeset/23e34f63d9d4/ Log:update diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -98,8 +98,8 @@ ..

[pypy-commit] pypy.org extradoc: update html

2016-03-10 Thread mattip
Author: mattip Branch: extradoc Changeset: r719:736bf9456283 Date: 2016-03-10 18:49 +0200 http://bitbucket.org/pypy/pypy.org/changeset/736bf9456283/ Log:update html diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -125,8 +125,8 @@ FreeBSD 9.2 x86 64 bit

[pypy-commit] pypy.org extradoc: mention PPC

2016-03-10 Thread mattip
Author: mattip Branch: extradoc Changeset: r720:cb470d7e673f Date: 2016-03-10 19:01 +0200 http://bitbucket.org/pypy/pypy.org/changeset/cb470d7e673f/ Log:mention PPC diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -72,7 +72,7 @@ There are http://buildbot

[pypy-commit] pypy jit-leaner-frontend: make the list use constant size (a bit hardcoded for now) and shorts

2016-03-10 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82947:073167872e79 Date: 2016-03-10 20:12 +0200 http://bitbucket.org/pypy/pypy/changeset/073167872e79/ Log:make the list use constant size (a bit hardcoded for now) and shorts diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit

[pypy-commit] pypy jit-leaner-frontend: fix the arithmetics

2016-03-10 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82948:8b0309662ba1 Date: 2016-03-10 20:53 +0200 http://bitbucket.org/pypy/pypy/changeset/8b0309662ba1/ Log:fix the arithmetics diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpython/jit/metain

[pypy-commit] pypy py3.3-bootstrap-hack: Initialise the filesystem encoding only after imports have been bootstrapped.

2016-03-10 Thread rlamy
Author: Ronan Lamy Branch: py3.3-bootstrap-hack Changeset: r82949:eb02742ce71d Date: 2016-03-10 19:01 + http://bitbucket.org/pypy/pypy/changeset/eb02742ce71d/ Log:Initialise the filesystem encoding only after imports have been bootstrapped. Creating it requires importing

[pypy-commit] pypy jit-leaner-frontend: fix

2016-03-10 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82950:fe32c26b09b0 Date: 2016-03-10 21:57 +0200 http://bitbucket.org/pypy/pypy/changeset/fe32c26b09b0/ Log:fix diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython/jit/metainterp/compile.py +++

[pypy-commit] pypy.org extradoc: update the mirror's location, fix baroquesoftware to provide it, add

2016-03-10 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r721:f693e341f922 Date: 2016-03-10 22:44 +0100 http://bitbucket.org/pypy/pypy.org/changeset/f693e341f922/ Log:update the mirror's location, fix baroquesoftware to provide it, add pypy-5.0.0 to it diff --git a/download.html b/download.htm

[pypy-commit] pypy jit-leaner-frontend: grow this stuff, just because

2016-03-10 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82951:52a053f8341b Date: 2016-03-10 23:51 +0200 http://bitbucket.org/pypy/pypy/changeset/52a053f8341b/ Log:grow this stuff, just because diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpython/

[pypy-commit] pypy default: these branches where not merged to default, so do not document them (added docu to s390x-backend)

2016-03-10 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r82952:ea3532fc750b Date: 2016-03-11 07:05 +0100 http://bitbucket.org/pypy/pypy/changeset/ea3532fc750b/ Log:these branches where not merged to default, so do not document them (added docu to s390x-backend) diff --git a/pypy/doc/whatsnew-he

[pypy-commit] pypy default: removed some dead code in the literal pool, removed some comments, unnecessary instruction

2016-03-10 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r82953:253deb8fdde5 Date: 2016-03-11 07:19 +0100 http://bitbucket.org/pypy/pypy/changeset/253deb8fdde5/ Log:removed some dead code in the literal pool, removed some comments, unnecessary instruction diff --git a/rpython/jit/backend/zarch/a