[pypy-commit] pypy arm-backend-2: fix for get/set arrayitem

2012-08-19 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r56754:7b42a32154a4 Date: 2012-08-18 10:48 +0200 http://bitbucket.org/pypy/pypy/changeset/7b42a32154a4/ Log:fix for get/set arrayitem diff --git a/pypy/jit/backend/arm/opassembler.py b/pypy/jit/backend/arm/opassembler.py --- a/pypy/ji

[pypy-commit] pypy arm-backend-2: fix for test_addr_raw_packet to get the correct interface number for lo and use that in the test instead of 1

2012-08-08 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r56653:d599042a2d28 Date: 2012-08-08 13:07 + http://bitbucket.org/pypy/pypy/changeset/d599042a2d28/ Log:fix for test_addr_raw_packet to get the correct interface number for lo and use that in the test instead of 1 diff --gi

[pypy-commit] pypy arm-backend-2: fix to correctly skip runner_test tests for ARM on other platforms

2012-07-17 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r56096:e65ae24df074 Date: 2012-07-17 05:40 -0700 http://bitbucket.org/pypy/pypy/changeset/e65ae24df074/ Log:fix to correctly skip runner_test tests for ARM on other platforms diff --git a/pypy/jit/backend/arm/test/test_runner.py b/pyp

[pypy-commit] pypy arm-backend-2: fix for epoll to avoid that defined constans get casted to a long when running

2012-06-21 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r55743:05958b49aba6 Date: 2012-06-20 15:03 + http://bitbucket.org/pypy/pypy/changeset/05958b49aba6/ Log:fix for epoll to avoid that defined constans get casted to a long when running app level tests. On ARM EPOLLET

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

2012-04-13 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r54328:6bac78dc2ff5 Date: 2012-04-13 08:06 + http://bitbucket.org/pypy/pypy/changeset/6bac78dc2ff5/ Log:fix math_sqrt diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py --- a/pypy/jit/backend/arm/as

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

2012-04-05 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r54204:43c292b41c22 Date: 2012-03-28 11:40 + http://bitbucket.org/pypy/pypy/changeset/43c292b41c22/ Log:fix merge diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/backend/test

[pypy-commit] pypy arm-backend-2: Fix for tests

2012-03-09 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r53281:0118e3b1e976 Date: 2012-03-09 09:36 + http://bitbucket.org/pypy/pypy/changeset/0118e3b1e976/ Log:Fix for tests diff --git a/pypy/jit/backend/llgraph/llimpl.py b/pypy/jit/backend/llgraph/llimpl.py --- a/pypy/jit/backend/llgr

[pypy-commit] pypy arm-backend-2: fix test_round_up_for_allocation for ARM

2012-03-09 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r53282:0a031fe30ed8 Date: 2012-03-09 17:26 + http://bitbucket.org/pypy/pypy/changeset/0a031fe30ed8/ Log:fix test_round_up_for_allocation for ARM ARM has stronger rules about aligned memory access that make this test

[pypy-commit] pypy arm-backend-2: fix test_random_mixed in test_jump.py

2012-02-09 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r52283:3f0b37b09c6e Date: 2012-02-09 14:26 +0100 http://bitbucket.org/pypy/pypy/changeset/3f0b37b09c6e/ Log:fix test_random_mixed in test_jump.py diff --git a/pypy/jit/backend/arm/test/test_jump.py b/pypy/jit/backend/arm/test/test_jum

[pypy-commit] pypy arm-backend-2: fix tests that had gotten out of sync

2012-02-09 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r52280:df8f56e47a2d Date: 2012-02-03 13:25 +0100 http://bitbucket.org/pypy/pypy/changeset/df8f56e47a2d/ Log:fix tests that had gotten out of sync diff --git a/pypy/jit/backend/arm/test/test_regalloc_mov.py b/pypy/jit/backend/arm/test/

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

2012-01-09 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r51157:b7e4239284ca Date: 2011-12-31 16:14 +0100 http://bitbucket.org/pypy/pypy/changeset/b7e4239284ca/ Log:fix tests diff --git a/pypy/jit/backend/arm/test/test_recompilation.py b/pypy/jit/backend/arm/test/test_recompilation.py --- a

[pypy-commit] pypy arm-backend-2: fix indentation error

2011-12-30 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r50964:23a8ffceb879 Date: 2011-12-30 17:11 +0100 http://bitbucket.org/pypy/pypy/changeset/23a8ffceb879/ Log:fix indentation error diff --git a/pypy/jit/backend/x86/regalloc.py b/pypy/jit/backend/x86/regalloc.py --- a/pypy/jit/backend/x

[pypy-commit] pypy arm-backend-2: fix indentation after merge

2011-12-30 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r50959:794e761fa494 Date: 2011-12-30 13:53 +0100 http://bitbucket.org/pypy/pypy/changeset/794e761fa494/ Log:fix indentation after merge diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py --- a/pypy/jit/bac

[pypy-commit] pypy arm-backend-2: Fix fail_boxes_count, which is one more than the highest index written.

2011-12-15 Thread arigo
Author: Armin Rigo Branch: arm-backend-2 Changeset: r50597:2f5bb75ff7c8 Date: 2011-12-16 05:56 +0100 http://bitbucket.org/pypy/pypy/changeset/2f5bb75ff7c8/ Log:Fix fail_boxes_count, which is one more than the highest index written. Add an assert checking that the pointer values writte

[pypy-commit] pypy arm-backend-2: fix for GUARD_NOT_INVALIDATED

2011-12-07 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r50244:93473354e34c Date: 2011-12-07 13:55 +0100 http://bitbucket.org/pypy/pypy/changeset/93473354e34c/ Log:fix for GUARD_NOT_INVALIDATED diff --git a/pypy/jit/backend/arm/opassembler.py b/pypy/jit/backend/arm/opassembler.py --- a/pyp

[pypy-commit] pypy arm-backend-2: fix an issue with the private attribute renaming going on when reading a field

2011-12-06 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r50212:9e1351914eb6 Date: 2011-12-06 17:08 +0100 http://bitbucket.org/pypy/pypy/changeset/9e1351914eb6/ Log:fix an issue with the private attribute renaming going on when reading a field that starts with '__' and does not end wi

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

2011-11-16 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r49470:35ea8271c7ee Date: 2011-11-16 14:11 +0100 http://bitbucket.org/pypy/pypy/changeset/35ea8271c7ee/ Log:fix test diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/backend/test/

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

2011-11-16 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r49466:cee2830d1a69 Date: 2011-11-16 13:54 +0100 http://bitbucket.org/pypy/pypy/changeset/cee2830d1a69/ Log:fix tests diff --git a/pypy/jit/backend/arm/test/test_runner.py b/pypy/jit/backend/arm/test/test_runner.py --- a/pypy/jit/back

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

2011-11-11 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r49293:3079baf884b8 Date: 2011-11-04 12:53 +0100 http://bitbucket.org/pypy/pypy/changeset/3079baf884b8/ Log:fix test diff --git a/pypy/jit/backend/arm/test/test_assembler.py b/pypy/jit/backend/arm/test/test_assembler.py --- a/pypy/jit

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

2011-10-25 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r48427:2df0dec0a518 Date: 2011-10-25 12:11 +0200 http://bitbucket.org/pypy/pypy/changeset/2df0dec0a518/ Log:fix test diff --git a/pypy/jit/backend/arm/test/test_runner.py b/pypy/jit/backend/arm/test/test_runner.py --- a/pypy/jit/backe

[pypy-commit] pypy arm-backend-2: fix an error when setting and reading float fields from an object with a large offset

2011-10-25 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r48418:0dc87b084c4a Date: 2011-10-24 14:59 +0200 http://bitbucket.org/pypy/pypy/changeset/0dc87b084c4a/ Log:fix an error when setting and reading float fields from an object with a large offset diff --git a/pypy/jit/backend/arm

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

2011-09-30 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r47713:44b786acf170 Date: 2011-09-30 11:59 +0200 http://bitbucket.org/pypy/pypy/changeset/44b786acf170/ Log:fix translation diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py --- a/pypy/jit/backend/arm/

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

2011-09-30 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r47712:1bb3d419cca5 Date: 2011-09-30 11:59 +0200 http://bitbucket.org/pypy/pypy/changeset/1bb3d419cca5/ Log:fix test diff --git a/pypy/jit/backend/arm/test/test_regalloc.py b/pypy/jit/backend/arm/test/test_regalloc.py --- a/pypy/jit/b

[pypy-commit] pypy arm-backend-2: fix for exception propagation

2011-09-30 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r47702:c2d7db47c6d7 Date: 2011-09-22 10:49 +0200 http://bitbucket.org/pypy/pypy/changeset/c2d7db47c6d7/ Log:fix for exception propagation diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py --- a/pypy/ji

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

2011-09-30 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r47710:90c03da94722 Date: 2011-09-29 16:07 +0200 http://bitbucket.org/pypy/pypy/changeset/90c03da94722/ Log:fix tests diff --git a/pypy/jit/backend/arm/test/test_gc_integration.py b/pypy/jit/backend/arm/test/test_gc_integration.py ---

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

2011-09-30 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r47703:d30b03c1a38e Date: 2011-09-23 09:17 +0200 http://bitbucket.org/pypy/pypy/changeset/d30b03c1a38e/ Log:fix tests diff --git a/pypy/jit/backend/arm/test/test_calling_convention.py b/pypy/jit/backend/arm/test/test_calling_conventio

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

2011-07-16 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45669:05def4b63047 Date: 2011-07-15 15:00 +0200 http://bitbucket.org/pypy/pypy/changeset/05def4b63047/ Log:fix diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py --- a/pypy/jit/backend/arm/assembler.py

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

2011-07-15 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45609:ed3eaad9f4fe Date: 2011-07-15 10:34 +0200 http://bitbucket.org/pypy/pypy/changeset/ed3eaad9f4fe/ Log:fix test_gc_integration diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py --- a/pypy/jit/back

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

2011-07-13 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45562:8c2c5a276c71 Date: 2011-07-13 17:04 +0200 http://bitbucket.org/pypy/pypy/changeset/8c2c5a276c71/ Log:fix tests diff --git a/pypy/jit/backend/arm/test/test_zrpy_gc.py b/pypy/jit/backend/arm/test/test_zrpy_gc.py --- a/pypy/jit/ba

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

2011-06-26 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45133:a9ecff89bc63 Date: 2011-06-25 19:09 +0200 http://bitbucket.org/pypy/pypy/changeset/a9ecff89bc63/ Log:fix tests diff --git a/pypy/jit/backend/arm/test/test_assembler.py b/pypy/jit/backend/arm/test/test_assembler.py --- a/pypy/ji

[pypy-commit] pypy arm-backend-2: fix for bc71e715e308 on ARM

2011-06-24 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45105:c1ce871f2c04 Date: 2011-06-24 10:42 +0200 http://bitbucket.org/pypy/pypy/changeset/c1ce871f2c04/ Log:fix for bc71e715e308 on ARM diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py --- a/pypy/jit/