[pypy-commit] buildbot default: add temporary 32bit buildbot, hopefully bencher4 will return

2019-03-06 Thread mattip
Author: Matti Picus Branch: Changeset: r1074:4cc524e68457 Date: 2019-03-06 22:39 +0200 http://bitbucket.org/pypy/buildbot/changeset/4cc524e68457/ Log:add temporary 32bit buildbot, hopefully bencher4 will return diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot

[pypy-commit] pypy default: update to cffi/6d435908617d (really this time)

2019-03-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r96223:dc08ce14d28b Date: 2019-03-06 18:34 +0100 http://bitbucket.org/pypy/pypy/changeset/dc08ce14d28b/ Log:update to cffi/6d435908617d (really this time) diff --git a/lib_pypy/cffi/__init__.py b/lib_pypy/cffi/__init__.py --- a/lib_pypy/cffi/__init__.py

[pypy-commit] pypy default: update to cffi/6d435908617d (3rd try)

2019-03-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r96224:28c9c798ba05 Date: 2019-03-06 18:35 +0100 http://bitbucket.org/pypy/pypy/changeset/28c9c798ba05/ Log:update to cffi/6d435908617d (3rd try) diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO --- a/lib_pypy/cffi.egg-info

[pypy-commit] pypy default: update to cffi/6d435908617d

2019-03-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r96222:ddbc46f09114 Date: 2019-03-06 18:32 +0100 http://bitbucket.org/pypy/pypy/changeset/ddbc46f09114/ Log:update to cffi/6d435908617d diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py -

[pypy-commit] pypy default: update the docs about GC hooks: the unit of the duration fields was changed by the expose-gc-time branch, but the docs were not updated accordingly :(. While at it, documen

2019-03-06 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r96221:c42a88cbac10 Date: 2019-03-06 17:35 +0100 http://bitbucket.org/pypy/pypy/changeset/c42a88cbac10/ Log:update the docs about GC hooks: the unit of the duration fields was changed by the expose-gc-time branch, but the docs were not updated

[pypy-commit] pypy arm64: bridge basics

2019-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r96219:a50f3a71ef1d Date: 2019-03-06 14:49 + http://bitbucket.org/pypy/pypy/changeset/a50f3a71ef1d/ Log:bridge basics diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py --- a/rpython/jit/ba

[pypy-commit] pypy arm64: in progress

2019-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r96220:d301852919b9 Date: 2019-03-06 15:04 + http://bitbucket.org/pypy/pypy/changeset/d301852919b9/ Log:in progress diff --git a/rpython/jit/backend/aarch64/codebuilder.py b/rpython/jit/backend/aarch64/codebuilder.py --- a/rpython/jit/

[pypy-commit] pypy arm64: int_sub

2019-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r96218:88c9f1531c0d Date: 2019-03-06 14:35 + http://bitbucket.org/pypy/pypy/changeset/88c9f1531c0d/ Log:int_sub diff --git a/rpython/jit/backend/aarch64/opassembler.py b/rpython/jit/backend/aarch64/opassembler.py --- a/rpython/jit/back

[pypy-commit] pypy arm64: basic IMM support in add

2019-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r96217:13d01ec04e4e Date: 2019-03-06 14:31 + http://bitbucket.org/pypy/pypy/changeset/13d01ec04e4e/ Log:basic IMM support in add diff --git a/rpython/jit/backend/aarch64/opassembler.py b/rpython/jit/backend/aarch64/opassembler.py --- a

[pypy-commit] pypy arm64: pass the first loop test!

2019-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r96216:144deb45999c Date: 2019-03-06 13:34 + http://bitbucket.org/pypy/pypy/changeset/144deb45999c/ Log:pass the first loop test! diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py --- a/rp

[pypy-commit] pypy arm64: enough to successfully exit the loop

2019-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r96215:91919b103009 Date: 2019-03-06 12:08 + http://bitbucket.org/pypy/pypy/changeset/91919b103009/ Log:enough to successfully exit the loop diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.

[pypy-commit] pypy arm64: enough scaffolding to actually run the first loop test. It does not pass yet, but it does run!

2019-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r96214:173ed1a7572d Date: 2019-03-06 10:32 + http://bitbucket.org/pypy/pypy/changeset/173ed1a7572d/ Log:enough scaffolding to actually run the first loop test. It does not pass yet, but it does run! diff --git a/rpython/jit/back