[pypy-commit] pypy arm-backend-2: translation fix

2012-02-03 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r52063:9dbd5fb612df Date: 2012-02-02 14:23 +0100 http://bitbucket.org/pypy/pypy/changeset/9dbd5fb612df/ Log:translation fix diff --git a/pypy/jit/backend/arm/regalloc.py b/pypy/jit/backend/arm/regalloc.py --- a/pypy/jit/backend/arm/reg

[pypy-commit] pypy arm-backend-2: translation fix, missing case

2011-12-08 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r50303:10bf505d8a69 Date: 2011-12-08 15:13 +0100 http://bitbucket.org/pypy/pypy/changeset/10bf505d8a69/ Log:translation fix, missing case diff --git a/pypy/jit/backend/arm/opassembler.py b/pypy/jit/backend/arm/opassembler.py --- a/pyp

[pypy-commit] pypy arm-backend-2: translation fix

2011-11-29 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r49973:cf2af9ba668b Date: 2011-11-29 16:47 +0100 http://bitbucket.org/pypy/pypy/changeset/cf2af9ba668b/ Log:translation fix diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py --- a/pypy/jit/backend/arm/

[pypy-commit] pypy arm-backend-2: Translation fix.

2011-07-01 Thread arigo
Author: Armin Rigo Branch: arm-backend-2 Changeset: r45232:9b56c79751ff Date: 2011-06-04 07:26 +0200 http://bitbucket.org/pypy/pypy/changeset/9b56c79751ff/ Log:Translation fix. diff --git a/pypy/module/cpyext/intobject.py b/pypy/module/cpyext/intobject.py --- a/pypy/module/cpyext/intobject.p