[pypy-commit] pypy s390x-backend: adapted some arch details, added failure recovery, finish resop (partly)

2015-10-27 Thread plan_rich
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

[pypy-commit] pypy.org extradoc: update download page for release 4.0.0

2015-10-27 Thread mattip
Author: mattip Branch: extradoc Changeset: r646:9ccd7cba87b2 Date: 2015-10-27 17:16 +1100 http://bitbucket.org/pypy/pypy.org/changeset/9ccd7cba87b2/ Log:update download page for release 4.0.0 diff --git a/download.html b/download.html --- a/download.html +++

[pypy-commit] pypy s390x-backend: added floating point operations (add, sub, mul, div) as resoperation, added first version of the literal pool prepended to the assembler piece

2015-10-27 Thread plan_rich
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

[pypy-commit] pypy s390x-backend: literal/constant pool correctly assembled, float test (linear float loop) passing

2015-10-27 Thread plan_rich
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

[pypy-commit] pypy.org extradoc: fix the windows checksum

2015-10-27 Thread cfbolz
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 @@

[pypy-commit] pypy default: mention memory savings in release notice

2015-10-27 Thread mattip
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 ---

[pypy-commit] pypy default: Issue #2169: fix (not tested, unsure if it's worth the effort, see issue)

2015-10-27 Thread arigo
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