[pypy-commit] pypy jitframe-on-heap: load store helper methods

2013-02-06 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60908:747460bbcce4 Date: 2013-02-06 17:28 +0100 http://bitbucket.org/pypy/pypy/changeset/747460bbcce4/ Log:load store helper methods diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy jitframe-on-heap: fp register now points to the start of the JITFRAME

2013-02-06 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60909:a31d38ea0ff3 Date: 2013-02-06 17:37 +0100 http://bitbucket.org/pypy/pypy/changeset/a31d38ea0ff3/ Log:fp register now points to the start of the JITFRAME diff --git

[pypy-commit] pypy jitframe-on-heap: add jitframe checks

2013-02-06 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60910:c76760a2e950 Date: 2013-02-06 17:40 +0100 http://bitbucket.org/pypy/pypy/changeset/c76760a2e950/ Log:add jitframe checks diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy jitframe-on-heap: test_float_operations passes

2013-01-30 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60723:f410b2ca03ba Date: 2013-01-30 12:59 +0100 http://bitbucket.org/pypy/pypy/changeset/f410b2ca03ba/ Log:test_float_operations passes diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy jitframe-on-heap: merge upstream

2013-01-30 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60724:bdaf37b11afb Date: 2013-01-30 13:01 +0100 http://bitbucket.org/pypy/pypy/changeset/bdaf37b11afb/ Log:merge upstream diff --git a/rpython/jit/backend/llsupport/gc.py

[pypy-commit] pypy jitframe-on-heap: bridges start to work again

2013-01-30 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60731:281e082e0a08 Date: 2013-01-30 15:50 +0100 http://bitbucket.org/pypy/pypy/changeset/281e082e0a08/ Log:bridges start to work again diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy jitframe-on-heap: support for floats in failargs

2013-01-30 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60730:e71902fae352 Date: 2013-01-30 15:49 +0100 http://bitbucket.org/pypy/pypy/changeset/e71902fae352/ Log:support for floats in failargs diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy jitframe-on-heap: merge

2013-01-30 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60732:8b3593ba24a1 Date: 2013-01-30 15:55 +0100 http://bitbucket.org/pypy/pypy/changeset/8b3593ba24a1/ Log:merge diff --git a/rpython/jit/backend/llsupport/gc.py b/rpython/jit/backend/llsupport/gc.py ---

[pypy-commit] pypy jitframe-on-heap: remove deprecated code

2013-01-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60681:a0f202829fbb Date: 2013-01-29 14:53 +0100 http://bitbucket.org/pypy/pypy/changeset/a0f202829fbb/ Log:remove deprecated code diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy jitframe-on-heap: support for new guards handling

2013-01-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60682:f40c4e68b860 Date: 2013-01-29 14:56 +0100 http://bitbucket.org/pypy/pypy/changeset/f40c4e68b860/ Log:support for new guards handling diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy jitframe-on-heap: merge heads

2013-01-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60683:59d2f0246fa5 Date: 2013-01-29 15:13 +0100 http://bitbucket.org/pypy/pypy/changeset/59d2f0246fa5/ Log:merge heads diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy jitframe-on-heap: fix import

2013-01-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60680:3f47e2c24688 Date: 2013-01-29 14:50 +0100 http://bitbucket.org/pypy/pypy/changeset/3f47e2c24688/ Log:fix import diff --git a/rpython/jit/backend/arm/codebuilder.py

[pypy-commit] pypy jitframe-on-heap: port most of the latest changes to arm, regarding among other things gcmap initialization

2013-01-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60692:c4e0750d01c6 Date: 2013-01-29 17:00 +0100 http://bitbucket.org/pypy/pypy/changeset/c4e0750d01c6/ Log:port most of the latest changes to arm, regarding among other things gcmap initialization

[pypy-commit] pypy jitframe-on-heap: change addressing of values now stored in the jitframe

2013-01-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60691:95b4d5a70499 Date: 2013-01-29 16:55 +0100 http://bitbucket.org/pypy/pypy/changeset/95b4d5a70499/ Log:change addressing of values now stored in the jitframe diff --git

[pypy-commit] pypy jitframe-on-heap: update tests

2013-01-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60694:bc556656791e Date: 2013-01-29 17:12 +0100 http://bitbucket.org/pypy/pypy/changeset/bc556656791e/ Log:update tests diff --git a/rpython/jit/backend/arm/test/test_arch.py

[pypy-commit] pypy jitframe-on-heap: pfff

2013-01-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60695:afb17ae77659 Date: 2013-01-29 17:26 +0100 http://bitbucket.org/pypy/pypy/changeset/afb17ae77659/ Log:pfff diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py

[pypy-commit] pypy jitframe-on-heap: move helper functions to arm/support.py

2013-01-28 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60612:a921fbd70801 Date: 2013-01-24 15:17 +0100 http://bitbucket.org/pypy/pypy/changeset/a921fbd70801/ Log:move helper functions to arm/support.py diff --git a/rpython/jit/backend/arm/arch.py

[pypy-commit] pypy jitframe-on-heap: fix import

2013-01-28 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60613:463eea155509 Date: 2013-01-25 14:59 +0100 http://bitbucket.org/pypy/pypy/changeset/463eea155509/ Log:fix import diff --git a/rpython/jit/backend/arm/test/test_assembler.py

[pypy-commit] pypy jitframe-on-heap: in progress, first test passes. Changes a bit everywhere to support the jitframe

2013-01-28 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60616:1ced49baa459 Date: 2013-01-28 15:56 +0100 http://bitbucket.org/pypy/pypy/changeset/1ced49baa459/ Log:in progress, first test passes. Changes a bit everywhere to support the jitframe diff

[pypy-commit] pypy jitframe-on-heap: move methods to llsupport

2013-01-28 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60614:75d5ea715262 Date: 2013-01-28 14:24 +0100 http://bitbucket.org/pypy/pypy/changeset/75d5ea715262/ Log:move methods to llsupport diff --git a/rpython/jit/backend/llsupport/llmodel.py

[pypy-commit] pypy default: avoid this test crashing on load time

2013-01-08 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r59872:371fbdc16264 Date: 2013-01-08 09:38 +0100 http://bitbucket.org/pypy/pypy/changeset/371fbdc16264/ Log:avoid this test crashing on load time diff --git a/pypy/jit/backend/arm/test/test_gc_integration.py

[pypy-commit] pypy default: kill unused imports

2013-01-08 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r59873:bd749c887394 Date: 2013-01-08 09:39 +0100 http://bitbucket.org/pypy/pypy/changeset/bd749c887394/ Log:kill unused imports diff --git a/pypy/jit/backend/arm/test/test_gc_integration.py

[pypy-commit] pypy remove-globals-in-jit: (wip) porting branch changes to ARM, some tests pass again

2013-01-03 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: remove-globals-in-jit Changeset: r59671:d2595b151ff3 Date: 2012-12-20 15:44 +0100 http://bitbucket.org/pypy/pypy/changeset/d2595b151ff3/ Log:(wip) porting branch changes to ARM, some tests pass again diff --git

[pypy-commit] pypy remove-globals-in-jit: merge heads

2013-01-03 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: remove-globals-in-jit Changeset: r59675:f7e4a76050c6 Date: 2012-12-31 14:22 +0100 http://bitbucket.org/pypy/pypy/changeset/f7e4a76050c6/ Log:merge heads diff --git a/pypy/jit/backend/arm/assembler.py

[pypy-commit] pypy remove-globals-in-jit: rename decode_registers_and_descr method to grab_frame_values

2013-01-03 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: remove-globals-in-jit Changeset: r59677:a629fa5404be Date: 2013-01-02 14:53 +0100 http://bitbucket.org/pypy/pypy/changeset/a629fa5404be/ Log:rename decode_registers_and_descr method to grab_frame_values diff --git

[pypy-commit] pypy remove-globals-in-jit: fixes

2013-01-03 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: remove-globals-in-jit Changeset: r59678:bacf4f0236c6 Date: 2013-01-02 14:54 +0100 http://bitbucket.org/pypy/pypy/changeset/bacf4f0236c6/ Log:fixes diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py ---

[pypy-commit] pypy remove-globals-in-jit: WIP: port forcing support

2013-01-03 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: remove-globals-in-jit Changeset: r59679:655e6658b685 Date: 2013-01-02 14:55 +0100 http://bitbucket.org/pypy/pypy/changeset/655e6658b685/ Log:WIP: port forcing support diff --git a/pypy/jit/backend/arm/assembler.py

[pypy-commit] pypy remove-globals-in-jit: update test

2013-01-03 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: remove-globals-in-jit Changeset: r59670:0c732f14fcb4 Date: 2012-12-20 15:42 +0100 http://bitbucket.org/pypy/pypy/changeset/0c732f14fcb4/ Log:update test diff --git a/pypy/jit/backend/arm/test/test_runner.py

[pypy-commit] pypy remove-globals-in-jit: call grab_frame_values directly when forcing

2013-01-03 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: remove-globals-in-jit Changeset: r59683:b11bbf39387b Date: 2013-01-03 12:46 +0100 http://bitbucket.org/pypy/pypy/changeset/b11bbf39387b/ Log:call grab_frame_values directly when forcing diff --git a/pypy/jit/backend/arm/assembler.py

[pypy-commit] pypy remove-globals-in-jit: refactor to follow more closely the x86 backend structure

2013-01-03 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: remove-globals-in-jit Changeset: r59673:ccc1942a4a7d Date: 2012-12-21 15:06 +0100 http://bitbucket.org/pypy/pypy/changeset/ccc1942a4a7d/ Log:refactor to follow more closely the x86 backend structure diff --git

[pypy-commit] pypy remove-globals-in-jit: update call_assembler

2013-01-03 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: remove-globals-in-jit Changeset: r59676:3cab3d19acec Date: 2012-12-31 16:15 +0100 http://bitbucket.org/pypy/pypy/changeset/3cab3d19acec/ Log:update call_assembler diff --git a/pypy/jit/backend/arm/opassembler.py

[pypy-commit] pypy remove-globals-in-jit: merge

2013-01-03 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: remove-globals-in-jit Changeset: r59681:a61e0bd22263 Date: 2013-01-02 15:07 +0100 http://bitbucket.org/pypy/pypy/changeset/a61e0bd22263/ Log:merge diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py ---

[pypy-commit] pypy remove-globals-in-jit: fix

2013-01-03 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: remove-globals-in-jit Changeset: r59684:0ce75b404895 Date: 2013-01-03 12:47 +0100 http://bitbucket.org/pypy/pypy/changeset/0ce75b404895/ Log:fix diff --git a/pypy/jit/backend/arm/opassembler.py b/pypy/jit/backend/arm/opassembler.py

[pypy-commit] pypy remove-globals-in-jit: merge heads

2013-01-03 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: remove-globals-in-jit Changeset: r59685:6a1b904bc6b1 Date: 2013-01-03 12:49 +0100 http://bitbucket.org/pypy/pypy/changeset/6a1b904bc6b1/ Log:merge heads diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py

[pypy-commit] pypy remove-globals-in-jit: fix import

2012-12-31 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: remove-globals-in-jit Changeset: r59644:65c379df2f99 Date: 2012-12-31 13:44 +0100 http://bitbucket.org/pypy/pypy/changeset/65c379df2f99/ Log:fix import diff --git a/pypy/jit/backend/test/test_random.py

[pypy-commit] pypy remove-globals-in-jit: add sanity check (for tests)

2012-12-31 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: remove-globals-in-jit Changeset: r59643:69f76417b7eb Date: 2012-12-31 13:43 +0100 http://bitbucket.org/pypy/pypy/changeset/69f76417b7eb/ Log:add sanity check (for tests) diff --git a/pypy/jit/backend/llsupport/rewrite.py

[pypy-commit] pypy default: fix wrong import

2012-12-30 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r59627:88b1caf1a529 Date: 2012-12-30 13:39 +0100 http://bitbucket.org/pypy/pypy/changeset/88b1caf1a529/ Log:fix wrong import diff --git a/pypy/jit/backend/arm/test/test_gc_integration.py

[pypy-commit] pypy default: unify interface of get_scratch_reg

2012-12-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r59620:5faa7e29d284 Date: 2012-12-29 16:00 +0100 http://bitbucket.org/pypy/pypy/changeset/5faa7e29d284/ Log:unify interface of get_scratch_reg diff --git a/pypy/jit/backend/arm/regalloc.py

[pypy-commit] pypy default: cleanup/simplification

2012-12-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r59621:a9be33477dea Date: 2012-12-29 16:16 +0100 http://bitbucket.org/pypy/pypy/changeset/a9be33477dea/ Log:cleanup/simplification replace the _ensure_value_is_boxed indirection to handle boxing of

[pypy-commit] pypy default: merge upstream

2012-12-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r59622:975e3cf7b0a8 Date: 2012-12-29 16:23 +0100 http://bitbucket.org/pypy/pypy/changeset/975e3cf7b0a8/ Log:merge upstream diff --git a/lib_pypy/numpypy/core/arrayprint.py b/lib_pypy/numpypy/core/arrayprint.py ---

[pypy-commit] pypy release-2.0-beta2: Create a release-2.0-beta2 branch

2012-11-23 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: release-2.0-beta2 Changeset: r59063:29fa088504ca Date: 2012-11-23 11:38 +0100 http://bitbucket.org/pypy/pypy/changeset/29fa088504ca/ Log:Create a release-2.0-beta2 branch diff --git a/pypy/module/cpyext/include/patchlevel.h

[pypy-commit] pypy release-2.0-beta2: Fix signatures for helper functions implementing instructions not provided by the architecture on ARM

2012-11-23 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: release-2.0-beta2 Changeset: r59064:599e49f1d24b Date: 2012-11-15 16:25 +0100 http://bitbucket.org/pypy/pypy/changeset/599e49f1d24b/ Log:Fix signatures for helper functions implementing instructions not provided by the

[pypy-commit] pypy release-2.0-beta2: implement cast_float_to_singlefloat and cast_singlefloat_to_float

2012-11-23 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: release-2.0-beta2 Changeset: r59066:8c1292be42f6 Date: 2012-11-16 16:44 +0100 http://bitbucket.org/pypy/pypy/changeset/8c1292be42f6/ Log:implement cast_float_to_singlefloat and cast_singlefloat_to_float diff --git

[pypy-commit] pypy release-2.0-beta2: enable single_floats on ARM and import some test from the x86 backen

2012-11-23 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: release-2.0-beta2 Changeset: r59065:85eab57d001e Date: 2012-11-16 16:39 +0100 http://bitbucket.org/pypy/pypy/changeset/85eab57d001e/ Log:enable single_floats on ARM and import some test from the x86 backen diff --git

[pypy-commit] pypy release-2.0-beta2: fix for cond_call_gc_wb.

2012-11-23 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: release-2.0-beta2 Changeset: r59068:1c4a7427e991 Date: 2012-11-22 19:39 +0100 http://bitbucket.org/pypy/pypy/changeset/1c4a7427e991/ Log:fix for cond_call_gc_wb. The code was based on the wrong assumption that the operation

[pypy-commit] pypy default: fix for cond_call_gc_wb.

2012-11-22 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r59039:0c509227a195 Date: 2012-11-22 19:39 +0100 http://bitbucket.org/pypy/pypy/changeset/0c509227a195/ Log:fix for cond_call_gc_wb. The code was based on the wrong assumption that the operation only has 2

[pypy-commit] pypy default: Add quotes around the PYPYDIR path in the generated Makefile, in case there are spaces in the path

2012-11-20 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r59018:b4e4017909ba Date: 2012-11-20 09:48 +0100 http://bitbucket.org/pypy/pypy/changeset/b4e4017909ba/ Log:Add quotes around the PYPYDIR path in the generated Makefile, in case there are spaces in the path diff

[pypy-commit] extradoc extradoc: Fix displaying of copyright data

2012-11-19 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4921:3760bb3d9a61 Date: 2012-11-19 17:08 +0100 http://bitbucket.org/pypy/extradoc/changeset/3760bb3d9a61/ Log:Fix displaying of copyright data diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex ---

[pypy-commit] extradoc extradoc: Make abstract appear before keywords and categories

2012-11-19 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4922:2010f2673bc1 Date: 2012-11-19 17:09 +0100 http://bitbucket.org/pypy/extradoc/changeset/2010f2673bc1/ Log:Make abstract appear before keywords and categories diff --git a/talk/vmil2012/paper.tex

[pypy-commit] extradoc extradoc: Paper as submitted

2012-11-19 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4924:28c5743da386 Date: 2012-11-19 17:42 +0100 http://bitbucket.org/pypy/extradoc/changeset/28c5743da386/ Log:Paper as submitted diff --git a/talk/vmil2012/jit-guards_submitted.pdf

[pypy-commit] pypy default: enable single_floats on ARM and import some test from the x86 backen

2012-11-16 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r58948:8949f1c730a0 Date: 2012-11-16 16:39 +0100 http://bitbucket.org/pypy/pypy/changeset/8949f1c730a0/ Log:enable single_floats on ARM and import some test from the x86 backen diff --git a/pypy/jit/backend/arm/runner.py

[pypy-commit] pypy default: implement cast_float_to_singlefloat and cast_singlefloat_to_float

2012-11-16 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r58949:8a4942788484 Date: 2012-11-16 16:44 +0100 http://bitbucket.org/pypy/pypy/changeset/8a4942788484/ Log:implement cast_float_to_singlefloat and cast_singlefloat_to_float diff --git a/pypy/jit/backend/arm/codebuilder.py

[pypy-commit] pypy default: merge heads

2012-11-16 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r58950:015887981ee0 Date: 2012-11-16 16:47 +0100 http://bitbucket.org/pypy/pypy/changeset/015887981ee0/ Log:merge heads diff --git a/pypy/jit/metainterp/heapcache.py b/pypy/jit/metainterp/heapcache.py ---

[pypy-commit] pypy default: Fix signatures for helper functions implementing instructions not provided by the architecture on ARM

2012-11-15 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r58922:e29d77e9f9b4 Date: 2012-11-15 16:25 +0100 http://bitbucket.org/pypy/pypy/changeset/e29d77e9f9b4/ Log:Fix signatures for helper functions implementing instructions not provided by the architecture on ARM diff

[pypy-commit] pypy default: add a few words about ARM

2012-11-14 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r58876:74106f408b9b Date: 2012-11-14 11:22 +0100 http://bitbucket.org/pypy/pypy/changeset/74106f408b9b/ Log:add a few words about ARM diff --git a/pypy/doc/release-2.0.0-beta1.rst b/pypy/doc/release-2.0.0-beta1.rst ---

[pypy-commit] extradoc extradoc: cleanup

2012-11-14 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4913:ab4585a498f8 Date: 2012-11-12 11:50 +0100 http://bitbucket.org/pypy/extradoc/changeset/ab4585a498f8/ Log:cleanup diff --git a/talk/vmil2012/Makefile b/talk/vmil2012/Makefile --- a/talk/vmil2012/Makefile +++

[pypy-commit] extradoc extradoc: update authors in pdfinfo

2012-11-14 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4914:0f6c40577101 Date: 2012-11-12 11:50 +0100 http://bitbucket.org/pypy/extradoc/changeset/0f6c40577101/ Log:update authors in pdfinfo diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex ---

[pypy-commit] extradoc extradoc: update the blog post about the ARM merge a bit

2012-11-14 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4915:8ed51efe3f4f Date: 2012-11-14 11:41 +0100 http://bitbucket.org/pypy/extradoc/changeset/8ed51efe3f4f/ Log:update the blog post about the ARM merge a bit diff --git a/blog/draft/arm-status-update.rst

[pypy-commit] extradoc extradoc: do not require pdf for figures

2012-11-09 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4907:e248eefe8464 Date: 2012-11-09 14:20 +0100 http://bitbucket.org/pypy/extradoc/changeset/e248eefe8464/ Log:do not require pdf for figures diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex ---

[pypy-commit] extradoc extradoc: force page size to US Letter

2012-11-09 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4908:dfb4ceb04039 Date: 2012-11-09 16:33 +0100 http://bitbucket.org/pypy/extradoc/changeset/dfb4ceb04039/ Log:force page size to US Letter diff --git a/talk/vmil2012/Makefile b/talk/vmil2012/Makefile ---

[pypy-commit] extradoc extradoc: Conditionally use hyperref or url packages depending on the target

2012-11-09 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4909:b69e5cd600ed Date: 2012-11-09 16:33 +0100 http://bitbucket.org/pypy/extradoc/changeset/b69e5cd600ed/ Log:Conditionally use hyperref or url packages depending on the target diff --git a/talk/vmil2012/paper.tex

[pypy-commit] extradoc extradoc: merge heads

2012-11-09 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4910:4dd05e513e27 Date: 2012-11-09 16:36 +0100 http://bitbucket.org/pypy/extradoc/changeset/4dd05e513e27/ Log:merge heads diff --git a/talk/fscons2012/GIL.fig b/talk/fscons2012/GIL.fig new file mode 100644 ---

[pypy-commit] buildbot default: unschedule the xdist based ARM for nightly runs

2012-11-05 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r720:2b500fa3149c Date: 2012-11-05 10:24 +0100 http://bitbucket.org/pypy/buildbot/changeset/2b500fa3149c/ Log:unschedule the xdist based ARM for nightly runs diff --git a/bot2/pypybuildbot/master.py

[pypy-commit] buildbot default: further increase the timeout for translated tests

2012-10-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r714:167c1d7fb744 Date: 2012-10-29 11:12 +0100 http://bitbucket.org/pypy/buildbot/changeset/167c1d7fb744/ Log:further increase the timeout for translated tests diff --git a/bot2/pypybuildbot/builds.py

[pypy-commit] extradoc extradoc: Arrange elements in the loop diagram in the same way as in the following ones

2012-10-17 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4870:badaabdf7726 Date: 2012-10-17 11:23 -0300 http://bitbucket.org/pypy/extradoc/changeset/badaabdf7726/ Log:Arrange elements in the loop diagram in the same way as in the following ones diff --git

[pypy-commit] extradoc extradoc: tweaks

2012-10-16 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4863:d4a87bd8a954 Date: 2012-10-16 16:06 -0300 http://bitbucket.org/pypy/extradoc/changeset/d4a87bd8a954/ Log:tweaks diff --git a/talk/vmil2012/presentation/talk.tex b/talk/vmil2012/presentation/talk.tex ---

[pypy-commit] extradoc extradoc: start creating some charts

2012-10-15 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4854:ac2f2f220865 Date: 2012-10-15 13:14 -0300 http://bitbucket.org/pypy/extradoc/changeset/ac2f2f220865/ Log:start creating some charts diff --git a/talk/vmil2012/presentation/charts.ods

[pypy-commit] extradoc extradoc: add guards/other operations relation chart for a single benchmark

2012-10-15 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4855:45045d60d638 Date: 2012-10-15 13:21 -0300 http://bitbucket.org/pypy/extradoc/changeset/45045d60d638/ Log:add guards/other operations relation chart for a single benchmark diff --git

[pypy-commit] buildbot default: copy ctypes_resource_cache to checkout used for testing

2012-10-15 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r709:72f31d60f4cf Date: 2012-10-15 16:12 -0300 http://bitbucket.org/pypy/buildbot/changeset/72f31d60f4cf/ Log:copy ctypes_resource_cache to checkout used for testing diff --git a/bot2/pypybuildbot/builds.py

[pypy-commit] buildbot default: merge heads

2012-10-15 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r710:4aaabe5cd63d Date: 2012-10-15 16:12 -0300 http://bitbucket.org/pypy/buildbot/changeset/4aaabe5cd63d/ Log:merge heads diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py ---

[pypy-commit] buildbot default: Add a larger timeout to lib-python tests (same as for app tests)

2012-10-15 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r711:64a87dc4885f Date: 2012-10-15 20:49 -0300 http://bitbucket.org/pypy/buildbot/changeset/64a87dc4885f/ Log:Add a larger timeout to lib-python tests (same as for app tests) diff --git a/bot2/pypybuildbot/builds.py

[pypy-commit] extradoc extradoc: add figures for guard compilation

2012-10-12 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4850:37433ae7b010 Date: 2012-10-12 12:18 -0300 http://bitbucket.org/pypy/extradoc/changeset/37433ae7b010/ Log:add figures for guard compilation diff too long, truncating to 2000 out of 3906 lines diff --git

[pypy-commit] extradoc extradoc: some low-level notes

2012-10-12 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4851:26dc9d26e27c Date: 2012-10-12 12:25 -0300 http://bitbucket.org/pypy/extradoc/changeset/26dc9d26e27c/ Log:some low-level notes diff --git a/talk/vmil2012/presentation/talk.tex

[pypy-commit] extradoc extradoc: merge heads

2012-10-12 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4852:3d51b9884b17 Date: 2012-10-12 12:27 -0300 http://bitbucket.org/pypy/extradoc/changeset/3d51b9884b17/ Log:merge heads diff --git a/talk/dls2012/presentation/talk.tex b/talk/dls2012/presentation/talk.tex new

[pypy-commit] extradoc extradoc: typo

2012-10-11 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4847:9e013a7e52b9 Date: 2012-10-11 11:42 -0300 http://bitbucket.org/pypy/extradoc/changeset/9e013a7e52b9/ Log:typo diff --git a/talk/vmil2012/presentation/talk.tex b/talk/vmil2012/presentation/talk.tex ---

[pypy-commit] extradoc extradoc: typo

2012-10-11 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4848:5321fa88c545 Date: 2012-10-11 11:44 -0300 http://bitbucket.org/pypy/extradoc/changeset/5321fa88c545/ Log:typo diff --git a/talk/vmil2012/presentation/talk.tex b/talk/vmil2012/presentation/talk.tex ---

[pypy-commit] buildbot default: grrr, tweak

2012-10-05 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r704:c8e0191cbbfa Date: 2012-10-05 10:43 -0300 http://bitbucket.org/pypy/buildbot/changeset/c8e0191cbbfa/ Log:grrr, tweak diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py ---

[pypy-commit] buildbot default: add a step to move generated and copied header files to the checkout used to run the app-level tests

2012-10-04 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r703:a0e1acb66eda Date: 2012-10-04 12:46 -0300 http://bitbucket.org/pypy/buildbot/changeset/a0e1acb66eda/ Log:add a step to move generated and copied header files to the checkout used to run the app-level tests

[pypy-commit] pypy default: workaround for issue #1259, use a module that has a correct __file__ attribute to compute the path to the math_testcases.txt file

2012-10-04 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r57783:17ffe013d44c Date: 2012-10-04 15:32 -0300 http://bitbucket.org/pypy/pypy/changeset/17ffe013d44c/ Log:workaround for issue #1259, use a module that has a correct __file__ attribute to compute the path to the

[pypy-commit] buildbot default: download nightly build to a file called pypy_build.(tar.gz|zip)

2012-09-14 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r701:afda91ee2deb Date: 2012-09-14 11:03 +0200 http://bitbucket.org/pypy/buildbot/changeset/afda91ee2deb/ Log:download nightly build to a file called pypy_build.(tar.gz|zip) diff --git a/bot2/pypybuildbot/builds.py

[pypy-commit] buildbot default: Download nightly build for TranslatedTest builder based on the SourceStamp

2012-09-13 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r700:8d21dd85a758 Date: 2012-09-13 16:12 +0200 http://bitbucket.org/pypy/buildbot/changeset/8d21dd85a758/ Log:Download nightly build for TranslatedTest builder based on the SourceStamp provided when triggering the

[pypy-commit] extradoc extradoc: write some more

2012-09-12 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4798:77f306ae9d43 Date: 2012-09-12 10:35 +0200 http://bitbucket.org/pypy/extradoc/changeset/77f306ae9d43/ Log:write some more diff --git a/blog/draft/arm-status-update.rst b/blog/draft/arm-status-update.rst ---

[pypy-commit] extradoc extradoc: refactoring

2012-09-12 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4799:3b9c3e8687dc Date: 2012-09-12 16:36 +0200 http://bitbucket.org/pypy/extradoc/changeset/3b9c3e8687dc/ Log:refactoring diff --git a/blog/draft/arm-status-update.rst b/blog/draft/arm-status-update.rst ---

[pypy-commit] pypy default: use _locale.CHAR_MAX instead of hardcoding 127 as the maximum value. On ARM/Linux and PPC/Linux this value is 255

2012-09-11 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r57268:bc5cd8034c17 Date: 2012-09-11 14:29 +0200 http://bitbucket.org/pypy/pypy/changeset/bc5cd8034c17/ Log:use _locale.CHAR_MAX instead of hardcoding 127 as the maximum value. On ARM/Linux and PPC/Linux this value

[pypy-commit] extradoc extradoc: Start wrinting a post about the arm backend merge

2012-09-11 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4786:41689a810cd8 Date: 2012-09-11 17:16 +0200 http://bitbucket.org/pypy/extradoc/changeset/41689a810cd8/ Log:Start wrinting a post about the arm backend merge diff --git a/blog/draft/arm-status-update.rst

[pypy-commit] extradoc extradoc: typos

2012-09-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4785:98345a3ee59c Date: 2012-09-10 12:01 +0200 http://bitbucket.org/pypy/extradoc/changeset/98345a3ee59c/ Log:typos diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++

[pypy-commit] buildbot default: Include buildslave in dependencies

2012-09-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r683:dd9fca77e53a Date: 2012-09-06 14:59 + http://bitbucket.org/pypy/buildbot/changeset/dd9fca77e53a/ Log:Include buildslave in dependencies diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++

[pypy-commit] buildbot default: Add a finer grained cherry picking for the ARM backend testing

2012-09-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r686:125f04258c3f Date: 2012-09-07 13:44 +0200 http://bitbucket.org/pypy/buildbot/changeset/125f04258c3f/ Log:Add a finer grained cherry picking for the ARM backend testing diff --git a/bot2/pypybuildbot/master.py

[pypy-commit] buildbot default: make prefix a parameter

2012-09-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r684:60120437fc4f Date: 2012-09-06 15:00 + http://bitbucket.org/pypy/buildbot/changeset/60120437fc4f/ Log:make prefix a parameter diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py ---

[pypy-commit] buildbot default: add a PyPyDownload step

2012-09-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r687:766dbb1a64c1 Date: 2012-09-07 20:21 +0200 http://bitbucket.org/pypy/buildbot/changeset/766dbb1a64c1/ Log:add a PyPyDownload step Based to PyPyUpload it can download a nightly build. If a revision is

[pypy-commit] buildbot default: create a translate only nightly build factory

2012-09-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r685:96d568701f5e Date: 2012-09-06 15:01 + http://bitbucket.org/pypy/buildbot/changeset/96d568701f5e/ Log:create a translate only nightly build factory diff --git a/bot2/pypybuildbot/builds.py

[pypy-commit] buildbot default: rename lock

2012-09-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r691:6c931f4b6cb7 Date: 2012-09-08 16:25 +0200 http://bitbucket.org/pypy/buildbot/changeset/6c931f4b6cb7/ Log:rename lock diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py ---

[pypy-commit] buildbot default: extract app-level test step configuration and package name building into functions

2012-09-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r688:5373e7c0e709 Date: 2012-09-07 20:25 +0200 http://bitbucket.org/pypy/buildbot/changeset/5373e7c0e709/ Log:extract app-level test step configuration and package name building into functions diff --git

[pypy-commit] buildbot default: add more locks for the arm builders

2012-09-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r695:856e6fc6908d Date: 2012-09-09 12:01 +0200 http://bitbucket.org/pypy/buildbot/changeset/856e6fc6908d/ Log:add more locks for the arm builders diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py ---

[pypy-commit] buildbot default: Add a TranslatedTests buildfactory that downloads a nightly builds and runs the app level test on it.

2012-09-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r689:6dabfa6580d9 Date: 2012-09-07 20:27 +0200 http://bitbucket.org/pypy/buildbot/changeset/6dabfa6580d9/ Log:Add a TranslatedTests buildfactory that downloads a nightly builds and runs the app level test on it.

[pypy-commit] buildbot default: refactory build_name and extract get_extension to return platform based file extension

2012-09-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r696:2e84cbb8aa4f Date: 2012-09-09 12:24 +0200 http://bitbucket.org/pypy/buildbot/changeset/2e84cbb8aa4f/ Log:refactory build_name and extract get_extension to return platform based file extension diff --git

[pypy-commit] buildbot default: cleanup

2012-09-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r690:7e94f1463473 Date: 2012-09-07 20:28 +0200 http://bitbucket.org/pypy/buildbot/changeset/7e94f1463473/ Log:cleanup diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py

[pypy-commit] buildbot default: Reorganize ARM building

2012-09-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r697:34a23b0234ea Date: 2012-09-09 12:36 +0200 http://bitbucket.org/pypy/buildbot/changeset/34a23b0234ea/ Log:Reorganize ARM building - kill armhf builder and hhu-qemu-armel buildslaves - kill the

[pypy-commit] buildbot default: import and patch Trigger step

2012-09-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r692:3e8024c02184 Date: 2012-09-08 18:43 +0200 http://bitbucket.org/pypy/buildbot/changeset/3e8024c02184/ Log:import and patch Trigger step diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py ---

[pypy-commit] buildbot default: cleanup

2012-09-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r698:e6746d53abc0 Date: 2012-09-09 12:37 +0200 http://bitbucket.org/pypy/buildbot/changeset/e6746d53abc0/ Log:cleanup diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py

<    1   2   3   4   5   6   7   8   9   10   >