[pypy-commit] [Git][pypy/pypy][branch/rutf8-simd] add assert that could not be determined by the translation step, the amount of…

2020-02-20 Thread Richard Plangger
Richard Plangger pushed to branch branch/rutf8-simd at PyPy / pypy Commits: 10319bf8 by Richard Plangger at 2020-02-20T15:12:18-03:00 add assert that could not be determined by the translation step, the amount of codepoints always need to be 0 or positive --HG-- branch : rutf8-simd

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: byteorder related issue, check the byte order of that machine

2020-02-20 Thread Richard Plangger
Richard Plangger pushed to branch branch/default at PyPy / pypy Commits: a4428959 by Richard Plangger at 2020-02-20T15:16:57-03:00 byteorder related issue, check the byte order of that machine - - - - - 4f97d2c5 by Richard Plangger at 2020-02-20T16:13:10-03:00 missing properties for the reg

[pypy-commit] [Git][pypy/pypy][branch/default] __BIG_ENDIAN__ is not defined by the s390x target, use some other macros to…

2020-02-22 Thread Richard Plangger
Richard Plangger pushed to branch branch/default at PyPy / pypy Commits: 1c613108 by Richard Plangger at 2020-02-22T15:09:31-03:00 __BIG_ENDIAN__ is not defined by the s390x target, use some other macros to determine the endianess of the platform - - - - - 1 changed file: - rpython

[pypy-commit] [Git][pypy/pypy][branch/default] should have been #if not #ifdef

2020-02-22 Thread Richard Plangger
Richard Plangger pushed to branch branch/default at PyPy / pypy Commits: 9a44e829 by Richard Plangger at 2020-02-22T15:17:08-03:00 should have been #if not #ifdef - - - - - 1 changed file: - rpython/translator/c/src/support.c View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit

[pypy-commit] [Git][pypy/pypy][branch/rutf8-simd] 2 commits: removed RPYTHON_LL2CTYPES from the command line of the compiler, linking of pypy-c.so fails

2020-02-28 Thread Richard Plangger
Richard Plangger pushed to branch branch/rutf8-simd at PyPy / pypy Commits: 17a9144f by Richard Plangger at 2020-02-27T15:59:26-03:00 removed RPYTHON_LL2CTYPES from the command line of the compiler, linking of pypy-c.so fails --HG-- branch : rutf8-simd - - - - - 9c285b17 by Richard Plangger

[pypy-commit] [Git][pypy/pypy][branch/rutf8-simd] some header definitions do not need to be exported as RPY_EXTERN, do only enable…

2020-02-28 Thread Richard Plangger
Richard Plangger pushed to branch branch/rutf8-simd at PyPy / pypy Commits: 3404ee57 by Richard Plangger at 2020-02-28T08:15:27-03:00 some header definitions do not need to be exported as RPY_EXTERN, do only enable the compilation fox x86_64 platforms --HG-- branch : rutf8-simd - - - - - 2

[pypy-commit] [Git][pypy/pypy][branch/default] first zarch version of rgil-track-thread

2020-03-29 Thread Richard Plangger
Richard Plangger pushed to branch branch/default at PyPy / pypy Commits: 6abcc03b by Richard Plangger at 2020-03-29T13:52:53-04:00 first zarch version of rgil-track-thread - - - - - 1 changed file: - rpython/jit/backend/zarch/callbuilder.py View it on GitLab: https://foss.heptapod.net

[pypy-commit] [Git][pypy/pypy][branch/default] typo

2020-03-29 Thread Richard Plangger
Richard Plangger pushed to branch branch/default at PyPy / pypy Commits: b3425284 by Richard Plangger at 2020-03-29T14:08:18-04:00 typo - - - - - 1 changed file: - rpython/jit/backend/zarch/callbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: the thread local id was not stored in call_release_gil_...

2020-04-01 Thread Richard Plangger
Richard Plangger pushed to branch branch/default at PyPy / pypy Commits: a8430582 by Richard Plangger at 2020-04-01T16:44:31-04:00 the thread local id was not stored in call_release_gil_... - - - - - 4d55ae13 by Richard Plangger at 2020-04-01T16:45:57-04:00 add a comment - - - - - 1 changed

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: use the correct register, r14 does NOT contain zero. jump forward

2020-04-03 Thread Richard Plangger
Richard Plangger pushed to branch branch/default at PyPy / pypy Commits: 2b326f17 by Richard Plangger at 2020-04-03T08:46:02-04:00 use the correct register, r14 does NOT contain zero. jump forward - - - - - f60f2d34 by Richard Plangger at 2020-04-03T08:48:47-04:00 merge default - - - - - 1

[pypy-commit] [Git][pypy/pypy][branch/default] should not be the threadlocal_addr, it should be the thread id. load it directly

2020-04-03 Thread Richard Plangger
Richard Plangger pushed to branch branch/default at PyPy / pypy Commits: 0637ae72 by Richard Plangger at 2020-04-03T15:23:13-04:00 should not be the threadlocal_addr, it should be the thread id. load it directly - - - - - 1 changed file: - rpython/jit/backend/zarch/callbuilder.py View it

[pypy-commit] [Git][pypy/pypy][branch/default] load the thread id at an earlier position

2020-04-05 Thread Richard Plangger
Richard Plangger pushed to branch branch/default at PyPy / pypy Commits: 229c5ec9 by Richard Plangger at 2020-04-05T17:39:06-04:00 load the thread id at an earlier position - - - - - 1 changed file: - rpython/jit/backend/zarch/callbuilder.py View it on GitLab: https://foss.heptapod.net

[pypy-commit] [Git][pypy/pypy][branch/default] do not generate align checks in micronumpy tests for s390x

2020-04-05 Thread Richard Plangger
Richard Plangger pushed to branch branch/default at PyPy / pypy Commits: 0da94c61 by Richard Plangger at 2020-04-05T18:05:09-04:00 do not generate align checks in micronumpy tests for s390x - - - - - 1 changed file: - pypy/module/pypyjit/test_pypy_c/test_micronumpy.py View it on GitLab