[pypy-commit] pypy jit-leaner-frontend: progress towards a non-unrolled features

2016-03-09 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82897:ee3bb1c8b518 Date: 2016-03-09 09:58 +0200 http://bitbucket.org/pypy/pypy/changeset/ee3bb1c8b518/ Log:progress towards a non-unrolled features diff --git a/rpython/jit/metainterp/blackhole.py b/rpython/jit/metainterp/blackhole.py ---

[pypy-commit] pypy jit-leaner-frontend: fix the cutting and starting point, enough to pass test_loop (without unrolling)

2016-03-09 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82898:670c52c38925 Date: 2016-03-09 10:03 +0200 http://bitbucket.org/pypy/pypy/changeset/670c52c38925/ Log:fix the cutting and starting point, enough to pass test_loop (without unrolling) diff --git a/rpython/jit/metainterp/compile

[pypy-commit] pypy s390x-backend: merged the speed improvements from s390x-enhance-speed

2016-03-09 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82899:c63346ce0b33 Date: 2016-03-09 09:46 +0100 http://bitbucket.org/pypy/pypy/changeset/c63346ce0b33/ Log:merged the speed improvements from s390x-enhance-speed diff --git a/rpython/jit/backend/zarch/assembler.py b/rpython/jit/back

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

2016-03-09 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82900:acc1954c74fa Date: 2016-03-09 09:52 +0100 http://bitbucket.org/pypy/pypy/changeset/acc1954c74fa/ Log:merged default diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -240,6 +240,7 @@ Kristjan Valur Jonsson Dav

[pypy-commit] pypy s390x-backend: removed skip from signal test

2016-03-09 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82901:2d40f0c2257e Date: 2016-03-09 10:39 +0100 http://bitbucket.org/pypy/pypy/changeset/2d40f0c2257e/ Log:removed skip from signal test diff --git a/pypy/module/__pypy__/test/test_signal.py b/pypy/module/__pypy__/test/test_signal.p

[pypy-commit] buildbot default: replaced python vm for building pypy with pypy! builds for s390x now spawn NOT at the same time, but shifted by 2-3h

2016-03-09 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r991:2041ec4f50e8 Date: 2016-03-09 10:57 +0100 http://bitbucket.org/pypy/buildbot/changeset/2041ec4f50e8/ Log:replaced python vm for building pypy with pypy! builds for s390x now spawn NOT at the same time, but shifted by 2-3h diff --git a

[pypy-commit] pypy jit-leaner-frontend: do a hack in history to record the operations *earlier* than we have inputargs

2016-03-09 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82903:bd97c8e4e94b Date: 2016-03-09 14:12 +0200 http://bitbucket.org/pypy/pypy/changeset/bd97c8e4e94b/ Log:do a hack in history to record the operations *earlier* than we have inputargs diff --git a/rpython/jit/metainterp/history.p

[pypy-commit] pypy jit-leaner-frontend: yay, fix the retracing

2016-03-09 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82902:ed279ae0f4f6 Date: 2016-03-09 13:35 +0200 http://bitbucket.org/pypy/pypy/changeset/ed279ae0f4f6/ Log:yay, fix the retracing diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython/jit/metaint

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

2016-03-09 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82904:091da4a9fe3a Date: 2016-03-09 14:15 +0200 http://bitbucket.org/pypy/pypy/changeset/091da4a9fe3a/ Log:fix check_history diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py --- a/rpython/jit/metainterp/h

[pypy-commit] pypy default: merge heads

2016-03-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r82906:bd53b782ce3d Date: 2016-03-09 14:10 +0100 http://bitbucket.org/pypy/pypy/changeset/bd53b782ce3d/ Log:merge heads diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py --- a/pypy/module/_vmprof/interp_vmprof.py

[pypy-commit] pypy default: Test and workaround for issue #2200: tries to remove the rpython-level

2016-03-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r82905:c4c54cb69aba Date: 2016-03-09 14:04 +0100 http://bitbucket.org/pypy/pypy/changeset/c4c54cb69aba/ Log:Test and workaround for issue #2200: tries to remove the rpython- level recursion that can rarely occur after failing a guard in the

[pypy-commit] pypy default: push forward the starting point

2016-03-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r82907:b238b48f9138 Date: 2016-03-09 14:37 +0100 http://bitbucket.org/pypy/pypy/changeset/b238b48f9138/ Log:push forward the starting point diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/

[pypy-commit] pypy default: push forward last starting point

2016-03-09 Thread mattip
Author: mattip Branch: Changeset: r82909:4dc888d04ebf Date: 2016-03-09 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/4dc888d04ebf/ Log:push forward last starting point 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 release-5.x: merge default into release

2016-03-09 Thread mattip
Author: mattip Branch: release-5.x Changeset: r82908:fa95fe4dcfe3 Date: 2016-03-09 16:37 +0200 http://bitbucket.org/pypy/pypy/changeset/fa95fe4dcfe3/ Log:merge default into release diff --git a/pypy/doc/release-5.0.0.rst b/pypy/doc/release-5.0.0.rst --- a/pypy/doc/release-5.0.0.rst +++ b/pyp

[pypy-commit] pypy default: An arguably bogus check in the stdlib.

2016-03-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r82910:8f04b833f59a Date: 2016-03-09 16:34 +0100 http://bitbucket.org/pypy/pypy/changeset/8f04b833f59a/ Log:An arguably bogus check in the stdlib. diff --git a/lib-python/2.7/xml/etree/ElementTree.py b/lib-python/2.7/xml/etree/ElementTree.py --- a/lib-

[pypy-commit] pypy release-5.x: redo c7cc35224c29 which was backed out in 71586f7de6b0

2016-03-09 Thread mattip
Author: mattip Branch: release-5.x Changeset: r82912:f989e0a0742a Date: 2016-03-09 18:13 +0200 http://bitbucket.org/pypy/pypy/changeset/f989e0a0742a/ Log:redo c7cc35224c29 which was backed out in 71586f7de6b0 diff --git a/pypy/objspace/std/test/test_obj.py b/pypy/objspace/std/test/test_obj.

[pypy-commit] pypy release-5.x: An arguably bogus check in the stdlib.

2016-03-09 Thread arigo
Author: Armin Rigo Branch: release-5.x Changeset: r82913:246c9cf22037 Date: 2016-03-09 16:34 +0100 http://bitbucket.org/pypy/pypy/changeset/246c9cf22037/ Log:An arguably bogus check in the stdlib. diff --git a/lib-python/2.7/xml/etree/ElementTree.py b/lib-python/2.7/xml/etree/ElementTree.py

[pypy-commit] pypy release-5.x: redo changeset 666871b885d9, which was backed out in 1f238bdfca88

2016-03-09 Thread mattip
Author: mattip Branch: release-5.x Changeset: r82911:0ae5f56feb15 Date: 2016-03-09 18:12 +0200 http://bitbucket.org/pypy/pypy/changeset/0ae5f56feb15/ Log:redo changeset 666871b885d9, which was backed out in 1f238bdfca88 diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py

[pypy-commit] pypy default: Playing around with hypothesis

2016-03-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r82914:d994482a6040 Date: 2016-03-09 17:40 +0100 http://bitbucket.org/pypy/pypy/changeset/d994482a6040/ Log:Playing around with hypothesis diff --git a/rpython/rlib/test/test_rbigint.py b/rpython/rlib/test/test_rbigint.py --- a/rpython/rlib/test/test_r

[pypy-commit] pypy default: Backed out changeset: b96f63e5e9fd, the bugfix made it into the release after all

2016-03-09 Thread mattip
Author: mattip Branch: Changeset: r82915:92200db9424a Date: 2016-03-09 19:00 +0200 http://bitbucket.org/pypy/pypy/changeset/92200db9424a/ Log:Backed out changeset: b96f63e5e9fd, the bugfix made it into the release after all diff --git a/pypy/doc/release-5.0.0.rst b/pypy/doc/release-

[pypy-commit] pypy default: small cleanup

2016-03-09 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82916:6e82c4562984 Date: 2016-03-09 17:51 + http://bitbucket.org/pypy/pypy/changeset/6e82c4562984/ Log:small cleanup diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmodule.py --- a/pypy/interpreter/mixedmodule.py +++ b/pypy/int

[pypy-commit] pypy default: Added tag release-5.0 for changeset 246c9cf22037

2016-03-09 Thread mattip
Author: mattip Branch: Changeset: r82917:8bf6238bab25 Date: 2016-03-09 20:14 +0200 http://bitbucket.org/pypy/pypy/changeset/8bf6238bab25/ Log:Added tag release-5.0 for changeset 246c9cf22037 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -18,3 +18,4 @@ f3ad1e1e1d6215e20d34bb

[pypy-commit] pypy default: update

2016-03-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r82918:558191c38db3 Date: 2016-03-09 19:48 +0100 http://bitbucket.org/pypy/pypy/changeset/558191c38db3/ Log:update diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh --- a/pypy/tool/release/repackage.sh +++ b/pypy/tool/release/

[pypy-commit] pypy default: hack test runner to log wall time to debug buildbot getting kill signal

2016-03-09 Thread mattip
Author: mattip Branch: Changeset: r82919:380503fd3fa7 Date: 2016-03-09 21:10 +0200 http://bitbucket.org/pypy/pypy/changeset/380503fd3fa7/ Log:hack test runner to log wall time to debug buildbot getting kill signal diff --git a/testrunner/runner.py b/testrunner/runner.py --- a/testru

[pypy-commit] jitviewer default: Added tag pypy-5.0 for changeset e49b88557c99

2016-03-09 Thread mattip
Author: mattip Branch: Changeset: r278:e792c6a807c3 Date: 2016-03-09 21:23 +0200 http://bitbucket.org/pypy/jitviewer/changeset/e792c6a807c3/ Log:Added tag pypy-5.0 for changeset e49b88557c99 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -7,3 +7,4 @@ 3a0152b4ac6b8f930c493ef3

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

2016-03-09 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82920:48d4c2cf24e3 Date: 2016-03-09 21:18 +0200 http://bitbucket.org/pypy/pypy/changeset/48d4c2cf24e3/ Log:merge default into branch diff too long, truncating to 2000 out of 4911 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @

[pypy-commit] pypy default: tweak, removed the release version from html page titles in 181dc3529afd

2016-03-09 Thread mattip
Author: mattip Branch: Changeset: r82921:502d06a17d85 Date: 2016-03-09 21:32 +0200 http://bitbucket.org/pypy/pypy/changeset/502d06a17d85/ Log:tweak, removed the release version from html page titles in 181dc3529afd diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.r

[pypy-commit] pypy default: update after cpyext-gc-support-2, cffi-embedding

2016-03-09 Thread mattip
Author: mattip Branch: Changeset: r82922:b1391819cc98 Date: 2016-03-09 22:31 +0200 http://bitbucket.org/pypy/pypy/changeset/b1391819cc98/ Log:update after cpyext-gc-support-2, cffi-embedding diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rs

[pypy-commit] pypy pypy3.3-bootstrap: Do not store the absolute path of the source into the translated executable (breaks stuff)

2016-03-09 Thread rlamy
Author: Ronan Lamy Branch: pypy3.3-bootstrap Changeset: r82923:6a5e412892d7 Date: 2016-03-09 20:43 + http://bitbucket.org/pypy/pypy/changeset/6a5e412892d7/ Log:Do not store the absolute path of the source into the translated executable (breaks stuff) diff --git a/pypy/module/sys/

[pypy-commit] pypy default: We made a vailiant effort to add the freebsd64 buildslave to the release

2016-03-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r82924:a06076d31e8d Date: 2016-03-09 22:32 +0100 http://bitbucket.org/pypy/pypy/changeset/a06076d31e8d/ Log:We made a vailiant effort to add the freebsd64 buildslave to the release script the 23-Aug-15, hoping it would stay around this time,