[pypy-commit] pypy arm-backend-2: kill some tabs (again)

2012-08-07 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r56611:7ce05270592b Date: 2012-08-07 08:53 +0200 http://bitbucket.org/pypy/pypy/changeset/7ce05270592b/ Log:kill some tabs (again) this commit should create a new head on arm-backend-2 that will replace the current head

[pypy-commit] pypy arm-backend-2: skip test_basic tests that require floats in case the CPU doesn't support them

2012-08-07 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r56612:c64e44969119 Date: 2012-08-05 11:07 + http://bitbucket.org/pypy/pypy/changeset/c64e44969119/ Log:skip test_basic tests that require floats in case the CPU doesn't support them diff --git a/pypy/jit/backend/arm/test/t

[pypy-commit] pypy arm-backend-2: skip test if CPU does not have NUM_REGS property

2012-08-07 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r56613:504beb30b044 Date: 2012-08-05 11:12 + http://bitbucket.org/pypy/pypy/changeset/504beb30b044/ Log:skip test if CPU does not have NUM_REGS property diff --git a/pypy/jit/backend/x86/test/test_assembler.py b/pypy/jit/backend/x

[pypy-commit] pypy arm-backend-2: implement int_force_ge_zero for ARM

2012-08-07 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r56616:8849756a4cf1 Date: 2012-08-06 13:25 + http://bitbucket.org/pypy/pypy/changeset/8849756a4cf1/ Log:implement int_force_ge_zero for ARM diff --git a/pypy/jit/backend/arm/opassembler.py b/pypy/jit/backend/arm/opassembler.py ---

[pypy-commit] pypy arm-backend-2: convert handle to int before casting to SEM_T instead of uint

2012-08-07 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r56615:eaf269f5fa4d Date: 2012-08-06 14:47 +0200 http://bitbucket.org/pypy/pypy/changeset/eaf269f5fa4d/ Log:convert handle to int before casting to SEM_T instead of uint fixes test_semaphore_rebuild on armhf diff --git a/pypy/

[pypy-commit] pypy arm-backend-2: close this head

2012-08-07 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r56618:6c18021762a8 Date: 2012-08-07 08:57 +0200 http://bitbucket.org/pypy/pypy/changeset/6c18021762a8/ Log:close this head ___ pypy-commit mailing list pypy-commit@python.org http://mail.pyt

[pypy-commit] pypy arm-backend-2: forgot to return the condition

2012-08-07 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r56617:8c550a3fbeba Date: 2012-08-06 13:29 + http://bitbucket.org/pypy/pypy/changeset/8c550a3fbeba/ Log:forgot to return the condition diff --git a/pypy/jit/backend/arm/opassembler.py b/pypy/jit/backend/arm/opassembler.py --- a/py

[pypy-commit] pypy closed-branches: reclose branch

2012-08-07 Thread bivab
Author: David Schneider Branch: closed-branches Changeset: r56620:5e8d1309f9b7 Date: 2012-08-07 09:13 +0200 http://bitbucket.org/pypy/pypy/changeset/5e8d1309f9b7/ Log:reclose branch ___ pypy-commit mailing list pypy-commit@python.org http://mail.py

[pypy-commit] pypy closed-branches: merge closed/bogus head of arm-backend-2 branch

2012-08-07 Thread bivab
Author: David Schneider Branch: closed-branches Changeset: r56619:28210922712a Date: 2012-08-07 09:12 +0200 http://bitbucket.org/pypy/pypy/changeset/28210922712a/ Log:merge closed/bogus head of arm-backend-2 branch ___ pypy-commit mailing list pypy

[pypy-commit] extradoc extradoc: typo

2012-08-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4435:439347b963ca Date: 2012-08-06 17:43 +0200 http://bitbucket.org/pypy/extradoc/changeset/439347b963ca/ Log:typo diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012/paper.tex @

[pypy-commit] extradoc extradoc: rewrite parts of the introduction

2012-08-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4436:03e36b00aafc Date: 2012-08-07 09:27 +0200 http://bitbucket.org/pypy/extradoc/changeset/03e36b00aafc/ Log:rewrite parts of the introduction diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex ++

[pypy-commit] extradoc extradoc: merge heads

2012-08-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4437:17df7ae6ed74 Date: 2012-08-07 09:28 +0200 http://bitbucket.org/pypy/extradoc/changeset/17df7ae6ed74/ Log:merge heads diff --git a/talk/dls2012/licm-submitted.pdf b/talk/dls2012/licm-submitted.pdf new file mode 100644 index 00

[pypy-commit] pypy ffi-backend: Import test_c from cffi

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56621:919262f4cd5f Date: 2012-08-07 10:24 +0200 http://bitbucket.org/pypy/pypy/changeset/919262f4cd5f/ Log:Import test_c from cffi diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test

[pypy-commit] cffi default: Fix the tests

2012-08-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r787:1241e226b041 Date: 2012-08-07 10:23 +0200 http://bitbucket.org/cffi/cffi/changeset/1241e226b041/ Log:Fix the tests diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1300,6 +1300,7 @@ BArray = new_array_type(new_poi

[pypy-commit] pypy ffi-backend: Fix for py.test -A.

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56622:4af2dc05568b Date: 2012-08-07 08:24 + http://bitbucket.org/pypy/pypy/changeset/4af2dc05568b/ Log:Fix for py.test -A. diff --git a/pypy/module/_cffi_backend/test/test_c.py b/pypy/module/_cffi_backend/test/test_c.py --- a/pypy/modul

[pypy-commit] pypy default: xfail

2012-08-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r56623:dee5eed6cfab Date: 2012-08-07 10:32 +0200 http://bitbucket.org/pypy/pypy/changeset/dee5eed6cfab/ Log:xfail diff --git a/pypy/jit/backend/x86/test/test_ztranslation.py b/pypy/jit/backend/x86/test/test_ztranslation.py --- a/pypy/jit/backend/x86/te

[pypy-commit] pypy ffi-backend: Skip three tests of '_ffi' which are not optimized any more.

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56624:55c27a7c1b04 Date: 2012-08-07 08:27 + http://bitbucket.org/pypy/pypy/changeset/55c27a7c1b04/ Log:Skip three tests of '_ffi' which are not optimized any more. diff --git a/pypy/module/pypyjit/test_pypy_c/test__ffi.py b/pypy/module/

[pypy-commit] cffi default: Fix tests

2012-08-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r788:7716adfbddb6 Date: 2012-08-07 11:16 +0200 http://bitbucket.org/cffi/cffi/changeset/7716adfbddb6/ Log:Fix tests diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1300,7 +1300,8 @@ BArray = new_array_type(new_pointer

[pypy-commit] cffi default: Tentative: allow load_library(None).

2012-08-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r789:9cffd03b74f3 Date: 2012-08-07 11:16 +0200 http://bitbucket.org/cffi/cffi/changeset/9cffd03b74f3/ Log:Tentative: allow load_library(None). diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2492,7

[pypy-commit] pypy arm-backend-2: add get_all_loop_runs

2012-08-07 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r56625:eb1c7d3b91a5 Date: 2012-08-07 09:15 + http://bitbucket.org/pypy/pypy/changeset/eb1c7d3b91a5/ Log:add get_all_loop_runs diff --git a/pypy/jit/backend/arm/runner.py b/pypy/jit/backend/arm/runner.py old mode 100644 new mode 100

[pypy-commit] pypy ffi-backend: Update test_c. Fix for an obscure case.

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56626:3188721f295d Date: 2012-08-07 11:20 +0200 http://bitbucket.org/pypy/pypy/changeset/3188721f295d/ Log:Update test_c. Fix for an obscure case. diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/te

[pypy-commit] pypy ffi-backend: Obscure: simulate some alignment in the structures, otherwise

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56627:0f692101e5a9 Date: 2012-08-07 11:12 +0200 http://bitbucket.org/pypy/pypy/changeset/0f692101e5a9/ Log:Obscure: simulate some alignment in the structures, otherwise _cffi_backend/ctypefunc.py tests fail. diff --git a/pypy/rpython

[pypy-commit] pypy ffi-backend: merge heads

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56628:59cb2c2f690f Date: 2012-08-07 11:20 +0200 http://bitbucket.org/pypy/pypy/changeset/59cb2c2f690f/ Log:merge heads diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py --- a/

[pypy-commit] pypy ffi-backend: Add doc

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56629:90860449cc80 Date: 2012-08-07 11:24 +0200 http://bitbucket.org/pypy/pypy/changeset/90860449cc80/ Log:Add doc diff --git a/pypy/doc/config/objspace.usemodules._cffi_backend.txt b/pypy/doc/config/objspace.usemodules._cffi_backend.txt ne

[pypy-commit] pypy ffi-backend: Fixes on 32-bits.

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56631:96ba98c64e41 Date: 2012-08-07 11:45 +0200 http://bitbucket.org/pypy/pypy/changeset/96ba98c64e41/ Log:Fixes on 32-bits. diff --git a/pypy/jit/backend/llgraph/llimpl.py b/pypy/jit/backend/llgraph/llimpl.py --- a/pypy/jit/backend/llgraph

[pypy-commit] pypy ffi-backend: Fix for calldescrof_dynamic().

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56630:269c4910f236 Date: 2012-08-07 11:40 +0200 http://bitbucket.org/pypy/pypy/changeset/269c4910f236/ Log:Fix for calldescrof_dynamic(). diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/ji

[pypy-commit] extradoc extradoc: typos

2012-08-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4438:4499305b4e3d Date: 2012-08-07 07:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/4499305b4e3d/ Log:typos diff --git a/talk/dls2012/paper.tex b/talk/dls2012/paper.tex --- a/talk/dls2012/paper.tex +++ b/talk/dls2012/paper.tex

[pypy-commit] extradoc extradoc: I'm *pretty* sure that this needs to be J, not I

2012-08-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4439:7ce0253399c1 Date: 2012-08-07 07:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/7ce0253399c1/ Log:I'm *pretty* sure that this needs to be J, not I diff --git a/talk/dls2012/licm.pdf b/talk/dls2012/licm.pdf index 2ebec13794

[pypy-commit] extradoc extradoc: try to make this point a bit clearer

2012-08-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4442:769170793968 Date: 2012-08-07 08:21 +0200 http://bitbucket.org/pypy/extradoc/changeset/769170793968/ Log:try to make this point a bit clearer diff --git a/talk/dls2012/paper.tex b/talk/dls2012/paper.tex --- a/talk/dls2012/paper.te

[pypy-commit] extradoc extradoc: some more typos, and three references

2012-08-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4440:3b4d73b18521 Date: 2012-08-07 08:00 +0200 http://bitbucket.org/pypy/extradoc/changeset/3b4d73b18521/ Log:some more typos, and three references diff --git a/talk/dls2012/paper.tex b/talk/dls2012/paper.tex --- a/talk/dls2012/paper.t

[pypy-commit] extradoc extradoc: forgot to add the citation

2012-08-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4443:c66ad608817b Date: 2012-08-07 08:23 +0200 http://bitbucket.org/pypy/extradoc/changeset/c66ad608817b/ Log:forgot to add the citation diff --git a/talk/dls2012/paper.bib b/talk/dls2012/paper.bib --- a/talk/dls2012/paper.bib +++ b/ta

[pypy-commit] extradoc extradoc: typos

2012-08-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4441:3dd4c9c364e4 Date: 2012-08-07 08:06 +0200 http://bitbucket.org/pypy/extradoc/changeset/3dd4c9c364e4/ Log:typos diff --git a/talk/dls2012/paper.tex b/talk/dls2012/paper.tex --- a/talk/dls2012/paper.tex +++ b/talk/dls2012/paper.tex

[pypy-commit] extradoc extradoc: add the final version of the code

2012-08-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r:a32696e76d14 Date: 2012-08-07 08:31 +0200 http://bitbucket.org/pypy/extradoc/changeset/a32696e76d14/ Log:add the final version of the code diff --git a/talk/dls2012/licm.pdf b/talk/dls2012/licm.pdf index 6cfb629737169edbc7f5a6758

[pypy-commit] extradoc extradoc: make all traces figures

2012-08-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4445:3da0148e6fdd Date: 2012-08-07 08:37 +0200 http://bitbucket.org/pypy/extradoc/changeset/3da0148e6fdd/ Log:make all traces figures diff --git a/talk/dls2012/paper.tex b/talk/dls2012/paper.tex --- a/talk/dls2012/paper.tex +++ b/talk/

[pypy-commit] extradoc extradoc: add acknowledgements

2012-08-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4449:951f6f08f322 Date: 2012-08-07 09:26 +0200 http://bitbucket.org/pypy/extradoc/changeset/951f6f08f322/ Log:add acknowledgements diff --git a/talk/dls2012/paper.tex b/talk/dls2012/paper.tex --- a/talk/dls2012/paper.tex +++ b/talk/dls

[pypy-commit] extradoc extradoc: add line numbers (puh)

2012-08-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4446:4f2938e2c183 Date: 2012-08-07 09:08 +0200 http://bitbucket.org/pypy/extradoc/changeset/4f2938e2c183/ Log:add line numbers (puh) diff --git a/talk/vmil2012/figures/log.tex b/talk/vmil2012/figures/log.tex --- a/talk/vmil2012/figures

[pypy-commit] extradoc extradoc: some tweaks to the related work

2012-08-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4450:dec8f9362f14 Date: 2012-08-07 09:26 +0200 http://bitbucket.org/pypy/extradoc/changeset/dec8f9362f14/ Log:some tweaks to the related work diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex

[pypy-commit] extradoc extradoc: typos

2012-08-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4447:d139bd18f6e8 Date: 2012-08-07 09:13 +0200 http://bitbucket.org/pypy/extradoc/changeset/d139bd18f6e8/ Log:typos diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012/paper.

[pypy-commit] extradoc extradoc: add description of benchmarks

2012-08-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4448:7a0f7a08b604 Date: 2012-08-07 09:24 +0200 http://bitbucket.org/pypy/extradoc/changeset/7a0f7a08b604/ Log:add description of benchmarks diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex ++

[pypy-commit] extradoc extradoc: a note

2012-08-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4451:aa92f1be1c71 Date: 2012-08-07 09:28 +0200 http://bitbucket.org/pypy/extradoc/changeset/aa92f1be1c71/ Log:a note diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012/paper

[pypy-commit] extradoc extradoc: urlify links, don't color them

2012-08-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4453:b60188f5e3c7 Date: 2012-08-07 09:37 +0200 http://bitbucket.org/pypy/extradoc/changeset/b60188f5e3c7/ Log:urlify links, don't color them diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +

[pypy-commit] extradoc extradoc: s/PyPy/RPython in some places

2012-08-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4452:441e214d47ba Date: 2012-08-07 09:31 +0200 http://bitbucket.org/pypy/extradoc/changeset/441e214d47ba/ Log:s/PyPy/RPython in some places diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex ++

[pypy-commit] extradoc extradoc: argh

2012-08-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4454:49f879a2ff96 Date: 2012-08-07 09:38 +0200 http://bitbucket.org/pypy/extradoc/changeset/49f879a2ff96/ Log:argh diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012/paper.t

[pypy-commit] extradoc extradoc: remove a space from the URL

2012-08-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4455:66d0e8c47568 Date: 2012-08-07 11:59 +0200 http://bitbucket.org/pypy/extradoc/changeset/66d0e8c47568/ Log:remove a space from the URL diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/ta

[pypy-commit] extradoc extradoc: remove a todo and make the url of the Lua mailing list post show up in the references

2012-08-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4456:2baa32961ed0 Date: 2012-08-07 12:10 +0200 http://bitbucket.org/pypy/extradoc/changeset/2baa32961ed0/ Log:remove a todo and make the url of the Lua mailing list post show up in the references diff --git a/talk/vmil2012/paper.bi

[pypy-commit] buildbot default: add armhf builder

2012-08-07 Thread bivab
Author: David Schneider Branch: Changeset: r664:d2e44b652eb2 Date: 2012-08-07 13:31 +0200 http://bitbucket.org/pypy/buildbot/changeset/d2e44b652eb2/ Log:add armhf builder diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++ b/bot2/pypy

[pypy-commit] extradoc extradoc: (cfbolz, bivab) write section about RPython's tracing JIT

2012-08-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4457:176a636c Date: 2012-08-07 14:28 +0200 http://bitbucket.org/pypy/extradoc/changeset/176a636c/ Log:(cfbolz, bivab) write section about RPython's tracing JIT diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/ta

[pypy-commit] extradoc extradoc: keywords and another todo

2012-08-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4458:98264f11cda8 Date: 2012-08-07 14:28 +0200 http://bitbucket.org/pypy/extradoc/changeset/98264f11cda8/ Log:keywords and another todo diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk

[pypy-commit] extradoc extradoc: (cfbolz, bivab) write about bridges and trace stitching

2012-08-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4459:b5406b13a6a6 Date: 2012-08-07 14:37 +0200 http://bitbucket.org/pypy/extradoc/changeset/b5406b13a6a6/ Log:(cfbolz, bivab) write about bridges and trace stitching diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk

[pypy-commit] extradoc extradoc: (cfbolz, bivab) improve figure (more lines and a legend [even more lines])

2012-08-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4460:fcb5e72c51f6 Date: 2012-08-07 14:52 +0200 http://bitbucket.org/pypy/extradoc/changeset/fcb5e72c51f6/ Log:(cfbolz, bivab) improve figure (more lines and a legend [even more lines]) diff --git a/talk/vmil2012/figures/loop_bridge

[pypy-commit] extradoc extradoc: todo

2012-08-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4461:0e07a770be34 Date: 2012-08-07 14:52 +0200 http://bitbucket.org/pypy/extradoc/changeset/0e07a770be34/ Log:todo diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012/paper.tex @

[pypy-commit] extradoc extradoc: (cfbolz, bivab) abstract

2012-08-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4462:766608bb16e1 Date: 2012-08-07 15:25 +0200 http://bitbucket.org/pypy/extradoc/changeset/766608bb16e1/ Log:(cfbolz, bivab) abstract diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/

[pypy-commit] pypy ffi-backend: Kill unused imports

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56632:2af2893cbc0a Date: 2012-08-07 11:47 +0200 http://bitbucket.org/pypy/pypy/changeset/2af2893cbc0a/ Log:Kill unused imports diff --git a/pypy/jit/backend/test/calling_convention_test.py b/pypy/jit/backend/test/calling_convention_test.py

[pypy-commit] pypy ffi-backend: Add an assert that prevents "ffi_cif" from being written in the C code

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56635:16860593dc11 Date: 2012-08-07 15:46 +0200 http://bitbucket.org/pypy/pypy/changeset/16860593dc11/ Log:Add an assert that prevents "ffi_cif" from being written in the C code if OS_LIBFFI_CALL is never used. Fixes x86/test/test_zrp

[pypy-commit] pypy ffi-backend: Fix test

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56639:757d65d281db Date: 2012-08-07 15:56 +0200 http://bitbucket.org/pypy/pypy/changeset/757d65d281db/ Log:Fix test diff --git a/pypy/rpython/lltypesystem/test/test_ll2ctypes.py b/pypy/rpython/lltypesystem/test/test_ll2ctypes.py --- a/pypy/

[pypy-commit] pypy ffi-backend: Fixes fixes fixes

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56633:5ba6d28ae49e Date: 2012-08-07 11:56 +0200 http://bitbucket.org/pypy/pypy/changeset/5ba6d28ae49e/ Log:Fixes fixes fixes diff --git a/pypy/jit/backend/llgraph/runner.py b/pypy/jit/backend/llgraph/runner.py --- a/pypy/jit/backend/llgraph

[pypy-commit] pypy ffi-backend: Fix more tests

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56634:9a6abc9d085a Date: 2012-08-07 15:24 +0200 http://bitbucket.org/pypy/pypy/changeset/9a6abc9d085a/ Log:Fix more tests diff --git a/pypy/jit/backend/llsupport/ffisupport.py b/pypy/jit/backend/llsupport/ffisupport.py --- a/pypy/jit/backen

[pypy-commit] pypy ffi-backend: Fix

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56636:d218a173b552 Date: 2012-08-07 15:46 +0200 http://bitbucket.org/pypy/pypy/changeset/d218a173b552/ Log:Fix diff --git a/pypy/jit/codewriter/test/test_list.py b/pypy/jit/codewriter/test/test_list.py --- a/pypy/jit/codewriter/test/test_li

[pypy-commit] pypy ffi-backend: Re-add this line. Unsure why it was killed because SETINTERIORFIELD_RAW was not killed.

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56637:6d8e75b07308 Date: 2012-08-07 15:51 +0200 http://bitbucket.org/pypy/pypy/changeset/6d8e75b07308/ Log:Re-add this line. Unsure why it was killed because SETINTERIORFIELD_RAW was not killed. diff --git a/pypy/jit/metainterp/optim

[pypy-commit] pypy ffi-backend: Fix (shown by jit.metainterp.test.test_immutable)

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56638:f5cdb3203c74 Date: 2012-08-07 15:52 +0200 http://bitbucket.org/pypy/pypy/changeset/f5cdb3203c74/ Log:Fix (shown by jit.metainterp.test.test_immutable) diff --git a/pypy/rpython/lltypesystem/llmemory.py b/pypy/rpython/lltypesystem/llme

[pypy-commit] pypy ffi-backend: Fix

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56640:ec35faff77d2 Date: 2012-08-07 17:29 +0200 http://bitbucket.org/pypy/pypy/changeset/ec35faff77d2/ Log:Fix diff --git a/pypy/translator/tool/test/test_staticsizereport.py b/pypy/translator/tool/test/test_staticsizereport.py --- a/pypy/t

[pypy-commit] pypy arm-backend-2: merge default

2012-08-07 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r56642:bbc9f161f31c Date: 2012-08-07 17:40 +0200 http://bitbucket.org/pypy/pypy/changeset/bbc9f161f31c/ Log:merge default diff --git a/pypy/jit/backend/arm/test/test_ztranslation.py b/pypy/jit/backend/arm/test/test_ztranslation.py ---

[pypy-commit] pypy ffi-backend: backout ec35faff77d2

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56644:a460c087d5e9 Date: 2012-08-07 17:34 +0200 http://bitbucket.org/pypy/pypy/changeset/a460c087d5e9/ Log:backout ec35faff77d2 diff --git a/pypy/translator/tool/test/test_staticsizereport.py b/pypy/translator/tool/test/test_staticsizerepor

[pypy-commit] pypy ffi-backend: Just use a regular Signed field for cif_descr.abi.

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56645:062eec2fc9ff Date: 2012-08-07 17:39 +0200 http://bitbucket.org/pypy/pypy/changeset/062eec2fc9ff/ Log:Just use a regular Signed field for cif_descr.abi. diff --git a/pypy/jit/backend/llsupport/ffisupport.py b/pypy/jit/backend/llsupport

[pypy-commit] pypy default: make test_sorting_of_fields independent of interactions with other tests and only make sure that all keys are different

2012-08-07 Thread bivab
Author: David Schneider Branch: Changeset: r56641:d7d2f17fd0d3 Date: 2012-08-07 17:39 +0200 http://bitbucket.org/pypy/pypy/changeset/d7d2f17fd0d3/ Log:make test_sorting_of_fields independent of interactions with other tests and only make sure that all keys are different diff --git a

[pypy-commit] pypy ffi-backend: backout 0f692101e5a9: it changes too much random details

2012-08-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56643:d2ab5b72ac98 Date: 2012-08-07 17:33 +0200 http://bitbucket.org/pypy/pypy/changeset/d2ab5b72ac98/ Log:backout 0f692101e5a9: it changes too much random details diff --git a/pypy/rpython/memory/lltypelayout.py b/pypy/rpython/memory/lltyp

[pypy-commit] extradoc extradoc: remove a redundant todo

2012-08-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4463:d486851b5751 Date: 2012-08-07 16:22 +0200 http://bitbucket.org/pypy/extradoc/changeset/d486851b5751/ Log:remove a redundant todo diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/v

[pypy-commit] extradoc extradoc: patch to log guard failures

2012-08-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4464:5cdbd70d2832 Date: 2012-08-07 17:54 +0200 http://bitbucket.org/pypy/extradoc/changeset/5cdbd70d2832/ Log:patch to log guard failures diff --git a/talk/vmil2012/tool/failure_count.patch b/talk/vmil2012/tool/failure_count.patch new fil

[pypy-commit] pypy default: Don't crash in imp.load_module() when the given path is not a real file name.

2012-08-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r56646:bf9ddd840ef3 Date: 2012-08-08 02:41 +0200 http://bitbucket.org/pypy/pypy/changeset/bf9ddd840ef3/ Log:Don't crash in imp.load_module() when the given path is not a real file name. Use os.fstat() on the opened file instead. diff -

[pypy-commit] pypy default: issue1232: ctypes: Subclasses of primitive types don't call their __new__ when the value is extracted from a struct member.

2012-08-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r56647:76c0dcd40f93 Date: 2012-08-08 02:48 +0200 http://bitbucket.org/pypy/pypy/changeset/76c0dcd40f93/ Log:issue1232: ctypes: Subclasses of primitive types don't call their __new__ when the value is extracted from a struct member. Yes,