[pypy-commit] pypy default: Issue #2512: translate with x86-without-sse2

2017-03-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r90799:23fd2966aada Date: 2017-03-23 19:50 +0100 http://bitbucket.org/pypy/pypy/changeset/23fd2966aada/ Log:Issue #2512: translate with x86-without-sse2 diff --git a/rpython/jit/backend/x86/vector_ext.py b/rpython/jit/backend/x86/vector_ext.py --- a/rp

[pypy-commit] pypy py3.5: Disable the insert key (and equivalents) in PyPy 3 (possibly until someone complains)

2017-03-23 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90798:63f85f548a14 Date: 2017-03-23 17:51 +0100 http://bitbucket.org/pypy/pypy/changeset/63f85f548a14/ Log:Disable the insert key (and equivalents) in PyPy 3 (possibly until someone complains) diff --git a/lib_pypy/pyrepl/commands.py b/lib

[pypy-commit] pypy default: Aaaaaaaaah this skip would skip *the whole file*!!

2017-03-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r90797:011e84c44f76 Date: 2017-03-23 12:19 +0100 http://bitbucket.org/pypy/pypy/changeset/011e84c44f76/ Log:Ah this skip would skip *the whole file*!! diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test/test_ajit

[pypy-commit] pypy default: add an assertion, because the annotator doesn't seem to understand that index0 is >=0 here and we get an extra guard in the jit

2017-03-23 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r90795:f343b8876f3e Date: 2017-03-22 14:39 +0100 http://bitbucket.org/pypy/pypy/changeset/f343b8876f3e/ Log:add an assertion, because the annotator doesn't seem to understand that index0 is >=0 here and we get an extra guard in the jit diff

[pypy-commit] pypy default: Merged in timfel/pypy (pull request #529)

2017-03-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r90796:5be35c6caec2 Date: 2017-03-23 11:12 + http://bitbucket.org/pypy/pypy/changeset/5be35c6caec2/ Log:Merged in timfel/pypy (pull request #529) Add an assertion, because the annotator doesn't seem to understand that index0 is >=0 h

[pypy-commit] pypy nogil-unsafe-2: work around annoying GCC warning

2017-03-23 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90794:fdfdff0a82cc Date: 2017-03-23 11:30 +0100 http://bitbucket.org/pypy/pypy/changeset/fdfdff0a82cc/ Log:work around annoying GCC warning diff --git a/rpython/translator/c/funcgen.py b/rpython/translator/c/funcgen.py --- a/rpython/trans

[pypy-commit] pypy nogil-unsafe-2: add threadsan target and make tracebacks threadlocal

2017-03-23 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90793:fb471557c36c Date: 2017-03-23 10:53 +0100 http://bitbucket.org/pypy/pypy/changeset/fb471557c36c/ Log:add threadsan target and make tracebacks threadlocal Add support for gcc's thread sanitizer by adding a makefile target.