[pypy-commit] pypy default: add armhf to getnightly

2013-05-13 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r64033:97989d13642c Date: 2013-05-13 18:53 +0200 http://bitbucket.org/pypy/pypy/changeset/97989d13642c/ Log:add armhf to getnightly diff --git a/pypy/goal/getnightly.py b/pypy/goal/getnightly.py ---

[pypy-commit] buildbot default: set maxbuilds for raspberry-pi buildslaves

2013-05-08 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r816:0255e0434ee6 Date: 2013-05-08 10:03 +0200 http://bitbucket.org/pypy/buildbot/changeset/0255e0434ee6/ Log:set maxbuilds for raspberry-pi buildslaves diff --git a/bot2/pypybuildbot/master.py

[pypy-commit] buildbot default: assing new buildslaves to builders

2013-05-07 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r814:d3b4e913c057 Date: 2013-05-07 10:24 +0200 http://bitbucket.org/pypy/buildbot/changeset/d3b4e913c057/ Log:assing new buildslaves to builders diff --git a/bot2/pypybuildbot/arm_master.py

[pypy-commit] buildbot default: merge heads

2013-05-07 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r815:db292526bec2 Date: 2013-05-07 10:25 +0200 http://bitbucket.org/pypy/buildbot/changeset/db292526bec2/ Log:merge heads diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py ---

[pypy-commit] pypy default: only expose supported_xxx flags that are true

2013-05-06 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63869:6eb78b19aeaa Date: 2013-05-06 08:11 +0200 http://bitbucket.org/pypy/pypy/changeset/6eb78b19aeaa/ Log:only expose supported_xxx flags that are true diff --git a/rpython/jit/backend/detect_cpu.py

[pypy-commit] pypy release-2.0.x: merge default

2013-05-06 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: release-2.0.x Changeset: r63894:85f4226e0b7a Date: 2013-05-06 21:44 +0200 http://bitbucket.org/pypy/pypy/changeset/85f4226e0b7a/ Log:merge default diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/structure.py ---

[pypy-commit] pypy default: collect subdirectories of test directories

2013-05-05 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63866:f9afe3b56890 Date: 2013-05-05 21:19 +0200 http://bitbucket.org/pypy/pypy/changeset/f9afe3b56890/ Log:collect subdirectories of test directories diff --git a/testrunner/runner.py b/testrunner/runner.py ---

[pypy-commit] pypy default: split collection of module/test_lib_pypy during nightly runs

2013-05-05 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63855:1e0d170b3c7f Date: 2013-05-05 10:40 +0200 http://bitbucket.org/pypy/pypy/changeset/1e0d170b3c7f/ Log:split collection of module/test_lib_pypy during nightly runs diff --git a/pypy/pytest-A.py b/pypy/pytest-A.py ---

[pypy-commit] pypy default: skip test_array_of_floats if the JIT in pypy-c does not support singlefloats

2013-05-05 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63858:b8f74ad1ded0 Date: 2013-05-05 14:00 +0200 http://bitbucket.org/pypy/pypy/changeset/b8f74ad1ded0/ Log:skip test_array_of_floats if the JIT in pypy-c does not support singlefloats diff --git

[pypy-commit] pypy default: expose the supports_FEATURE flags from the jit backends as a list in the applevel __pypy__ module

2013-05-05 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63857:807dc54ee576 Date: 2013-05-05 13:46 +0200 http://bitbucket.org/pypy/pypy/changeset/807dc54ee576/ Log:expose the supports_FEATURE flags from the jit backends as a list in the applevel __pypy__ module diff

[pypy-commit] pypy default: add osx support to getnightly

2013-05-05 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63859:d0631e2712ae Date: 2013-05-05 13:57 +0200 http://bitbucket.org/pypy/pypy/changeset/d0631e2712ae/ Log:add osx support to getnightly diff --git a/pypy/goal/getnightly.py b/pypy/goal/getnightly.py ---

[pypy-commit] pypy default: merge heads

2013-05-05 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63860:6e75b7739261 Date: 2013-05-05 14:02 +0200 http://bitbucket.org/pypy/pypy/changeset/6e75b7739261/ Log:merge heads diff --git a/pypy/module/_random/interp_random.py b/pypy/module/_random/interp_random.py ---

[pypy-commit] pypy default: iport test_fficall for arm

2013-05-03 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63814:3f193dc2e188 Date: 2013-05-03 08:07 +0200 http://bitbucket.org/pypy/pypy/changeset/3f193dc2e188/ Log:iport test_fficall for arm diff --git a/rpython/jit/backend/arm/test/test_fficall.py

[pypy-commit] pypy default: a test running stm/ldm

2013-05-02 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63797:2409ad4fbde7 Date: 2013-05-02 12:06 +0200 http://bitbucket.org/pypy/pypy/changeset/2409ad4fbde7/ Log:a test running stm/ldm diff --git a/rpython/jit/backend/arm/test/test_assembler.py

[pypy-commit] pypy default: revert change using stm/ldm for now

2013-05-02 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63798:a46161c73bae Date: 2013-05-02 12:07 +0200 http://bitbucket.org/pypy/pypy/changeset/a46161c73bae/ Log:revert change using stm/ldm for now diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy default: add tests for vldm and vstm

2013-05-02 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63799:8cc8ee5b0f01 Date: 2013-05-02 14:17 +0200 http://bitbucket.org/pypy/pypy/changeset/8cc8ee5b0f01/ Log:add tests for vldm and vstm diff --git a/rpython/jit/backend/arm/test/test_assembler.py

[pypy-commit] pypy default: add a test using both vldm and vstm

2013-05-02 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63800:a13c07067613 Date: 2013-05-02 14:20 +0200 http://bitbucket.org/pypy/pypy/changeset/a13c07067613/ Log:add a test using both vldm and vstm diff --git a/rpython/jit/backend/arm/test/test_assembler.py

[pypy-commit] extradoc extradoc: some fixes

2013-05-02 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4967:d4cba19b64b5 Date: 2013-05-02 14:42 +0200 http://bitbucket.org/pypy/extradoc/changeset/d4cba19b64b5/ Log:some fixes diff --git a/blog/draft/pypy-alpha-arm.rst b/blog/draft/pypy-alpha-arm.rst ---

[pypy-commit] pypy default: add more paths to librarydirs

2013-05-01 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63784:08b293dd08d2 Date: 2013-05-01 14:32 +0200 http://bitbucket.org/pypy/pypy/changeset/08b293dd08d2/ Log:add more paths to librarydirs diff --git a/rpython/translator/platform/arm.py

[pypy-commit] pypy default: implement and use ldm/stm to store several registers to the jitframe

2013-05-01 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63792:e2231ee466f7 Date: 2013-05-01 21:52 +0200 http://bitbucket.org/pypy/pypy/changeset/e2231ee466f7/ Log:implement and use ldm/stm to store several registers to the jitframe diff --git

[pypy-commit] pypy default: implement and use VSTM and VLDM for loading and storing several floating point regs

2013-05-01 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63793:9e6a292cd425 Date: 2013-05-01 23:28 +0200 http://bitbucket.org/pypy/pypy/changeset/9e6a292cd425/ Log:implement and use VSTM and VLDM for loading and storing several floating point regs diff --git

[pypy-commit] pypy default: merge heads

2013-05-01 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63794:6fc3fb8cd5cc Date: 2013-05-01 23:31 +0200 http://bitbucket.org/pypy/pypy/changeset/6fc3fb8cd5cc/ Log:merge heads diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py ---

[pypy-commit] pypy default: fix library dir inclusion for cross compilation builds

2013-04-30 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63765:22402f1ba4ea Date: 2013-04-30 08:41 + http://bitbucket.org/pypy/pypy/changeset/22402f1ba4ea/ Log:fix library dir inclusion for cross compilation builds diff --git a/rpython/translator/platform/arm.py

[pypy-commit] pypy default: get size of long double using rfficache instead of ctypes.sizeof

2013-04-30 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63770:b7810d45dff1 Date: 2013-04-30 17:41 +0200 http://bitbucket.org/pypy/pypy/changeset/b7810d45dff1/ Log:get size of long double using rfficache instead of ctypes.sizeof diff --git a/rpython/rtyper/lltypesystem/rffi.py

[pypy-commit] buildbot buildbot-0.8.7: A branch to update the pypy-buildbot to the latest buildbot

2013-04-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: buildbot-0.8.7 Changeset: r796:2dd933150b4f Date: 2013-04-25 10:28 +0200 http://bitbucket.org/pypy/buildbot/changeset/2dd933150b4f/ Log:A branch to update the pypy-buildbot to the latest buildbot

[pypy-commit] buildbot buildbot-0.8.7: update dependencies

2013-04-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: buildbot-0.8.7 Changeset: r797:db264641a37f Date: 2013-04-25 10:28 +0200 http://bitbucket.org/pypy/buildbot/changeset/db264641a37f/ Log:update dependencies diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++

[pypy-commit] buildbot buildbot-0.8.7: define renamed template variable

2013-04-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: buildbot-0.8.7 Changeset: r800:2dfa772ebb1d Date: 2013-04-25 19:49 +0200 http://bitbucket.org/pypy/buildbot/changeset/2dfa772ebb1d/ Log:define renamed template variable diff --git a/master/templates/build.html

[pypy-commit] buildbot buildbot-0.8.7: remove html comment

2013-04-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: buildbot-0.8.7 Changeset: r798:2a7ce9fa446e Date: 2013-04-25 11:25 +0200 http://bitbucket.org/pypy/buildbot/changeset/2a7ce9fa446e/ Log:remove html comment diff --git a/master/templates/root.html b/master/templates/root.html ---

[pypy-commit] buildbot buildbot-0.8.7: update 'Forbid force build with empty user name' workaround

2013-04-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: buildbot-0.8.7 Changeset: r803:2ad99834f44f Date: 2013-04-26 20:42 +0200 http://bitbucket.org/pypy/buildbot/changeset/2ad99834f44f/ Log:update 'Forbid force build with empty user name' workaround diff --git

[pypy-commit] buildbot buildbot-0.8.7: update calls to authz.advertiseAction

2013-04-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: buildbot-0.8.7 Changeset: r799:2d89931081d5 Date: 2013-04-25 19:22 +0200 http://bitbucket.org/pypy/buildbot/changeset/2d89931081d5/ Log:update calls to authz.advertiseAction diff --git a/master/templates/build.html

[pypy-commit] buildbot buildbot-0.8.7: update default.css

2013-04-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: buildbot-0.8.7 Changeset: r804:2d04f6444708 Date: 2013-04-26 21:03 +0200 http://bitbucket.org/pypy/buildbot/changeset/2d04f6444708/ Log:update default.css diff --git a/master/public_html/default.css b/master/public_html/default.css

[pypy-commit] buildbot buildbot-0.8.7: add force build form and scheduler

2013-04-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: buildbot-0.8.7 Changeset: r801:4b13cd229f4f Date: 2013-04-25 20:34 +0200 http://bitbucket.org/pypy/buildbot/changeset/4b13cd229f4f/ Log:add force build form and scheduler diff --git a/bot2/pypybuildbot/arm_master.py

[pypy-commit] buildbot buildbot-0.8.7: add an alert box to the template

2013-04-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: buildbot-0.8.7 Changeset: r806:8fd9b1250f55 Date: 2013-04-26 21:07 +0200 http://bitbucket.org/pypy/buildbot/changeset/8fd9b1250f55/ Log:add an alert box to the template diff --git a/master/templates/layout.html

[pypy-commit] buildbot buildbot-0.8.7: update ircbot for 0.8.7

2013-04-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: buildbot-0.8.7 Changeset: r802:3b5b00554251 Date: 2013-04-26 19:45 +0200 http://bitbucket.org/pypy/buildbot/changeset/3b5b00554251/ Log:update ircbot for 0.8.7 diff --git a/bot2/pypybuildbot/ircbot.py b/bot2/pypybuildbot/ircbot.py ---

[pypy-commit] buildbot buildbot-0.8.7: raise a validation error instead of crashing if the username is missing

2013-04-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: buildbot-0.8.7 Changeset: r805:b48b1aac38d1 Date: 2013-04-26 21:04 +0200 http://bitbucket.org/pypy/buildbot/changeset/b48b1aac38d1/ Log:raise a validation error instead of crashing if the username is missing diff --git

[pypy-commit] buildbot buildbot-0.8.7: fix tests for ircbot

2013-04-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: buildbot-0.8.7 Changeset: r809:83ae0f7c3a32 Date: 2013-04-28 19:12 +0200 http://bitbucket.org/pypy/buildbot/changeset/83ae0f7c3a32/ Log:fix tests for ircbot diff --git a/bot2/pypybuildbot/ircbot.py b/bot2/pypybuildbot/ircbot.py ---

[pypy-commit] buildbot buildbot-0.8.7: update static files

2013-04-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: buildbot-0.8.7 Changeset: r807:b3be59ef56cf Date: 2013-04-26 21:13 +0200 http://bitbucket.org/pypy/buildbot/changeset/b3be59ef56cf/ Log:update static files diff --git a/master/public_html/favicon.ico b/master/public_html/favicon.ico

[pypy-commit] buildbot buildbot-0.8.7: fix test_build tests

2013-04-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: buildbot-0.8.7 Changeset: r810:91a1ce34b245 Date: 2013-04-28 20:04 +0200 http://bitbucket.org/pypy/buildbot/changeset/91a1ce34b245/ Log:fix test_build tests diff --git a/bot2/pypybuildbot/test/test_builds.py

[pypy-commit] buildbot buildbot-0.8.7: fix pypylist tests

2013-04-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: buildbot-0.8.7 Changeset: r811:d196315b882f Date: 2013-04-28 21:07 +0200 http://bitbucket.org/pypy/buildbot/changeset/d196315b882f/ Log:fix pypylist tests diff --git a/bot2/pypybuildbot/test/test_pypylist.py

[pypy-commit] buildbot buildbot-0.8.7: adapt to new interfaces

2013-04-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: buildbot-0.8.7 Changeset: r812:43a1e6b1687c Date: 2013-04-29 17:05 +0200 http://bitbucket.org/pypy/buildbot/changeset/43a1e6b1687c/ Log:adapt to new interfaces diff --git a/bot2/pypybuildbot/test/test_summary.py

[pypy-commit] buildbot buildbot-0.8.7: use the builtin mercurial support

2013-04-29 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: buildbot-0.8.7 Changeset: r813:9f8ceeb704d5 Date: 2013-04-29 19:21 +0200 http://bitbucket.org/pypy/buildbot/changeset/9f8ceeb704d5/ Log:use the builtin mercurial support diff --git a/bot2/pypybuildbot/builds.py

[pypy-commit] pypy default: one word was missing here

2013-04-26 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63658:7958b8a04501 Date: 2013-04-26 19:07 +0200 http://bitbucket.org/pypy/pypy/changeset/7958b8a04501/ Log:one word was missing here diff --git a/rpython/jit/backend/arm/codebuilder.py

[pypy-commit] pypy default: remove checking for IA-64 macros

2013-04-24 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63585:d6e7467fc011 Date: 2013-04-24 09:44 +0200 http://bitbucket.org/pypy/pypy/changeset/d6e7467fc011/ Log:remove checking for IA-64 macros diff --git a/rpython/jit/backend/detect_cpu.py

[pypy-commit] pypy default: import test_exception from x86

2013-04-23 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63561:322b9239f9a2 Date: 2013-04-23 04:02 -0500 http://bitbucket.org/pypy/pypy/changeset/322b9239f9a2/ Log:import test_exception from x86 diff --git a/rpython/jit/backend/x86/test/test_exception.py

[pypy-commit] pypy default: more register clobbering issues in _store_and_reset_exception

2013-04-23 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63562:a801192368b9 Date: 2013-04-23 04:08 -0500 http://bitbucket.org/pypy/pypy/changeset/a801192368b9/ Log:more register clobbering issues in _store_and_reset_exception diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] buildbot default: fix build triggered by armhf translation

2013-04-23 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r793:66c54fd6df5b Date: 2013-04-23 11:23 +0200 http://bitbucket.org/pypy/buildbot/changeset/66c54fd6df5b/ Log:fix build triggered by armhf translation diff --git a/bot2/pypybuildbot/arm_master.py

[pypy-commit] pypy default: fix test

2013-04-23 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63567:aa774bc17591 Date: 2013-04-23 18:13 +0200 http://bitbucket.org/pypy/pypy/changeset/aa774bc17591/ Log:fix test diff --git a/rpython/jit/backend/detect_cpu.py b/rpython/jit/backend/detect_cpu.py ---

[pypy-commit] pypy default: do not overwrite r.ip when loading pos_exception before resetting it

2013-04-22 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63547:c13457babbfb Date: 2013-04-22 15:02 +0200 http://bitbucket.org/pypy/pypy/changeset/c13457babbfb/ Log:do not overwrite r.ip when loading pos_exception before resetting it diff --git

[pypy-commit] pypy default: port simplifications to _emit_copystrcontent from x86 backend

2013-04-22 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63552:ffda98c2141b Date: 2013-04-22 18:50 +0200 http://bitbucket.org/pypy/pypy/changeset/ffda98c2141b/ Log:port simplifications to _emit_copystrcontent from x86 backend diff --git a/rpython/jit/backend/arm/opassembler.py

[pypy-commit] pypy default: reload pos_exc_value after possibly clobbering the register holding the value

2013-04-22 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63553:aa7b56060ddd Date: 2013-04-22 18:52 +0200 http://bitbucket.org/pypy/pypy/changeset/aa7b56060ddd/ Log:reload pos_exc_value after possibly clobbering the register holding the value diff --git

[pypy-commit] pypy default: fix viewcode after arm cpu name change

2013-04-21 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63538:3bd0f1414f02 Date: 2013-04-21 09:31 +0200 http://bitbucket.org/pypy/pypy/changeset/3bd0f1414f02/ Log:fix viewcode after arm cpu name change diff --git a/rpython/jit/backend/tool/viewcode.py

[pypy-commit] pypy default: merge heads

2013-04-21 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63539:53fcebf7fa52 Date: 2013-04-21 09:39 +0200 http://bitbucket.org/pypy/pypy/changeset/53fcebf7fa52/ Log:merge heads diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +

[pypy-commit] pypy default: more exception handling fixes

2013-04-21 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63540:52932ddf3852 Date: 2013-04-21 10:29 +0200 http://bitbucket.org/pypy/pypy/changeset/52932ddf3852/ Log:more exception handling fixes diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] buildbot decouple-builds: separate translation and tests run for nightly linux and linux64 builds

2013-04-21 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: decouple-builds Changeset: r791:daca51eda174 Date: 2013-04-21 17:10 +0200 http://bitbucket.org/pypy/buildbot/changeset/daca51eda174/ Log:separate translation and tests run for nightly linux and linux64 builds diff --git

[pypy-commit] buildbot decouple-builds: Avoid copying files and instead symlink the nigtly pypy build into pypy/goal/pypy-c

2013-04-21 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: decouple-builds Changeset: r792:4a99cfab8997 Date: 2013-04-21 21:45 +0200 http://bitbucket.org/pypy/buildbot/changeset/4a99cfab8997/ Log:Avoid copying files and instead symlink the nigtly pypy build into pypy/goal/pypy-c diff

[pypy-commit] pypy default: move _valid_addressing_size and _get_scale to a shared location

2013-04-20 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63516:da11abc1cba6 Date: 2013-04-20 00:35 +0200 http://bitbucket.org/pypy/pypy/changeset/da11abc1cba6/ Log:move _valid_addressing_size and _get_scale to a shared location diff --git

[pypy-commit] pypy default: merge heads

2013-04-20 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63518:6885a43961e2 Date: 2013-04-20 01:34 +0200 http://bitbucket.org/pypy/pypy/changeset/6885a43961e2/ Log:merge heads diff --git a/rpython/annotator/model.py b/rpython/annotator/model.py --- a/rpython/annotator/model.py

[pypy-commit] pypy default: implement malloc_cond_varsize, malloc_slowpath_varsize for the different types and enable can_inline_varsize_malloc on ARM

2013-04-20 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63517:d6520ed985b4 Date: 2013-04-20 00:49 +0200 http://bitbucket.org/pypy/pypy/changeset/d6520ed985b4/ Log:implement malloc_cond_varsize, malloc_slowpath_varsize for the different types and enable

[pypy-commit] pypy default: reload the frame in call_reaquire_gil

2013-04-20 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63520:b4958ab843da Date: 2013-04-20 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/b4958ab843da/ Log:reload the frame in call_reaquire_gil diff --git a/rpython/jit/backend/arm/opassembler.py

[pypy-commit] pypy default: merge heads

2013-04-20 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63521:754ac043d6f0 Date: 2013-04-20 16:42 +0200 http://bitbucket.org/pypy/pypy/changeset/754ac043d6f0/ Log:merge heads diff --git a/pypy/module/thread/threadlocals.py b/pypy/module/thread/threadlocals.py ---

[pypy-commit] pypy default: merge heads

2013-04-20 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63526:a3da7e0bff01 Date: 2013-04-20 10:25 -0500 http://bitbucket.org/pypy/pypy/changeset/a3da7e0bff01/ Log:merge heads diff --git a/lib-python/2.7/json/decoder.py b/lib-python/2.7/json/decoder.py ---

[pypy-commit] pypy default: (fijal, bivab) correctly store exception value in _build_propagate_exception_path

2013-04-20 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63525:9896165fed1a Date: 2013-04-20 10:24 -0500 http://bitbucket.org/pypy/pypy/changeset/9896165fed1a/ Log:(fijal, bivab) correctly store exception value in _build_propagate_exception_path diff --git a/rpython/jit

[pypy-commit] pypy default: fallback to ARMv6 instead of crashing if we cannot detect the architecture at all (i.e running in a qemu-chroot)

2013-04-19 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63509:5ce89761d04a Date: 2013-04-19 19:37 +0200 http://bitbucket.org/pypy/pypy/changeset/5ce89761d04a/ Log:fallback to ARMv6 instead of crashing if we cannot detect the architecture at all (i.e running in a

[pypy-commit] pypy default: this line should stay

2013-04-19 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63510:4a4a9df37aa1 Date: 2013-04-19 19:48 +0200 http://bitbucket.org/pypy/pypy/changeset/4a4a9df37aa1/ Log:this line should stay diff --git a/rpython/jit/backend/arm/detect.py b/rpython/jit/backend/arm/detect.py ---

[pypy-commit] buildbot default: update the buildslave information a bit

2013-04-18 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r788:820ec55d214f Date: 2013-04-18 14:38 +0200 http://bitbucket.org/pypy/buildbot/changeset/820ec55d214f/ Log:update the buildslave information a bit diff --git a/README_BUILDSLAVE b/README_BUILDSLAVE ---

[pypy-commit] pypy default: add a special check for ARM when detecting l2 cache size.

2013-04-18 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63478:f20ec7bb60c8 Date: 2013-04-18 15:23 +0200 http://bitbucket.org/pypy/pypy/changeset/f20ec7bb60c8/ Log:add a special check for ARM when detecting l2 cache size. On ARM /proc/cpuinfo does not contain any usable

[pypy-commit] pypy default: ARM architecture autodetection based on /proc/cpuinfo

2013-04-18 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63479:7cf11fdfb221 Date: 2013-04-18 18:01 +0200 http://bitbucket.org/pypy/pypy/changeset/7cf11fdfb221/ Log:ARM architecture autodetection based on /proc/cpuinfo diff --git a/rpython/jit/backend/arm/detect.py

[pypy-commit] pypy default: detect the architecture and ABI during JIT-backend setup at runtime

2013-04-18 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63480:56f159906969 Date: 2013-04-18 18:04 +0200 http://bitbucket.org/pypy/pypy/changeset/56f159906969/ Log:detect the architecture and ABI during JIT-backend setup at runtime diff --git

[pypy-commit] pypy default: update translation options and a other places that refer to the different ARM versions

2013-04-18 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63481:3a005983e686 Date: 2013-04-18 18:09 +0200 http://bitbucket.org/pypy/pypy/changeset/3a005983e686/ Log:update translation options and a other places that refer to the different ARM versions diff --git

[pypy-commit] buildbot default: update jittranslation args for ARM

2013-04-18 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r789:159b2bc9a32c Date: 2013-04-18 18:12 +0200 http://bitbucket.org/pypy/buildbot/changeset/159b2bc9a32c/ Log:update jittranslation args for ARM diff --git a/bot2/pypybuildbot/arm_master.py

[pypy-commit] pypy default: translation fix

2013-04-18 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63483:7d779d5ec7f2 Date: 2013-04-18 21:06 +0200 http://bitbucket.org/pypy/pypy/changeset/7d779d5ec7f2/ Log:translation fix diff --git a/rpython/memory/gc/env.py b/rpython/memory/gc/env.py --- a/rpython/memory/gc/env.py

[pypy-commit] pypy default: skip ARM tests on other architectures during collection, avoiding to load the files

2013-04-17 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63440:864116505c2a Date: 2013-04-17 08:55 +0200 http://bitbucket.org/pypy/pypy/changeset/864116505c2a/ Log:skip ARM tests on other architectures during collection, avoiding to load the files diff --git

[pypy-commit] pypy default: attempt to port a9073815e95a, 41ffa1b27b0c, 154e81a46200 and 278985f308f0 to ARM (may contain traces of pffff)

2013-04-17 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63449:b1bcc0680978 Date: 2013-04-17 17:21 +0200 http://bitbucket.org/pypy/pypy/changeset/b1bcc0680978/ Log:attempt to port a9073815e95a, 41ffa1b27b0c, 154e81a46200 and 278985f308f0 to ARM (may contain traces of

[pypy-commit] pypy default: some pffff

2013-04-17 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63452:116ce9cfbdcc Date: 2013-04-17 17:32 +0200 http://bitbucket.org/pypy/pypy/changeset/116ce9cfbdcc/ Log:some p diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py ---

[pypy-commit] pypy default: expose ARM libffi ABI information

2013-04-16 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63432:5be8df0b14e7 Date: 2013-04-16 22:28 +0200 http://bitbucket.org/pypy/pypy/changeset/5be8df0b14e7/ Log:expose ARM libffi ABI information diff --git a/rpython/rlib/clibffi.py b/rpython/rlib/clibffi.py ---

[pypy-commit] pypy default: use libffi information to detect hardfloat

2013-04-16 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63433:193255cd7eb8 Date: 2013-04-16 22:31 +0200 http://bitbucket.org/pypy/pypy/changeset/193255cd7eb8/ Log:use libffi information to detect hardfloat diff --git a/rpython/jit/backend/arm/detect.py

[pypy-commit] pypy default: detect ABI at runtime and simplify the code that selects the ABI

2013-04-16 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63434:4407fb5f5f5e Date: 2013-04-16 22:33 +0200 http://bitbucket.org/pypy/pypy/changeset/4407fb5f5f5e/ Log:detect ABI at runtime and simplify the code that selects the ABI diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] buildbot default: add builders and schedulers for an armv7/hardfloat buildbot[39; 49; 00m[39; 49; 00m[39; 49; 00m

2013-04-15 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r784:6798ee30698f Date: 2013-04-15 10:26 +0200 http://bitbucket.org/pypy/buildbot/changeset/6798ee30698f/ Log:add builders and schedulers for an armv7/hardfloat buildbot diff --git

[pypy-commit] pypy default: this is clearly nonsense, load from the address in reg and not from the number of reg -.-

2013-04-15 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63361:5cad4f307202 Date: 2013-04-15 14:28 +0200 http://bitbucket.org/pypy/pypy/changeset/5cad4f307202/ Log:this is clearly nonsense, load from the address in reg and not from the number of reg -.- diff --git

[pypy-commit] pypy default: fix, bah

2013-04-15 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63364:0ac570dff7e5 Date: 2013-04-15 15:11 +0200 http://bitbucket.org/pypy/pypy/changeset/0ac570dff7e5/ Log:fix, bah diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py ---

[pypy-commit] pypy default: merge heads

2013-04-15 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63365:c2d0282acb2a Date: 2013-04-15 15:11 +0200 http://bitbucket.org/pypy/pypy/changeset/c2d0282acb2a/ Log:merge heads diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py

[pypy-commit] pypy default: Port a9073815e95a to ARM

2013-04-15 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63366:7d1501e50c21 Date: 2013-04-15 16:08 +0200 http://bitbucket.org/pypy/pypy/changeset/7d1501e50c21/ Log:Port a9073815e95a to ARM diff --git a/rpython/jit/backend/arm/opassembler.py

[pypy-commit] pypy default: fix for _write_barrier_fastpath, missing a check to select the correct slowpath helper

2013-04-13 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63306:9e042c93925f Date: 2013-04-13 14:30 +0200 http://bitbucket.org/pypy/pypy/changeset/9e042c93925f/ Log:fix for _write_barrier_fastpath, missing a check to select the correct slowpath helper diff --git

[pypy-commit] pypy default: reenable the debugging code injection, fixes test_ztranslation_jit_stats.py

2013-04-13 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63310:db0bef5be316 Date: 2013-04-13 16:31 +0200 http://bitbucket.org/pypy/pypy/changeset/db0bef5be316/ Log:reenable the debugging code injection, fixes test_ztranslation_jit_stats.py diff --git

[pypy-commit] pypy default: merge heads

2013-04-13 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63311:862eefdcacca Date: 2013-04-13 16:33 +0200 http://bitbucket.org/pypy/pypy/changeset/862eefdcacca/ Log:merge heads diff --git a/rpython/translator/backendopt/inline.py b/rpython/translator/backendopt/inline.py ---

[pypy-commit] pypy default: move GIL related shared code to llsupport

2013-04-13 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63313:9ae6d332e291 Date: 2013-04-13 18:09 +0200 http://bitbucket.org/pypy/pypy/changeset/9ae6d332e291/ Log:move GIL related shared code to llsupport diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy default: preallocate list to hold the locations of arguments to a call

2013-04-13 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63312:1bd588482153 Date: 2013-04-13 18:00 +0200 http://bitbucket.org/pypy/pypy/changeset/1bd588482153/ Log:preallocate list to hold the locations of arguments to a call diff --git a/rpython/jit/backend/arm/regalloc.py

[pypy-commit] pypy default: fix argument and return value handling in call_release_gil and call_reacquire_gil. Fixes test_zrpy_releasegil.py failures

2013-04-13 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63314:295a4447f6ba Date: 2013-04-13 18:12 +0200 http://bitbucket.org/pypy/pypy/changeset/295a4447f6ba/ Log:fix argument and return value handling in call_release_gil and call_reacquire_gil. Fixes

[pypy-commit] pypy default: refactor llsuport/test/z* to avoid them being picked up there and only when imported in the backends

2013-04-12 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63266:79586f2fc0d6 Date: 2013-04-12 09:12 +0200 http://bitbucket.org/pypy/pypy/changeset/79586f2fc0d6/ Log:refactor llsuport/test/z* to avoid them being picked up there and only when imported in the backends diff

[pypy-commit] pypy default: merge heads

2013-04-12 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63267:6ed5e557b6b1 Date: 2013-04-12 09:13 +0200 http://bitbucket.org/pypy/pypy/changeset/6ed5e557b6b1/ Log:merge heads diff --git a/pypy/module/_io/interp_bytesio.py b/pypy/module/_io/interp_bytesio.py ---

[pypy-commit] pypy default: more backend cleanup

2013-04-11 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63233:5d1d12a617b0 Date: 2013-04-11 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/5d1d12a617b0/ Log:more backend cleanup diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py ---

[pypy-commit] pypy default: merge heads

2013-04-11 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63242:fec8fb85c22d Date: 2013-04-11 21:08 +0200 http://bitbucket.org/pypy/pypy/changeset/fec8fb85c22d/ Log:merge heads diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -13,9 +13,9 @@

[pypy-commit] pypy default: update arm tests

2013-04-11 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63243:5dd20a9b2d3a Date: 2013-04-11 21:27 +0200 http://bitbucket.org/pypy/pypy/changeset/5dd20a9b2d3a/ Log:update arm tests diff --git a/rpython/jit/backend/arm/test/test_zrpy_releasegil.py

[pypy-commit] buildbot default: fix missing rename of test factory

2013-04-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r776:f0a28727a5c2 Date: 2013-04-10 10:14 +0200 http://bitbucket.org/pypy/buildbot/changeset/f0a28727a5c2/ Log:fix missing rename of test factory diff --git a/bot2/pypybuildbot/arm_master.py

[pypy-commit] pypy default: merge heads

2013-04-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63206:4d9490bdc460 Date: 2013-04-10 21:02 +0200 http://bitbucket.org/pypy/pypy/changeset/4d9490bdc460/ Log:merge heads diff --git a/rpython/translator/c/gcc/instruction.py b/rpython/translator/c/gcc/instruction.py ---

[pypy-commit] pypy default: port _check_frame_depth_debug for ARM

2013-04-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63205:318f2b360814 Date: 2013-04-10 21:01 +0200 http://bitbucket.org/pypy/pypy/changeset/318f2b360814/ Log:port _check_frame_depth_debug for ARM diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy default: (fijal, bivab) only store the gcmap in finish if we are returning a REF

2013-04-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63212:f41dea88cd33 Date: 2013-04-10 22:47 +0200 http://bitbucket.org/pypy/pypy/changeset/f41dea88cd33/ Log:(fijal, bivab) only store the gcmap in finish if we are returning a REF diff --git a/rpython/jit/backend

[pypy-commit] pypy default: merge heads

2013-04-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63213:994b5a29d2cd Date: 2013-04-10 22:47 +0200 http://bitbucket.org/pypy/pypy/changeset/994b5a29d2cd/ Log:merge heads diff --git a/lib_pypy/_functools.py b/lib_pypy/_functools.py --- a/lib_pypy/_functools.py +++

[pypy-commit] pypy default: update tests to reflect currently disabled use of free regs list items as temps

2013-04-09 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63160:d7a9c0c2825c Date: 2013-04-09 11:01 +0200 http://bitbucket.org/pypy/pypy/changeset/d7a9c0c2825c/ Log:update tests to reflect currently disabled use of free regs list items as temps diff --git

[pypy-commit] pypy default: enable armv6 and armv7 hardfloat versions as jit backend options for translation

2013-04-08 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63123:a7b33dd521e1 Date: 2013-04-08 10:00 +0200 http://bitbucket.org/pypy/pypy/changeset/a7b33dd521e1/ Log:enable armv6 and armv7 hardfloat versions as jit backend options for translation diff --git

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