[pypy-commit] pypy new-jit-log: moved .../metainterp/jitlog.py to rlib (since the vm implementer uses the jitlog directly)

2016-04-25 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83846:c55eaccdb3a6 Date: 2016-04-21 13:56 +0200 http://bitbucket.org/pypy/pypy/changeset/c55eaccdb3a6/ Log:moved .../metainterp/jitlog.py to rlib (since the vm implementer uses the jitlog directly)

[pypy-commit] pypy new-jit-log: reenabled the prefix compression and added a new test to check commonprefix

2016-04-25 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83848:02a45c61ac94 Date: 2016-04-25 09:13 +0200 http://bitbucket.org/pypy/pypy/changeset/02a45c61ac94/ Log:reenabled the prefix compression and added a new test to check commonprefix diff --git

[pypy-commit] pypy new-jit-log: more tests stressing the prefix compression in the log

2016-04-25 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83851:44a816042aee Date: 2016-04-25 10:17 +0200 http://bitbucket.org/pypy/pypy/changeset/44a816042aee/ Log:more tests stressing the prefix compression in the log diff --git a/rpython/rlib/jitlog.py

[pypy-commit] pypy new-jit-log: renamed old module

2016-04-25 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83865:b20596712e8d Date: 2016-04-25 15:10 +0200 http://bitbucket.org/pypy/pypy/changeset/b20596712e8d/ Log:renamed old module diff --git a/rpython/rlib/rvmprof/rvmprof.py b/rpython/rlib/rvmprof/rvmprof.py ---

[pypy-commit] pypy new-jit-log: fixed up tests

2016-04-25 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83866:2f286840ea99 Date: 2016-04-25 15:21 +0200 http://bitbucket.org/pypy/pypy/changeset/2f286840ea99/ Log:fixed up tests diff --git a/rpython/jit/backend/x86/test/test_jitlog.py

[pypy-commit] pypy new-jit-log: fixed translation issues

2016-04-26 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83890:13151099cbf6 Date: 2016-04-26 08:13 +0200 http://bitbucket.org/pypy/pypy/changeset/13151099cbf6/ Log:fixed translation issues diff --git a/pypy/module/pypyjit/interp_jit.py

[pypy-commit] pypy new-jit-log: fixed up the test that integrates the whole jitlog on resoperations

2016-04-25 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83863:ba725a955100 Date: 2016-04-25 14:07 +0200 http://bitbucket.org/pypy/pypy/changeset/ba725a955100/ Log:fixed up the test that integrates the whole jitlog on resoperations diff --git a/rpython/rlib/jitlog.py

[pypy-commit] pypy fix-gen-dfa: same checkin as in py3k. missing 3 in states_double3DFA

2016-05-22 Thread plan_rich
Author: Richard Plangger Branch: fix-gen-dfa Changeset: r84588:68e08ed54197 Date: 2016-05-22 21:53 +0200 http://bitbucket.org/pypy/pypy/changeset/68e08ed54197/ Log:same checkin as in py3k. missing 3 in states_double3DFA diff --git

[pypy-commit] pypy fix-gen-dfa: completed minimal test, refactored output to take the previously generated states and reuse them.

2016-05-22 Thread plan_rich
Author: Richard Plangger Branch: fix-gen-dfa Changeset: r84575:fb294db3a207 Date: 2016-05-22 19:09 +0200 http://bitbucket.org/pypy/pypy/changeset/fb294db3a207/ Log:completed minimal test, refactored output to take the previously generated states and reuse them.

[pypy-commit] pypy fix-gen-dfa: refactored output function to be tested more easily

2016-05-22 Thread plan_rich
Author: Richard Plangger Branch: fix-gen-dfa Changeset: r84574:fa9847af949c Date: 2016-05-22 18:27 +0200 http://bitbucket.org/pypy/pypy/changeset/fa9847af949c/ Log:refactored output function to be tested more easily added not yet complete test for the same

[pypy-commit] pypy default: (s390x) prevent an issue in the reg. allocator: it could remove a register from the free list and never return it for one trace allocation run

2016-05-12 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r84400:fba18f9e071e Date: 2016-05-12 12:48 +0200 http://bitbucket.org/pypy/pypy/changeset/fba18f9e071e/ Log:(s390x) prevent an issue in the reg. allocator: it could remove a register from the free list and never return

[pypy-commit] pypy default: (s390x) parsing of /proc/cpuinfo is now more robust,

2016-05-12 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r84403:47f7642ba824 Date: 2016-05-12 17:13 +0200 http://bitbucket.org/pypy/pypy/changeset/47f7642ba824/ Log:(s390x) parsing of /proc/cpuinfo is now more robust, fixed issue that followed with the last commit for s390x

[pypy-commit] pypy release-5.x: (s390x) parsing of /proc/cpuinfo is now more robust,

2016-05-12 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84407:951eeca3bc24 Date: 2016-05-12 17:13 +0200 http://bitbucket.org/pypy/pypy/changeset/951eeca3bc24/ Log:(s390x) parsing of /proc/cpuinfo is now more robust, fixed issue that followed with the last commit

[pypy-commit] pypy release-5.x: (s390x) prevent an issue in the reg. allocator: it could remove a register from the free list and never return it for one trace allocation run

2016-05-12 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84406:ed7f3dbc9f65 Date: 2016-05-12 12:48 +0200 http://bitbucket.org/pypy/pypy/changeset/ed7f3dbc9f65/ Log:(s390x) prevent an issue in the reg. allocator: it could remove a register from the free list and

[pypy-commit] pypy z196-support: CFLAGS can be used to overwrite -march=(z10|z196|zEC12), default is now z10

2016-05-12 Thread plan_rich
Author: Richard Plangger Branch: z196-support Changeset: r84405:12f1e1b9d5e6 Date: 2016-05-12 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/12f1e1b9d5e6/ Log:CFLAGS can be used to overwrite -march=(z10|z196|zEC12), default is now z10 diff --git

[pypy-commit] pypy z196-support: explicitly checking for some more facilities that are required

2016-05-12 Thread plan_rich
Author: Richard Plangger Branch: z196-support Changeset: r84398:af0eda599214 Date: 2016-05-12 10:42 +0200 http://bitbucket.org/pypy/pypy/changeset/af0eda599214/ Log:explicitly checking for some more facilities that are required diff --git

[pypy-commit] pypy z196-support: removed not used RISBGN instruction and reverted the target CPU arch to z196. Ideally this should be a translation flag

2016-05-12 Thread plan_rich
Author: Richard Plangger Branch: z196-support Changeset: r84397:f9c522b8828b Date: 2016-05-12 10:06 +0200 http://bitbucket.org/pypy/pypy/changeset/f9c522b8828b/ Log:removed not used RISBGN instruction and reverted the target CPU arch to z196. Ideally this should

[pypy-commit] pypy new-jit-log: trying to fix translation issue

2016-05-12 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r84396:29b41cf549e1 Date: 2016-05-12 08:59 +0200 http://bitbucket.org/pypy/pypy/changeset/29b41cf549e1/ Log:trying to fix translation issue diff --git a/rpython/jit/backend/llsupport/assembler.py

[pypy-commit] pypy new-jit-log: merged default, removed jitlog marker .h file

2016-05-12 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r84395:0324cb4dabc8 Date: 2016-05-10 14:48 +0200 http://bitbucket.org/pypy/pypy/changeset/0324cb4dabc8/ Log:merged default, removed jitlog marker .h file diff --git a/pypy/module/cpyext/ndarrayobject.py

[pypy-commit] pypy.org extradoc: added s390x to the downloads list

2016-05-17 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r747:e667d5904c3f Date: 2016-05-17 19:04 +0200 http://bitbucket.org/pypy/pypy.org/changeset/e667d5904c3f/ Log:added s390x to the downloads list diff --git a/download.html b/download.html --- a/download.html +++

[pypy-commit] pypy py3.5: added test to check the python parser for matmul (this passes) but not imatmul

2016-05-17 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r84510:fbe34cd0ea0e Date: 2016-05-17 19:54 +0200 http://bitbucket.org/pypy/pypy/changeset/fbe34cd0ea0e/ Log:added test to check the python parser for matmul (this passes) but not imatmul diff --git

[pypy-commit] pypy py3.5: (plan_rich, raffael_t) move variable assignment. translation complains about lock variable not defined but used

2016-05-16 Thread plan_rich
Author: Richard Plangger <planri...@gmail.com> Branch: py3.5 Changeset: r84484:324d44cefcf0 Date: 2016-05-16 20:24 +0200 http://bitbucket.org/pypy/pypy/changeset/324d44cefcf0/ Log:(plan_rich, raffael_t) move variable assignment. translation complains about lock variable not d

[pypy-commit] pypy z196-support: document this branch

2016-05-16 Thread plan_rich
Author: Richard Plangger Branch: z196-support Changeset: r84490:3fad040d48a0 Date: 2016-05-16 21:00 +0200 http://bitbucket.org/pypy/pypy/changeset/3fad040d48a0/ Log:document this branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy release-5.x: document this branch

2016-05-16 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84489:34346ce876e6 Date: 2016-05-16 20:56 +0200 http://bitbucket.org/pypy/pypy/changeset/34346ce876e6/ Log:document this branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy new-jit-log: translation issues

2016-05-16 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r84488:e00846c58ed8 Date: 2016-05-16 20:48 +0200 http://bitbucket.org/pypy/pypy/changeset/e00846c58ed8/ Log:translation issues diff --git a/rpython/jit/backend/x86/runner.py b/rpython/jit/backend/x86/runner.py ---

[pypy-commit] pypy release-5.x: missing bracket in regex

2016-05-16 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84487:80ef432a32d9 Date: 2016-05-16 20:39 +0200 http://bitbucket.org/pypy/pypy/changeset/80ef432a32d9/ Log:missing bracket in regex diff --git a/rpython/translator/platform/arch/s390x.py

[pypy-commit] pypy z196-support: missing bracket in regex

2016-05-16 Thread plan_rich
Author: Richard Plangger Branch: z196-support Changeset: r84486:92396c4ae4fb Date: 2016-05-16 20:39 +0200 http://bitbucket.org/pypy/pypy/changeset/92396c4ae4fb/ Log:missing bracket in regex diff --git a/rpython/translator/platform/arch/s390x.py

[pypy-commit] pypy release-5.x: Added tag release-5.1.2 for changeset 80ef432a32d9

2016-05-16 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84503:a5f479998ad8 Date: 2016-05-17 07:30 +0200 http://bitbucket.org/pypy/pypy/changeset/a5f479998ad8/ Log:Added tag release-5.1.2 for changeset 80ef432a32d9 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++

[pypy-commit] pypy.org extradoc: added 5.1.2 checksums (s390x only) and regenerated html

2016-05-16 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r746:7e075ac48f94 Date: 2016-05-17 07:49 +0200 http://bitbucket.org/pypy/pypy.org/changeset/7e075ac48f94/ Log:added 5.1.2 checksums (s390x only) and regenerated html diff --git a/download.html b/download.html ---

[pypy-commit] pypy release-5.x: arg. translation issue (non negative indices)

2016-05-16 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84473:ceb0e1e508e7 Date: 2016-05-13 07:59 +0200 http://bitbucket.org/pypy/pypy/changeset/ceb0e1e508e7/ Log:arg. translation issue (non negative indices) diff --git a/rpython/memory/gc/env.py

[pypy-commit] pypy z196-support: increase the timeout on s390x in the test_epoll

2016-05-16 Thread plan_rich
Author: Richard Plangger Branch: z196-support Changeset: r84474:b8d2dacdb19b Date: 2016-05-16 09:59 +0200 http://bitbucket.org/pypy/pypy/changeset/b8d2dacdb19b/ Log:increase the timeout on s390x in the test_epoll diff --git a/pypy/module/select/test/test_epoll.py

[pypy-commit] pypy release-5.x: increase the timeout on s390x in the test_epoll

2016-05-16 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84475:fb9db0a155f4 Date: 2016-05-16 09:59 +0200 http://bitbucket.org/pypy/pypy/changeset/fb9db0a155f4/ Log:increase the timeout on s390x in the test_epoll diff --git a/pypy/module/select/test/test_epoll.py

[pypy-commit] pypy new-jit-log: merged default

2016-05-16 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r84476:883a1b184337 Date: 2016-05-16 11:11 +0200 http://bitbucket.org/pypy/pypy/changeset/883a1b184337/ Log:merged default diff --git a/lib-python/2.7/test/test_sys_settrace.py

[pypy-commit] pypy release-5.x: remove a not wanted print ...

2016-05-16 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84477:b5106a735161 Date: 2016-05-16 14:17 +0200 http://bitbucket.org/pypy/pypy/changeset/b5106a735161/ Log:remove a not wanted print ... diff --git a/rpython/memory/gc/env.py b/rpython/memory/gc/env.py ---

[pypy-commit] pypy z196-support: the cpu machine number is hex. in cpuinfo

2016-05-16 Thread plan_rich
Author: Richard Plangger Branch: z196-support Changeset: r84478:71b7c22f202d Date: 2016-05-16 14:25 +0200 http://bitbucket.org/pypy/pypy/changeset/71b7c22f202d/ Log:the cpu machine number is hex. in cpuinfo diff --git a/rpython/translator/platform/arch/s390x.py

[pypy-commit] pypy release-5.x: CFLAGS can be used to overwrite -march=(z10|z196|zEC12), default is now z10

2016-05-13 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84419:d3481c6f3d33 Date: 2016-05-12 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/d3481c6f3d33/ Log:CFLAGS can be used to overwrite -march=(z10|z196|zEC12), default is now z10 diff --git

[pypy-commit] pypy release-5.x: documentation update for s390x. clarification and moved toc tree around (for s390x notes)

2016-05-13 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84418:a7b76152004d Date: 2016-05-12 11:57 +0200 http://bitbucket.org/pypy/pypy/changeset/a7b76152004d/ Log:documentation update for s390x. clarification and moved toc tree around (for s390x notes) diff

[pypy-commit] pypy release-5.x: removed not used RISBGN instruction and reverted the target CPU arch to z196. Ideally this should be a translation flag

2016-05-13 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84416:f966589aea61 Date: 2016-05-12 10:06 +0200 http://bitbucket.org/pypy/pypy/changeset/f966589aea61/ Log:removed not used RISBGN instruction and reverted the target CPU arch to z196. Ideally this should

[pypy-commit] pypy release-5.x: (s390x) setting cflags according to the cpu id (machine = ...), docu updates

2016-05-13 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84420:d8759753a9cd Date: 2016-05-13 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/d8759753a9cd/ Log:(s390x) setting cflags according to the cpu id (machine = ...), docu updates diff --git

[pypy-commit] pypy release-5.x: explicitly checking for some more facilities that are required

2016-05-13 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84417:f6168a97b117 Date: 2016-05-12 10:42 +0200 http://bitbucket.org/pypy/pypy/changeset/f6168a97b117/ Log:explicitly checking for some more facilities that are required diff --git

[pypy-commit] pypy z196-support: documented branch

2016-05-13 Thread plan_rich
Author: Richard Plangger Branch: z196-support Changeset: r84415:e61b6b9c4b06 Date: 2016-05-13 12:19 +0200 http://bitbucket.org/pypy/pypy/changeset/e61b6b9c4b06/ Log:documented branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy z196-support: (s390x) setting cflags according to the cpu id (machine = ...), docu updates

2016-05-13 Thread plan_rich
Author: Richard Plangger Branch: z196-support Changeset: r84414:dbb99c837a7c Date: 2016-05-13 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/dbb99c837a7c/ Log:(s390x) setting cflags according to the cpu id (machine = ...), docu updates diff --git

[pypy-commit] pypy z196-support: gcc does not recognize z13 (default to zEC12 instead)

2016-05-13 Thread plan_rich
Author: Richard Plangger Branch: z196-support Changeset: r84421:fe11680b5469 Date: 2016-05-13 12:29 +0200 http://bitbucket.org/pypy/pypy/changeset/fe11680b5469/ Log:gcc does not recognize z13 (default to zEC12 instead) diff --git

[pypy-commit] pypy release-5.x: gcc does not recognize z13 (default to zEC12 instead)

2016-05-13 Thread plan_rich
Author: Richard Plangger Branch: release-5.x Changeset: r84422:fa3216ed9f10 Date: 2016-05-13 12:29 +0200 http://bitbucket.org/pypy/pypy/changeset/fa3216ed9f10/ Log:gcc does not recognize z13 (default to zEC12 instead) diff --git

[pypy-commit] pypy default: arg. translation issue (non negative indices)

2016-05-13 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r84413:63940d0c6eee Date: 2016-05-13 07:59 +0200 http://bitbucket.org/pypy/pypy/changeset/63940d0c6eee/ Log:arg. translation issue (non negative indices) diff --git a/rpython/memory/gc/env.py b/rpython/memory/gc/env.py ---

[pypy-commit] buildbot default: removed category s390x to linux-s390x, removed renamed own and pypy-c-jit slaves (removed dje's build slave as it is not working properly)

2016-05-12 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r1004:14d2d93b28e7 Date: 2016-05-12 11:38 +0200 http://bitbucket.org/pypy/buildbot/changeset/14d2d93b28e7/ Log:removed category s390x to linux-s390x, removed renamed own and pypy-c-jit slaves (removed dje's build slave

[pypy-commit] pypy z196-support: documentation update for s390x. clarification and moved toc tree around (for s390x notes)

2016-05-12 Thread plan_rich
Author: Richard Plangger Branch: z196-support Changeset: r84399:c7396426f64e Date: 2016-05-12 11:57 +0200 http://bitbucket.org/pypy/pypy/changeset/c7396426f64e/ Log:documentation update for s390x. clarification and moved toc tree around (for s390x notes) diff

[pypy-commit] pypy new-jit-log: added new tag to store source code line in binary (done by vmprof/client)

2016-05-10 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r84350:f8bf0d7c3949 Date: 2016-05-10 13:33 +0200 http://bitbucket.org/pypy/pypy/changeset/f8bf0d7c3949/ Log:added new tag to store source code line in binary (done by vmprof/client) diff --git

[pypy-commit] pypy default: fixed issue #2172. the test specified an invalid parameter for memory protection of the mmap call. powerpc rejects that parameter

2016-05-10 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r84349:aa75f1381bfa Date: 2016-05-10 11:51 +0200 http://bitbucket.org/pypy/pypy/changeset/aa75f1381bfa/ Log:fixed issue #2172. the test specified an invalid parameter for memory protection of the mmap call. powerpc

[pypy-commit] pypy new-jit-log: merged default

2016-05-10 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r84348:cfecd970a924 Date: 2016-05-09 13:29 +0200 http://bitbucket.org/pypy/pypy/changeset/cfecd970a924/ Log:merged default diff too long, truncating to 2000 out of 2152 lines diff --git

[pypy-commit] pypy new-jit-log: refactoring simplifies the logging of a trace. now (just for the purpose of the jitlog) there is a unique id for each traces which makes parsing also easier

2016-04-19 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83773:37892687f8b9 Date: 2016-04-19 15:27 +0200 http://bitbucket.org/pypy/pypy/changeset/37892687f8b9/ Log:refactoring simplifies the logging of a trace. now (just for the purpose of the jitlog) there is a

[pypy-commit] pypy new-jit-log: renamed jitdriver_sd property only in one place

2016-04-18 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83740:6f86f7af28ab Date: 2016-04-18 14:32 +0200 http://bitbucket.org/pypy/pypy/changeset/6f86f7af28ab/ Log:renamed jitdriver_sd property only in one place diff --git a/rpython/jit/metainterp/warmspot.py

[pypy-commit] pypy default: use TempInt instead of TempVar, the latter has not type property

2016-04-18 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r83741:dd16545e1bfd Date: 2016-04-18 14:37 +0200 http://bitbucket.org/pypy/pypy/changeset/dd16545e1bfd/ Log:use TempInt instead of TempVar, the latter has not type property diff --git a/rpython/jit/backend/zarch/regalloc.py

[pypy-commit] pypy default: typo in release notes

2016-04-20 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r83787:1bb1fd1183fb Date: 2016-04-20 11:29 +0200 http://bitbucket.org/pypy/pypy/changeset/1bb1fd1183fb/ Log:typo in release notes diff --git a/pypy/doc/release-5.1.0.rst b/pypy/doc/release-5.1.0.rst ---

[pypy-commit] pypy default: translation issue resolved

2016-04-15 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r83678:13f292553b0d Date: 2016-04-15 09:00 +0200 http://bitbucket.org/pypy/pypy/changeset/13f292553b0d/ Log:translation issue resolved diff --git a/rpython/jit/backend/zarch/regalloc.py

[pypy-commit] pypy new-jit-log: modified ztranslation test to check the get_location and ensure it can be translated

2016-04-19 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83765:983043f03fcd Date: 2016-04-19 12:09 +0200 http://bitbucket.org/pypy/pypy/changeset/983043f03fcd/ Log:modified ztranslation test to check the get_location and ensure it can be translated diff --git

[pypy-commit] buildbot default: added a new builder that I have access to (s390x) own-linux

2016-04-19 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r998:66858fbd0d4a Date: 2016-04-19 09:08 +0200 http://bitbucket.org/pypy/buildbot/changeset/66858fbd0d4a/ Log:added a new builder that I have access to (s390x) own-linux diff --git a/bot2/pypybuildbot/master.py

[pypy-commit] buildbot default: added own-linux-s390x-2 as a nightly

2016-04-19 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r999:e3e3bbc1d32e Date: 2016-04-19 09:28 +0200 http://bitbucket.org/pypy/buildbot/changeset/e3e3bbc1d32e/ Log:added own-linux-s390x-2 as a nightly diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py ---

[pypy-commit] pypy default: print the progress uppon test failure (test_gil), increased the time it sleeps while checking the progress

2016-04-19 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r83761:aacade14ae52 Date: 2016-04-19 09:55 +0200 http://bitbucket.org/pypy/pypy/changeset/aacade14ae52/ Log:print the progress uppon test failure (test_gil), increased the time it sleeps while checking the progress

[pypy-commit] pypy new-jit-log: forgot to set get_location to pypy's main jitdriver

2016-04-19 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83760:eff88c49b7e9 Date: 2016-04-18 20:31 +0200 http://bitbucket.org/pypy/pypy/changeset/eff88c49b7e9/ Log:forgot to set get_location to pypy's main jitdriver diff --git a/pypy/module/pypyjit/interp_jit.py

[pypy-commit] pypy new-jit-log: instead of many, only one syscall to write is executed while initializing the jitlog (even slows down the test execution)

2016-04-17 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83726:4f0c9af6057b Date: 2016-04-15 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/4f0c9af6057b/ Log:instead of many, only one syscall to write is executed while initializing the jitlog (even slows

[pypy-commit] pypy new-jit-log: use _get_vmprof to get a handle on cintf in the logger, this should resolve the translation issue

2016-04-17 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83727:9680c234ff1f Date: 2016-04-15 12:29 +0200 http://bitbucket.org/pypy/pypy/changeset/9680c234ff1f/ Log:use _get_vmprof to get a handle on cintf in the logger, this should resolve the translation issue

[pypy-commit] pypy new-jit-log: solved translation issue

2016-04-17 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83728:f605ce9c680a Date: 2016-04-18 07:51 +0200 http://bitbucket.org/pypy/pypy/changeset/f605ce9c680a/ Log:solved translation issue diff --git a/rpython/jit/metainterp/jitlog.py b/rpython/jit/metainterp/jitlog.py

[pypy-commit] pypy new-jit-log: renamed variable

2016-04-18 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83732:1d7a7e714afa Date: 2016-04-18 09:33 +0200 http://bitbucket.org/pypy/pypy/changeset/1d7a7e714afa/ Log:renamed variable diff --git a/rpython/jit/metainterp/warmstate.py b/rpython/jit/metainterp/warmstate.py

[pypy-commit] pypy default: rewritten test, sleeping up to ~25 second to wait for the initial thread to start

2016-04-18 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r83734:e7c64f263b43 Date: 2016-04-18 10:07 +0200 http://bitbucket.org/pypy/pypy/changeset/e7c64f263b43/ Log:rewritten test, sleeping up to ~25 second to wait for the initial thread to start diff --git

[pypy-commit] pypy new-jit-log: merged default

2016-04-18 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83731:1b0ebfbc08b8 Date: 2016-04-18 08:43 +0200 http://bitbucket.org/pypy/pypy/changeset/1b0ebfbc08b8/ Log:merged default diff too long, truncating to 2000 out of 5786 lines diff --git a/LICENSE b/LICENSE ---

[pypy-commit] pypy default: (s390x) marked two tests to be brittle, they some times fail only on one machine I do not have access to...

2016-04-18 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r83730:037d02a07a05 Date: 2016-04-18 08:40 +0200 http://bitbucket.org/pypy/pypy/changeset/037d02a07a05/ Log:(s390x) marked two tests to be brittle, they some times fail only on one machine I do not have access to...

[pypy-commit] pypy default: (s390x) prevent setting the key none in reg_bindings

2016-04-18 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r83729:3701004a39a5 Date: 2016-04-18 08:26 +0200 http://bitbucket.org/pypy/pypy/changeset/3701004a39a5/ Log:(s390x) prevent setting the key none in reg_bindings diff --git a/rpython/jit/backend/zarch/regalloc.py

[pypy-commit] pypy default: (s390x) overwrote already defined variable, lead to wrong assignment

2016-04-18 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r83735:99bd59dfb2dd Date: 2016-04-18 10:50 +0200 http://bitbucket.org/pypy/pypy/changeset/99bd59dfb2dd/ Log:(s390x) overwrote already defined variable, lead to wrong assignment diff --git

[pypy-commit] pypy new-jit-log: working on the API for get_location (nearly done)

2016-04-21 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83803:794f3f697344 Date: 2016-04-21 10:18 +0200 http://bitbucket.org/pypy/pypy/changeset/794f3f697344/ Log:working on the API for get_location (nearly done) diff --git a/pypy/module/pypyjit/interp_jit.py

[pypy-commit] buildbot default: moved py3k 1h later (at 4 o'clock) and running py3.5 nightlies at 3 o'clock

2016-05-09 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r1003:60db764e3567 Date: 2016-05-09 10:03 +0200 http://bitbucket.org/pypy/buildbot/changeset/60db764e3567/ Log:moved py3k 1h later (at 4 o'clock) and running py3.5 nightlies at 3 o'clock diff --git

[pypy-commit] pypy new-jit-log: merged deafult

2016-05-09 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r84329:d46d42219c06 Date: 2016-05-09 10:13 +0200 http://bitbucket.org/pypy/pypy/changeset/d46d42219c06/ Log:merged deafult diff too long, truncating to 2000 out of 39303 lines diff --git a/.hgtags b/.hgtags ---

[pypy-commit] pypy new-jit-log: moved the debug counter in its own file (debug.py). this was necessary to get a handle to the loop counters when calling jitlog_disable

2016-05-09 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r84330:5f0da389d027 Date: 2016-05-09 11:44 +0200 http://bitbucket.org/pypy/pypy/changeset/5f0da389d027/ Log:moved the debug counter in its own file (debug.py). this was necessary to get a handle to the loop

[pypy-commit] pypy new-jit-log: provided wrong argument to flush_debug_counters

2016-05-09 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r84334:84716af5f182 Date: 2016-05-09 11:49 +0200 http://bitbucket.org/pypy/pypy/changeset/84716af5f182/ Log:provided wrong argument to flush_debug_counters diff --git a/rpython/jit/backend/llsupport/assembler.py

[pypy-commit] pypy new-jit-log: forgot file (thx armin)

2016-05-09 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r84335:f60619823f3b Date: 2016-05-09 12:43 +0200 http://bitbucket.org/pypy/pypy/changeset/f60619823f3b/ Log:forgot file (thx armin) diff --git a/rpython/jit/metainterp/debug.py b/rpython/jit/metainterp/debug.py new

[pypy-commit] pypy jitlog-32bit: catchup default

2016-07-27 Thread plan_rich
Author: Richard Plangger Branch: jitlog-32bit Changeset: r85871:a15583f4da0f Date: 2016-07-26 13:06 +0200 http://bitbucket.org/pypy/pypy/changeset/a15583f4da0f/ Log:catchup default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy ppc-vsx-support: merge default (pull in new-jit-log)

2016-07-27 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85872:dd5d6c50f5bd Date: 2016-07-27 12:43 +0200 http://bitbucket.org/pypy/pypy/changeset/dd5d6c50f5bd/ Log:merge default (pull in new-jit-log) diff too long, truncating to 2000 out of 2870 lines diff --git

[pypy-commit] pypy json-surrogates: align json module decode with the cpython's impl

2016-07-14 Thread plan_rich
Author: Richard Plangger Branch: json-surrogates Changeset: r85700:ec18acf52840 Date: 2016-07-14 11:43 -0500 http://bitbucket.org/pypy/pypy/changeset/ec18acf52840/ Log:align json module decode with the cpython's impl diff --git a/pypy/module/_pypyjson/interp_decoder.py

[pypy-commit] pypy ppc-vsx-support: adds removed function to free fail args registers

2016-07-14 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85698:2954ca91b89a Date: 2016-07-13 18:16 -0500 http://bitbucket.org/pypy/pypy/changeset/2954ca91b89a/ Log:adds removed function to free fail args registers diff --git a/rpython/jit/backend/ppc/codebuilder.py

[pypy-commit] pypy json-surrogates: add test to ensure to adapt the behaviour in the json module (see #2345)

2016-07-14 Thread plan_rich
Author: Richard Plangger Branch: json-surrogates Changeset: r85699:e3ee9d867add Date: 2016-07-14 11:13 -0500 http://bitbucket.org/pypy/pypy/changeset/e3ee9d867add/ Log:add test to ensure to adapt the behaviour in the json module (see #2345) diff --git

[pypy-commit] pypy default: merged default head

2016-07-14 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85706:0cdc78795c00 Date: 2016-07-14 13:49 -0500 http://bitbucket.org/pypy/pypy/changeset/0cdc78795c00/ Log:merged default head diff --git a/pypy/module/_pypyjson/interp_decoder.py b/pypy/module/_pypyjson/interp_decoder.py

[pypy-commit] pypy json-surrogates: close branch

2016-07-14 Thread plan_rich
Author: Richard Plangger Branch: json-surrogates Changeset: r85704:409c2338bd70 Date: 2016-07-14 13:39 -0500 http://bitbucket.org/pypy/pypy/changeset/409c2338bd70/ Log:close branch ___ pypy-commit mailing list

[pypy-commit] pypy default: merge fix for issue #2345

2016-07-14 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85705:fb7becc5ce15 Date: 2016-07-14 13:40 -0500 http://bitbucket.org/pypy/pypy/changeset/fb7becc5ce15/ Log:merge fix for issue #2345 diff --git a/pypy/module/_pypyjson/interp_decoder.py

[pypy-commit] pypy new-jit-log: merged default

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85849:8923ef06cabd Date: 2016-07-25 11:02 +0200 http://bitbucket.org/pypy/pypy/changeset/8923ef06cabd/ Log:merged default diff --git a/rpython/translator/c/src/entrypoint.c b/rpython/translator/c/src/entrypoint.c

[pypy-commit] pypy default: merge new-jit-log

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85850:1a36f95ed5d8 Date: 2016-07-25 11:03 +0200 http://bitbucket.org/pypy/pypy/changeset/1a36f95ed5d8/ Log:merge new-jit-log diff too long, truncating to 2000 out of 2221 lines diff --git a/pypy/config/pypyoption.py

[pypy-commit] pypy default: document branch new-jit-log

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85851:c24a95335e2c Date: 2016-07-25 11:07 +0200 http://bitbucket.org/pypy/pypy/changeset/c24a95335e2c/ Log:document branch new-jit-log diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: resumekey.guard_op is not a proper field, skip this for now

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85854:a138005e21f6 Date: 2016-07-25 14:33 +0200 http://bitbucket.org/pypy/pypy/changeset/a138005e21f6/ Log:resumekey.guard_op is not a proper field, skip this for now diff --git a/rpython/jit/metainterp/compile.py

[pypy-commit] pypy default: provide faildescr to start_new_trace instead of addr to resumekey,

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85853:12db98eab76c Date: 2016-07-25 13:24 +0200 http://bitbucket.org/pypy/pypy/changeset/12db98eab76c/ Log:provide faildescr to start_new_trace instead of addr to resumekey, arm backend add missing import diff --git

[pypy-commit] pypy default: (mattip, plan_rich) fix test_debug_merge_point, it used encode_addr instead of encode_64bit value (failed on 32bit)

2016-07-25 Thread plan_rich
Author: Richard Plangger <planri...@gmail.com> Branch: Changeset: r85857:f051867d04fa Date: 2016-07-25 17:37 +0200 http://bitbucket.org/pypy/pypy/changeset/f051867d04fa/ Log:(mattip, plan_rich) fix test_debug_merge_point, it used encode_addr instead of encode_64bit value (

[pypy-commit] pypy default: undo trace_id increment & align to MARK_START_TRACE

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85858:ad3052f353ad Date: 2016-07-25 17:40 +0200 http://bitbucket.org/pypy/pypy/changeset/ad3052f353ad/ Log:undo trace_id increment & align to MARK_START_TRACE diff --git a/rpython/rlib/rjitlog/rjitlog.py

[pypy-commit] pypy jitlog-32bit: include information in the log if a 32bit machine wrote the log

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: jitlog-32bit Changeset: r85860:793961128c70 Date: 2016-07-25 17:49 +0200 http://bitbucket.org/pypy/pypy/changeset/793961128c70/ Log:include information in the log if a 32bit machine wrote the log diff --git

[pypy-commit] pypy default: that should do, only catched the issue in trace_abort, not write trace

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85859:cf8cdcde2343 Date: 2016-07-25 17:44 +0200 http://bitbucket.org/pypy/pypy/changeset/cf8cdcde2343/ Log:that should do, only catched the issue in trace_abort, not write trace diff --git

[pypy-commit] pypy jitlog-32bit: initialize trace_id with 0 instead of -1

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: jitlog-32bit Changeset: r85861:7087aa60a936 Date: 2016-07-25 17:59 +0200 http://bitbucket.org/pypy/pypy/changeset/7087aa60a936/ Log:initialize trace_id with 0 instead of -1 diff --git a/rpython/rlib/rjitlog/rjitlog.py

[pypy-commit] pypy new-jit-log: close branch

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85852:c327a2fa5f02 Date: 2016-07-25 11:10 +0200 http://bitbucket.org/pypy/pypy/changeset/c327a2fa5f02/ Log:close branch ___ pypy-commit mailing list

[pypy-commit] pypy default: put 32bit indication just after the version

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85865:1668dc360f19 Date: 2016-07-25 18:14 +0200 http://bitbucket.org/pypy/pypy/changeset/1668dc360f19/ Log:put 32bit indication just after the version diff --git a/rpython/rlib/rjitlog/rjitlog.py

[pypy-commit] pypy jitlog-32bit: do not subroutine call encode_le_32bit, but inline it directly into encode_str

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: jitlog-32bit Changeset: r85864:ecef6ae71893 Date: 2016-07-25 21:10 +0200 http://bitbucket.org/pypy/pypy/changeset/ecef6ae71893/ Log:do not subroutine call encode_le_32bit, but inline it directly into encode_str diff --git

[pypy-commit] pypy ppc-vsx-support: rpythonify detect_feature. it can now be done while running the vm,

2016-07-28 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85894:27e39abe0a99 Date: 2016-07-28 17:47 +0200 http://bitbucket.org/pypy/pypy/changeset/27e39abe0a99/ Log:rpythonify detect_feature. it can now be done while running the vm, catchup some changes to the

[pypy-commit] pypy new-jit-log: merged default, applied changes to zarch assembler

2016-07-24 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85837:46a75e79ab0d Date: 2016-07-24 12:22 +0200 http://bitbucket.org/pypy/pypy/changeset/46a75e79ab0d/ Log:merged default, applied changes to zarch assembler diff --git a/lib-python/2.7/test/test_hash.py

[pypy-commit] pypy new-jit-log: arm & ppc changes to assembler to emit rewritten loop

2016-07-24 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85843:d74d50b47077 Date: 2016-07-24 15:57 +0200 http://bitbucket.org/pypy/pypy/changeset/d74d50b47077/ Log:arm & ppc changes to assembler to emit rewritten loop diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy new-jit-log: add _jitlog module to pypyoptions

2016-07-24 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85845:6d59af4538b7 Date: 2016-07-24 16:59 +0200 http://bitbucket.org/pypy/pypy/changeset/6d59af4538b7/ Log:add _jitlog module to pypyoptions diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py ---

<    6   7   8   9   10   11   12   13   14   15   >