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
---
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
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
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
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
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
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
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
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
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
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
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/
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
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
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-
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.
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
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
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
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-
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
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
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/
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
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
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
@
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
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
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/
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,
30 matches
Mail list logo