[pypy-commit] pypy arm64: fix the jump

2019-07-13 Thread fijal
Author: fijal Branch: arm64 Changeset: r96969:b7c685938bc8 Date: 2019-07-13 12:09 +0200 http://bitbucket.org/pypy/pypy/changeset/b7c685938bc8/ Log:fix the jump diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py ---

[pypy-commit] pypy arm64: fix

2019-07-03 Thread fijal
Author: fijal Branch: arm64 Changeset: r96940:631e17507546 Date: 2019-07-03 17:14 +0200 http://bitbucket.org/pypy/pypy/changeset/631e17507546/ Log:fix diff --git a/rpython/jit/backend/aarch64/regalloc.py b/rpython/jit/backend/aarch64/regalloc.py --- a/rpython/jit/backend/aarch64/regalloc.py

[pypy-commit] pypy arm64: fix

2019-07-03 Thread fijal
Author: fijal Branch: arm64 Changeset: r96938:3a6979dda07b Date: 2019-07-03 16:32 +0200 http://bitbucket.org/pypy/pypy/changeset/3a6979dda07b/ Log:fix diff --git a/rpython/jit/backend/aarch64/opassembler.py b/rpython/jit/backend/aarch64/opassembler.py ---

[pypy-commit] pypy arm64: fix

2019-07-03 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r96935:2f5fcf2a36d4 Date: 2019-07-03 10:15 + http://bitbucket.org/pypy/pypy/changeset/2f5fcf2a36d4/ Log:fix diff --git a/rpython/jit/backend/detect_cpu.py b/rpython/jit/backend/detect_cpu.py --- a/rpython/jit/backend/detect_cpu.py +++

[pypy-commit] pypy arm64: fix the next bug

2019-07-02 Thread arigo
Author: Armin Rigo Branch: arm64 Changeset: r96921:2486e872ccdf Date: 2019-07-02 17:10 +0200 http://bitbucket.org/pypy/pypy/changeset/2486e872ccdf/ Log:fix the next bug diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py ---

[pypy-commit] pypy arm64: fix tests

2019-06-27 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r96876:776401f19133 Date: 2019-06-27 17:06 + http://bitbucket.org/pypy/pypy/changeset/776401f19133/ Log:fix tests diff --git a/rpython/jit/backend/aarch64/test/test_ztranslation_call_assembler.py