[pypy-commit] pypy.org extradoc: remove donation button temporarily

2019-04-01 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r945:9dacd393c375 Date: 2019-04-02 08:24 +0200 http://bitbucket.org/pypy/pypy.org/changeset/9dacd393c375/ Log:remove donation button temporarily diff --git a/don2.html b/don2.html --- a/don2.html +++ b/don2.html @@ -6,16 +6,21 @@

[pypy-commit] pypy jit-cleanup: Inline instanceOf() into its only caller and simplify

2019-04-01 Thread rlamy
Author: Ronan Lamy Branch: jit-cleanup Changeset: r96403:49a109ff63cc Date: 2019-04-02 04:40 +0100 http://bitbucket.org/pypy/pypy/changeset/49a109ff63cc/ Log:Inline instanceOf() into its only caller and simplify diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl

[pypy-commit] pypy jit-cleanup: remove more stuff from rpython.jit.metainterp.typesystem

2019-04-01 Thread rlamy
Author: Ronan Lamy Branch: jit-cleanup Changeset: r96402:8ffa1a681639 Date: 2019-04-02 03:32 +0100 http://bitbucket.org/pypy/pypy/changeset/8ffa1a681639/ Log:remove more stuff from rpython.jit.metainterp.typesystem diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/t

[pypy-commit] pypy default: document arm32 build technique (njs) and link in missing rstrategies doc

2019-04-01 Thread mattip
Author: Matti Picus Branch: Changeset: r96399:f62db80c3e76 Date: 2019-04-01 23:57 +0300 http://bitbucket.org/pypy/pypy/changeset/f62db80c3e76/ Log:document arm32 build technique (njs) and link in missing rstrategies doc diff --git a/rpython/doc/arm.rst b/rpython/doc/arm.rst --- a/rp

[pypy-commit] pypy jit-cleanup: Remove functionptr, nullptr, BASETYPE from llhelper

2019-04-01 Thread rlamy
Author: Ronan Lamy Branch: jit-cleanup Changeset: r96395:5cde9f06eb6a Date: 2019-04-01 04:39 +0100 http://bitbucket.org/pypy/pypy/changeset/5cde9f06eb6a/ Log:Remove functionptr, nullptr, BASETYPE from llhelper diff --git a/rpython/jit/metainterp/blackhole.py b/rpython/jit/metainterp/blackho

[pypy-commit] pypy jit-cleanup: More cleanup

2019-04-01 Thread rlamy
Author: Ronan Lamy Branch: jit-cleanup Changeset: r96397:4ee751fdcc36 Date: 2019-04-01 16:49 +0100 http://bitbucket.org/pypy/pypy/changeset/4ee751fdcc36/ Log:More cleanup diff --git a/rpython/jit/metainterp/typesystem.py b/rpython/jit/metainterp/typesystem.py --- a/rpython/jit/metainterp/ty

[pypy-commit] pypy jit-cleanup: kill cast_instance_to_base_ref, cast_to_ref and simplify some code

2019-04-01 Thread rlamy
Author: Ronan Lamy Branch: jit-cleanup Changeset: r96396:d35167b4bf4e Date: 2019-04-01 05:58 +0100 http://bitbucket.org/pypy/pypy/changeset/d35167b4bf4e/ Log:kill cast_instance_to_base_ref, cast_to_ref and simplify some code diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metai

[pypy-commit] pypy jit-cleanup: Remove ConstRef, NULLREF, CONST_NULL from llhelper

2019-04-01 Thread rlamy
Author: Ronan Lamy Branch: jit-cleanup Changeset: r96394:f0523017b3da Date: 2019-04-01 03:52 +0100 http://bitbucket.org/pypy/pypy/changeset/f0523017b3da/ Log:Remove ConstRef, NULLREF, CONST_NULL from llhelper diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py

[pypy-commit] pypy jit-cleanup: Move ts attribute to AbstractCPU

2019-04-01 Thread rlamy
Author: Ronan Lamy Branch: jit-cleanup Changeset: r96393:dc730d4211f1 Date: 2019-03-31 20:28 +0100 http://bitbucket.org/pypy/pypy/changeset/dc730d4211f1/ Log:Move ts attribute to AbstractCPU diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpy

[pypy-commit] pypy default: issue 2978 - print more dots to prevent timeout

2019-04-01 Thread mattip
Author: Matti Picus Branch: Changeset: r96392:935dacab85cd Date: 2019-04-01 16:37 +0300 http://bitbucket.org/pypy/pypy/changeset/935dacab85cd/ Log:issue 2978 - print more dots to prevent timeout diff --git a/rpython/tool/algo/graphlib.py b/rpython/tool/algo/graphlib.py --- a/rpython/tool/al

[pypy-commit] pypy default: package dlls needed for cffi-based modules in lib_pypy

2019-04-01 Thread mattip
Author: Matti Picus Branch: Changeset: r96391:da158a6f6a35 Date: 2019-04-01 15:39 +0300 http://bitbucket.org/pypy/pypy/changeset/da158a6f6a35/ Log:package dlls needed for cffi-based modules in lib_pypy diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/