[pypy-commit] extradoc extradoc: add patch to collect backend guard data

2012-07-25 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4356:c0ff8c604820 Date: 2012-07-25 12:18 +0200 http://bitbucket.org/pypy/extradoc/changeset/c0ff8c604820/ Log:add patch to collect backend guard data diff --git a/talk/vmil2012/tool/ll_resume_data_count.patch

[pypy-commit] extradoc extradoc: add code to build backend data tables about machine code and guard data sizes and add the latest results

2012-07-25 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4357:d35d75773797 Date: 2012-07-25 12:20 +0200 http://bitbucket.org/pypy/extradoc/changeset/d35d75773797/ Log:add code to build backend data tables about machine code and guard data sizes and add the latest

[pypy-commit] benchmarks default: add a LICENSE file

2012-07-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r186:35e0e208d0d0 Date: 2012-07-25 12:53 +0200 http://bitbucket.org/pypy/benchmarks/changeset/35e0e208d0d0/ Log:add a LICENSE file diff --git a/LICENSE b/LICENSE new file mode 100644 --- /dev/null +++ b/LICENSE @@ -0,0 +1,31 @@

[pypy-commit] extradoc extradoc: update table template

2012-07-25 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4358:567da7cebdb5 Date: 2012-07-25 13:26 +0200 http://bitbucket.org/pypy/extradoc/changeset/567da7cebdb5/ Log:update table template diff --git a/talk/vmil2012/tool/table_template.tex

[pypy-commit] extradoc extradoc: start explaining the contents of the tables

2012-07-25 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4361:2d01ba83b98b Date: 2012-07-25 15:26 +0200 http://bitbucket.org/pypy/extradoc/changeset/2d01ba83b98b/ Log:start explaining the contents of the tables diff --git a/talk/vmil2012/paper.tex

[pypy-commit] extradoc extradoc: move the figure and caption definition from the table template to the paper

2012-07-25 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4359:2e6fcff21703 Date: 2012-07-25 15:25 +0200 http://bitbucket.org/pypy/extradoc/changeset/2e6fcff21703/ Log:move the figure and caption definition from the table template to the paper diff --git

[pypy-commit] extradoc extradoc: add relation of machine code to guard map data to the machine code size table

2012-07-25 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4360:a0903bdfc07f Date: 2012-07-25 15:25 +0200 http://bitbucket.org/pypy/extradoc/changeset/a0903bdfc07f/ Log:add relation of machine code to guard map data to the machine code size table diff --git

[pypy-commit] extradoc extradoc: update figure

2012-07-25 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4362:699d04be2651 Date: 2012-07-25 15:26 +0200 http://bitbucket.org/pypy/extradoc/changeset/699d04be2651/ Log:update figure diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex ---

[pypy-commit] pypy ppc-jit-backend: import test_loop_unroll into ppc backend

2012-07-25 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: ppc-jit-backend Changeset: r56448:0c0b1c89633b Date: 2012-07-25 07:10 -0700 http://bitbucket.org/pypy/pypy/changeset/0c0b1c89633b/ Log:import test_loop_unroll into ppc backend diff --git a/pypy/jit/backend/x86/test/test_loop_unroll.py

[pypy-commit] pypy ppc-jit-backend: skip test_read_timestamp in test_basic if the backend does not support longlong

2012-07-25 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: ppc-jit-backend Changeset: r56446:87f124c1fc3e Date: 2012-07-25 07:04 -0700 http://bitbucket.org/pypy/pypy/changeset/87f124c1fc3e/ Log:skip test_read_timestamp in test_basic if the backend does not support longlong diff --git

[pypy-commit] pypy ppc-jit-backend: import test_float tests into PPC backend

2012-07-25 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: ppc-jit-backend Changeset: r56447:44f5bcf4a5c8 Date: 2012-07-25 07:04 -0700 http://bitbucket.org/pypy/pypy/changeset/44f5bcf4a5c8/ Log:import test_float tests into PPC backend diff --git a/pypy/jit/backend/x86/test/test_float.py

[pypy-commit] pypy result-in-resops: implement copy and change, more cleanups

2012-07-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: result-in-resops Changeset: r56449:d50041b95100 Date: 2012-07-25 16:38 +0200 http://bitbucket.org/pypy/pypy/changeset/d50041b95100/ Log:implement copy and change, more cleanups diff --git a/pypy/jit/metainterp/compile.py

[pypy-commit] cffi default: Improve the test to check for

2012-07-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r680:68b9e6bac2c6 Date: 2012-07-25 20:10 +0200 http://bitbucket.org/cffi/cffi/changeset/68b9e6bac2c6/ Log:Improve the test to check for int(unicode-char-that-would-be- accidentally-signed) diff --git a/c/test_c.py b/c/test_c.py

[pypy-commit] cffi default: Documentation tweak

2012-07-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r679:80706f81bc7c Date: 2012-07-25 20:09 +0200 http://bitbucket.org/cffi/cffi/changeset/80706f81bc7c/ Log:Documentation tweak diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst

[pypy-commit] pypy result-in-resops: work in progress

2012-07-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: result-in-resops Changeset: r56450:4f48fde082c0 Date: 2012-07-25 21:47 +0200 http://bitbucket.org/pypy/pypy/changeset/4f48fde082c0/ Log:work in progress diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py ---

[pypy-commit] pypy result-in-resops: fix this particular problem, there is a more annoying one ahead

2012-07-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: result-in-resops Changeset: r56451:8d2c3aee0236 Date: 2012-07-25 22:36 +0200 http://bitbucket.org/pypy/pypy/changeset/8d2c3aee0236/ Log:fix this particular problem, there is a more annoying one ahead diff --git

[pypy-commit] pypy reflex-support: make STL-life easier

2012-07-25 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r56452:6b1de0070af5 Date: 2012-07-25 16:25 -0700 http://bitbucket.org/pypy/pypy/changeset/6b1de0070af5/ Log:make STL-life easier diff --git a/pypy/module/cppyy/src/reflexcwrapper.cxx