[pypy-commit] creflect default: Use of a typedef'ed name: first in globals

2014-11-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r98:76b1612c5824 Date: 2014-11-27 17:46 +0100 http://bitbucket.org/cffi/creflect/changeset/76b1612c5824/ Log:Use of a typedef'ed name: first in globals diff --git a/creflect/commontypes.py b/creflect/commontypes.py --- a/creflect/commontypes.py +++ b/cr

[pypy-commit] creflect default: If the tool crashes, output a #error line in the interrupted output file

2014-11-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r96:6eec004b93e6 Date: 2014-11-27 17:12 +0100 http://bitbucket.org/cffi/creflect/changeset/6eec004b93e6/ Log:If the tool crashes, output a #error line in the interrupted output file diff --git a/creflect/driver.py b/creflect/driver.py --- a/cref

[pypy-commit] creflect default: Add a test and fix for an empty struct declaration

2014-11-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r97:23788a07cebd Date: 2014-11-27 17:12 +0100 http://bitbucket.org/cffi/creflect/changeset/23788a07cebd/ Log:Add a test and fix for an empty struct declaration diff --git a/creflect/cparser.py b/creflect/cparser.py --- a/creflect/cparser.py +++ b/crefle

[pypy-commit] creflect default: Tweak the command-line interface

2014-11-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r95:c4d9348840a6 Date: 2014-11-27 16:39 +0100 http://bitbucket.org/cffi/creflect/changeset/c4d9348840a6/ Log:Tweak the command-line interface diff --git a/creflect/cmdline.py b/creflect/cmdline.py --- a/creflect/cmdline.py +++ b/creflect/cmdline.py @@ -

[pypy-commit] creflect default: Change to group all CREFLECT sections inside a single function

2014-11-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r94:aee2e5e2ec38 Date: 2014-11-27 16:30 +0100 http://bitbucket.org/cffi/creflect/changeset/aee2e5e2ec38/ Log:Change to group all CREFLECT sections inside a single function at the end, called by default '_creflect_main()'. diff --git a/creflect/c

[pypy-commit] pypy default: bah

2014-11-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r74750:b6df7b497a7d Date: 2014-11-27 13:48 +0100 http://bitbucket.org/pypy/pypy/changeset/b6df7b497a7d/ Log:bah diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py --- a/pypy/module/pypyjit/test_pypy_c

[pypy-commit] pypy default: Add integer bounds to 'int_signext' results.

2014-11-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r74749:eba714c0fe25 Date: 2014-11-27 13:46 +0100 http://bitbucket.org/pypy/pypy/changeset/eba714c0fe25/ Log:Add integer bounds to 'int_signext' results. diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/metainterp/optimizeopt/i

[pypy-commit] pypy default: issue #1921: produce switches on ints which don't promote the incoming

2014-11-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r74748:cf25c8fc4cdb Date: 2014-11-27 13:18 +0100 http://bitbucket.org/pypy/pypy/changeset/cf25c8fc4cdb/ Log:issue #1921: produce switches on ints which don't promote the incoming value if it doesn't match any of the cases and goes to "def

[pypy-commit] pypy portable-threadlocal: ready for merge. (Windows status unknown.)

2014-11-27 Thread arigo
Author: Armin Rigo Branch: portable-threadlocal Changeset: r74746:b75c43d35041 Date: 2014-11-27 10:55 +0100 http://bitbucket.org/pypy/pypy/changeset/b75c43d35041/ Log:ready for merge. (Windows status unknown.) ___ pypy-commit mailing list pypy-comm

[pypy-commit] pypy default: hg merge portable-threadlocal

2014-11-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r74747:adc6ab4ae74d Date: 2014-11-27 10:56 +0100 http://bitbucket.org/pypy/pypy/changeset/adc6ab4ae74d/ Log:hg merge portable-threadlocal Change the way thread-locals are read from the JIT: found a way to do it portably, by passing aroun

[pypy-commit] pypy portable-threadlocal: fix

2014-11-27 Thread arigo
Author: Armin Rigo Branch: portable-threadlocal Changeset: r74745:4c60d918693c Date: 2014-11-27 09:15 +0100 http://bitbucket.org/pypy/pypy/changeset/4c60d918693c/ Log:fix diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend/arm/a

[pypy-commit] pypy portable-threadlocal: next fix

2014-11-27 Thread arigo
Author: Armin Rigo Branch: portable-threadlocal Changeset: r74744:834b260fe0df Date: 2014-11-27 09:09 +0100 http://bitbucket.org/pypy/pypy/changeset/834b260fe0df/ Log:next fix diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend/