Author: Richard Plangger
Branch: s390x-backend
Changeset: r80466:85a292e8a0ad
Date: 2015-10-27 11:20 +0100
http://bitbucket.org/pypy/pypy/changeset/85a292e8a0ad/
Log:adapted some arch details, added failure recovery, finish resop
(partly)
diff --git a/rpython/jit/backend/zarch/arch.p
Author: Richard Plangger
Branch: s390x-backend
Changeset: r80467:768bbe0e9944
Date: 2015-10-27 17:01 +0100
http://bitbucket.org/pypy/pypy/changeset/768bbe0e9944/
Log:added floating point operations (add,sub,mul,div) as resoperation,
added first version of the literal pool prepended to
Author: Richard Plangger
Branch: s390x-backend
Changeset: r80468:ab25d19c932c
Date: 2015-10-27 17:12 +0100
http://bitbucket.org/pypy/pypy/changeset/ab25d19c932c/
Log:literal/constant pool correctly assembled, float test (linear float
loop) passing
diff --git a/rpython/jit/backend/zar
Author: Carl Friedrich Bolz
Branch: extradoc
Changeset: r647:f628fd601f84
Date: 2015-10-27 18:28 +0100
http://bitbucket.org/pypy/pypy.org/changeset/f628fd601f84/
Log:fix the windows checksum
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -352,7 +352,7 @
Author: mattip
Branch:
Changeset: r80469:92df32c22fa4
Date: 2015-10-28 08:45 +1100
http://bitbucket.org/pypy/pypy/changeset/92df32c22fa4/
Log:mention memory savings in release notice
diff --git a/pypy/doc/release-4.0.0.rst b/pypy/doc/release-4.0.0.rst
--- a/pypy/doc/release-4.0.0.rst
+++ b/
Author: Armin Rigo
Branch:
Changeset: r80470:a49a3f9c9805
Date: 2015-10-27 23:53 +0100
http://bitbucket.org/pypy/pypy/changeset/a49a3f9c9805/
Log:Issue #2169: fix (not tested, unsure if it's worth the effort, see
issue)
diff --git a/lib_pypy/dbm.py b/lib_pypy/dbm.py
--- a/lib_pypy/d