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
Author: Armin Rigo
Branch: ppc-jit-backend
Changeset: r49294:066646be3787
Date: 2011-11-10 18:14 +0100
http://bitbucket.org/pypy/pypy/changeset/066646be3787/
Log:Tentatively rewrite push_arg_as_ffiptr().
diff --git a/pypy/rlib/clibffi.py b/pypy/rlib/clibffi.py
--- a/pypy/rlib/clibffi.py
+++
Author: hager
Branch: ppc-jit-backend
Changeset: r49295:4b4ba001ebbb
Date: 2011-11-11 11:04 +0100
http://bitbucket.org/pypy/pypy/changeset/4b4ba001ebbb/
Log:Remove GPR 1 from those registers which are preserved across
function calls
diff --git a/pypy/jit/backend/ppc/ppcgen/register.p
Author: hager
Branch: ppc-jit-backend
Changeset: r49296:ebd183097a54
Date: 2011-11-11 11:39 +0100
http://bitbucket.org/pypy/pypy/changeset/ebd183097a54/
Log:changed BACKCHAIN_SIZE to 3 * WORD
diff --git a/pypy/jit/backend/ppc/ppcgen/arch.py
b/pypy/jit/backend/ppc/ppcgen/arch.py
--- a/pypy/j
Author: Maciej Fijalkowski
Branch: numpy-multidim-shards
Changeset: r49297:083d184dc8ab
Date: 2011-11-11 12:10 +0100
http://bitbucket.org/pypy/pypy/changeset/083d184dc8ab/
Log:A branch to use shards instead of just raw indexes that have to be
computed using expensive division
diff --
Author: Armin Rigo
Branch:
Changeset: r49298:7fc3038601d8
Date: 2011-11-11 12:46 +0100
http://bitbucket.org/pypy/pypy/changeset/7fc3038601d8/
Log:Kill test now that ovfcheck_lshift() is gone.
diff --git a/pypy/translator/test/test_simplify.py
b/pypy/translator/test/test_simplify.py
--- a/p
Author: Armin Rigo
Branch:
Changeset: r49299:f87b5df4955d
Date: 2011-11-11 13:11 +0100
http://bitbucket.org/pypy/pypy/changeset/f87b5df4955d/
Log:Uh. Fix this function. No clue how it could have worked: it
returned "unsigned=False" for all non-Number types, like Char.
diff --git a/p
Author: hager
Branch: ppc-jit-backend
Changeset: r49300:0cc8549b1466
Date: 2011-11-11 13:16 +0100
http://bitbucket.org/pypy/pypy/changeset/0cc8549b1466/
Log:Different backchain sizes depending on the architecture
diff --git a/pypy/jit/backend/ppc/ppcgen/arch.py
b/pypy/jit/backend/ppc/ppcgen
Author: hager
Branch: ppc-jit-backend
Changeset: r49302:ca6424b81d89
Date: 2011-11-11 13:26 +0100
http://bitbucket.org/pypy/pypy/changeset/ca6424b81d89/
Log:Use a more clear way to compute offsets
diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
b/pypy/jit/backend/ppc/ppcgen/ppc_as
Author: hager
Branch: ppc-jit-backend
Changeset: r49301:14e77d72c41c
Date: 2011-11-11 13:20 +0100
http://bitbucket.org/pypy/pypy/changeset/14e77d72c41c/
Log:Added some comments in ppcgen/ppc_assembler.py
diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
b/pypy/jit/backend/ppc/ppcgen
Author: Armin Rigo
Branch:
Changeset: r49303:88acc7aafd1e
Date: 2011-11-11 13:52 +0100
http://bitbucket.org/pypy/pypy/changeset/88acc7aafd1e/
Log:Fix.
diff --git a/pypy/rpython/lltypesystem/rffi.py
b/pypy/rpython/lltypesystem/rffi.py
--- a/pypy/rpython/lltypesystem/rffi.py
+++ b/pypy/rpyth
Author: Armin Rigo
Branch:
Changeset: r49304:6f2534aea5ca
Date: 2011-11-11 13:59 +0100
http://bitbucket.org/pypy/pypy/changeset/6f2534aea5ca/
Log:Obscure: mark some builtin modules (but not others) as taking
precedence in an "import xyz" statement if there is a file "xyz.py".
Author: David Schneider
Branch:
Changeset: r597:e9fb7f98db74
Date: 2011-11-11 14:03 +0100
http://bitbucket.org/pypy/buildbot/changeset/e9fb7f98db74/
Log:Add PPC32
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot
Author: hager
Branch: ppc-jit-backend
Changeset: r49305:e1cc85b1017d
Date: 2011-11-11 05:26 -0800
http://bitbucket.org/pypy/pypy/changeset/e1cc85b1017d/
Log:(bivab, hager): Make first tests on PPC64 pass
diff --git a/pypy/jit/backend/ppc/ppcgen/helper/assembler.py
b/pypy/jit/backend/ppc/ppc
Author: Armin Rigo
Branch:
Changeset: r49306:ed83fd7b7ec1
Date: 2011-11-11 14:33 +0100
http://bitbucket.org/pypy/pypy/changeset/ed83fd7b7ec1/
Log:Bah. Not really motivated to write a test for this obscure case :-(
diff --git a/pypy/module/_rawffi/structure.py b/pypy/module/_rawffi/structure
Author: Armin Rigo
Branch:
Changeset: r49307:86c777384663
Date: 2011-11-11 14:42 +0100
http://bitbucket.org/pypy/pypy/changeset/86c777384663/
Log:Backout 6f2534aea5ca. It's more of a mess, because e.g. we have
lib_pypy/struct.py, but we still want the builtin module if we have
Author: hager
Branch: ppc-jit-backend
Changeset: r49308:622487af296f
Date: 2011-11-11 05:56 -0800
http://bitbucket.org/pypy/pypy/changeset/622487af296f/
Log:(bivab, hager): Fixed bug in decode64
diff --git a/pypy/jit/backend/ppc/ppcgen/helper/assembler.py
b/pypy/jit/backend/ppc/ppcgen/helpe
Author: hager
Branch: ppc-jit-backend
Changeset: r49309:ce80006b9449
Date: 2011-11-11 06:41 -0800
http://bitbucket.org/pypy/pypy/changeset/ce80006b9449/
Log:(bivab, hager): Code refactorings and debugging in int operations
diff --git a/pypy/jit/backend/ppc/ppcgen/codebuilder.py
b/pypy/jit/b
Author: edelsohn
Branch: ppc-jit-backend
Changeset: r49310:4cf958dae77e
Date: 2011-11-11 09:57 -0500
http://bitbucket.org/pypy/pypy/changeset/4cf958dae77e/
Log:Adjust frame layout and store TOC pointer.
diff --git a/pypy/jit/backend/ppc/ppcgen/arch.py
b/pypy/jit/backend/ppc/ppcgen/arch.py
--
Author: hager
Branch: ppc-jit-backend
Changeset: r49311:cd410e74e9f5
Date: 2011-11-11 07:11 -0800
http://bitbucket.org/pypy/pypy/changeset/cd410e74e9f5/
Log:(bivab, edelsohn, hager): change size of allocated stack space at
function calls
diff --git a/pypy/jit/backend/ppc/ppcgen/opass
Author: David Schneider
Branch:
Changeset: r598:1bfea475131e
Date: 2011-11-11 16:22 +0100
http://bitbucket.org/pypy/buildbot/changeset/1bfea475131e/
Log:Add some documentation on how to run a buildslave
diff --git a/README b/README
--- a/README
+++ b/README
@@ -36,11 +36,22 @@
Author: edelsohn
Branch: ppc-jit-backend
Changeset: r49312:c702afe5ff67
Date: 2011-11-11 10:27 -0500
http://bitbucket.org/pypy/pypy/changeset/c702afe5ff67/
Log:Adjust emit_call for PPC64 ABI.
diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py
b/pypy/jit/backend/ppc/ppcgen/opassembler.py
Author: Antonio Cuni
Branch: ffistruct
Changeset: r49313:1e475fc1fe0e
Date: 2011-11-10 18:39 +0100
http://bitbucket.org/pypy/pypy/changeset/1e475fc1fe0e/
Log:introduce the dispatcher, whose goal is to convert applevel objtects
into low-level values based on the given ffitype. Move the
Author: Antonio Cuni
Branch: ffistruct
Changeset: r49314:b927c30cd40e
Date: 2011-11-10 18:42 +0100
http://bitbucket.org/pypy/pypy/changeset/b927c30cd40e/
Log:kill unwrap_truncated_int, and use the nice space.truncatedint_w
method
diff --git a/pypy/module/_ffi/dispatcher.py b/pypy/mod
Author: Antonio Cuni
Branch: ffistruct
Changeset: r49316:b088b5e09108
Date: 2011-11-10 22:03 +0100
http://bitbucket.org/pypy/pypy/changeset/b088b5e09108/
Log:add docstrings for WrapDispatcher methods; raise a proper applevel
exception instead of assert False
diff --git a/pypy/module/
Author: Antonio Cuni
Branch: ffistruct
Changeset: r49315:fec3defe7d52
Date: 2011-11-10 19:41 +0100
http://bitbucket.org/pypy/pypy/changeset/fec3defe7d52/
Log:move the logic to wrap the result of a call in WrapDispatcher. Will
write the proper docstrings later, now I have to shutdown t
Author: Antonio Cuni
Branch: ffistruct
Changeset: r49317:4c293ed22500
Date: 2011-11-10 22:14 +0100
http://bitbucket.org/pypy/pypy/changeset/4c293ed22500/
Log:rename dispatchers into the more descriptive
{FromAppLevel,ToAppLevel}Converter, and add docstrings
diff --git a/pypy/module/_
Author: Antonio Cuni
Branch: ffistruct
Changeset: r49318:69141176aa24
Date: 2011-11-10 22:27 +0100
http://bitbucket.org/pypy/pypy/changeset/69141176aa24/
Log:infrastructure to test type_converter.py
diff --git a/pypy/module/_ffi/test/test_type_converter.py
b/pypy/module/_ffi/test/test_type_
Author: Antonio Cuni
Branch: ffistruct
Changeset: r49319:470f4d531072
Date: 2011-11-10 22:37 +0100
http://bitbucket.org/pypy/pypy/changeset/470f4d531072/
Log:more tests for type_converter
diff --git a/pypy/module/_ffi/test/test_type_converter.py
b/pypy/module/_ffi/test/test_type_converter.p
Author: edelsohn
Branch: ppc-jit-backend
Changeset: r49320:a876a6857b55
Date: 2011-11-11 10:36 -0500
http://bitbucket.org/pypy/pypy/changeset/a876a6857b55/
Log:Add PPC64 ovf operations
diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py
b/pypy/jit/backend/ppc/ppcgen/opassembler.py
--- a/
Author: Alex Gaynor
Branch: numpy-dtype-refactor
Changeset: r49321:6c74c22f9687
Date: 2011-11-10 14:24 -0500
http://bitbucket.org/pypy/pypy/changeset/6c74c22f9687/
Log:more updates
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a/pypy/module
Author: Alex Gaynor
Branch: numpy-dtype-refactor
Changeset: r49322:603ee5d09325
Date: 2011-11-10 14:33 -0500
http://bitbucket.org/pypy/pypy/changeset/603ee5d09325/
Log:many more tests passing
diff --git a/pypy/module/micronumpy/interp_boxes.py
b/pypy/module/micronumpy/interp_boxes.py
--- a/
Author: Alex Gaynor
Branch: numpy-dtype-refactor
Changeset: r49324:256fe9f5b6bb
Date: 2011-11-11 11:01 -0500
http://bitbucket.org/pypy/pypy/changeset/256fe9f5b6bb/
Log:put a ton of ufuncs back, more methods on numpy.generic objs, a few
more fixes
diff --git a/pypy/module/micronumpy/i
Author: Alex Gaynor
Branch: numpy-dtype-refactor
Changeset: r49323:156f37cb96f3
Date: 2011-11-10 14:45 -0500
http://bitbucket.org/pypy/pypy/changeset/156f37cb96f3/
Log:start re-adding many ops
diff --git a/pypy/module/micronumpy/interp_boxes.py
b/pypy/module/micronumpy/interp_boxes.py
--- a
Author: Alex Gaynor
Branch:
Changeset: r49325:a780603cc0b5
Date: 2011-11-11 11:22 -0500
http://bitbucket.org/pypy/pypy/changeset/a780603cc0b5/
Log:Fix for rffi.cast(lltype.SingleFloat, ), if the
input type is the same as the restype, just retunr the obj.
diff --git a/pypy/rpython/ll
Author: Alex Gaynor
Branch:
Changeset: r49327:909a9ae3ef61
Date: 2011-11-11 11:25 -0500
http://bitbucket.org/pypy/pypy/changeset/909a9ae3ef61/
Log:merged upstream
diff --git a/pypy/module/_rawffi/structure.py b/pypy/module/_rawffi/structure.py
--- a/pypy/module/_rawffi/structure.py
+++ b/py
Author: Alex Gaynor
Branch:
Changeset: r49326:fd3e370164e6
Date: 2011-11-11 11:24 -0500
http://bitbucket.org/pypy/pypy/changeset/fd3e370164e6/
Log:reorganize the conditions as armin suggested
diff --git a/pypy/rpython/lltypesystem/ll2ctypes.py
b/pypy/rpython/lltypesystem/ll2ctypes.py
--- a
Author: Alex Gaynor
Branch: numpy-dtype-refactor
Changeset: r49328:2544cc59dc76
Date: 2011-11-11 11:26 -0500
http://bitbucket.org/pypy/pypy/changeset/2544cc59dc76/
Log:merged default in
diff --git a/lib-python/modified-2.7/test/test_import.py
b/lib-python/modified-2.7/test/test_import.py
--
Author: Alex Gaynor
Branch:
Changeset: r49329:5ca4800e4a5d
Date: 2011-11-11 11:40 -0500
http://bitbucket.org/pypy/pypy/changeset/5ca4800e4a5d/
Log:Fix for rffi.cast(lltype.Float, r_singlefloat(2))
diff --git a/pypy/rpython/lltypesystem/ll2ctypes.py
b/pypy/rpython/lltypesystem/ll2ctypes.py
Author: Armin Rigo
Branch:
Changeset: r49330:bfd6b3f93365
Date: 2011-11-11 17:45 +0100
http://bitbucket.org/pypy/pypy/changeset/bfd6b3f93365/
Log:fix.
diff --git a/pypy/rpython/lltypesystem/test/test_rffi.py
b/pypy/rpython/lltypesystem/test/test_rffi.py
--- a/pypy/rpython/lltypesystem/test
Author: Armin Rigo
Branch:
Changeset: r49331:bef362009dda
Date: 2011-11-11 17:45 +0100
http://bitbucket.org/pypy/pypy/changeset/bef362009dda/
Log:merge heads
diff --git a/pypy/rpython/lltypesystem/ll2ctypes.py
b/pypy/rpython/lltypesystem/ll2ctypes.py
--- a/pypy/rpython/lltypesystem/ll2ctyp
Author: Alex Gaynor
Branch: numpy-dtype-refactor
Changeset: r49332:d5a2cb285c1d
Date: 2011-11-11 11:41 -0500
http://bitbucket.org/pypy/pypy/changeset/d5a2cb285c1d/
Log:merged default in
diff --git a/pypy/rpython/lltypesystem/ll2ctypes.py
b/pypy/rpython/lltypesystem/ll2ctypes.py
--- a/pypy/r
Author: Alex Gaynor
Branch: numpy-dtype-refactor
Changeset: r49333:ce6baab20b88
Date: 2011-11-11 11:49 -0500
http://bitbucket.org/pypy/pypy/changeset/ce6baab20b88/
Log:all tests pass! now it just needs to be made RPyhon
diff --git a/pypy/module/micronumpy/interp_boxes.py
b/pypy/module/micro
Author: Armin Rigo
Branch: win64-stage1
Changeset: r49334:263bc62972cd
Date: 2011-11-11 18:20 +0100
http://bitbucket.org/pypy/pypy/changeset/263bc62972cd/
Log:Check in a test that fails (and works on "default")
diff --git a/pypy/objspace/std/test/test_longobject.py
b/pypy/objspace/std/test/
Author: Armin Rigo
Branch:
Changeset: r49335:165f327efffa
Date: 2011-11-11 17:59 +
http://bitbucket.org/pypy/pypy/changeset/165f327efffa/
Log:Fix for test_sin_cos.
diff --git a/pypy/module/pypyjit/test_pypy_c/model.py
b/pypy/module/pypyjit/test_pypy_c/model.py
--- a/pypy/module/pypyjit
Author: Armin Rigo
Branch:
Changeset: r49336:c6c97bf46846
Date: 2011-11-11 18:08 +
http://bitbucket.org/pypy/pypy/changeset/c6c97bf46846/
Log:Skip the fmod test for now.
diff --git a/pypy/module/pypyjit/test_pypy_c/test_math.py
b/pypy/module/pypyjit/test_pypy_c/test_math.py
--- a/pypy/
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49337:c8e869f3da71
Date: 2011-11-11 19:34 +0100
http://bitbucket.org/pypy/pypy/changeset/c8e869f3da71/
Log:removed a check in r_bigint that creates more problems now than it
solves
diff --git a/pypy/rlib/rbigint.py b/pypy/rlib
Author: Alex Gaynor
Branch: numpy-dtype-refactor
Changeset: r49338:8c2614b0fc36
Date: 2011-11-11 14:04 -0500
http://bitbucket.org/pypy/pypy/changeset/8c2614b0fc36/
Log:first few translation fixes
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micronumpy/compile.py
--- a/pypy/m
Author: Alex Gaynor
Branch: numpy-dtype-refactor
Changeset: r49339:b42b84e29282
Date: 2011-11-11 14:13 -0500
http://bitbucket.org/pypy/pypy/changeset/b42b84e29282/
Log:more progress towards translating
diff --git a/pypy/module/micronumpy/interp_ufuncs.py
b/pypy/module/micronumpy/interp_ufun
Author: Alex Gaynor
Branch: numpy-dtype-refactor
Changeset: r49340:fb125d8a0233
Date: 2011-11-11 14:22 -0500
http://bitbucket.org/pypy/pypy/changeset/fb125d8a0233/
Log:more translation fixes
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micronumpy/compile.py
--- a/pypy/module
Author: edelsohn
Branch: ppc-jit-backend
Changeset: r49341:da65114e1734
Date: 2011-11-11 14:56 -0500
http://bitbucket.org/pypy/pypy/changeset/da65114e1734/
Log:Align PPC64 stack
diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py
b/pypy/jit/backend/ppc/ppcgen/opassembler.py
--- a/pypy/ji
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r49342:e6473fd2fde5
Date: 2011-11-06 22:39 +0100
http://bitbucket.org/pypy/pypy/changeset/e6473fd2fde5/
Log:imp.find_module() now returns the file object for extension modules.
diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/import
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r49343:d85b35219396
Date: 2011-11-11 21:02 +0100
http://bitbucket.org/pypy/pypy/changeset/d85b35219396/
Log:Better presentation of the docstring
diff --git a/pypy/objspace/std/bytearraytype.py
b/pypy/objspace/std/bytearraytype.py
--- a/pypy/o
Author: Alex Gaynor
Branch: numpy-dtype-refactor
Changeset: r49345:a86f783b009d
Date: 2011-11-11 15:18 -0500
http://bitbucket.org/pypy/pypy/changeset/a86f783b009d/
Log:major progress towards translating
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micronumpy/compile.py
--- a
Author: Alex Gaynor
Branch: numpy-dtype-refactor
Changeset: r49346:892cab276a98
Date: 2011-11-11 15:37 -0500
http://bitbucket.org/pypy/pypy/changeset/892cab276a98/
Log:comment these out, they're in the wrong place in the MRO with the
mixins
diff --git a/pypy/module/micronumpy/interp_
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r49347:7ea6a7e448e0
Date: 2011-11-11 21:48 +0100
http://bitbucket.org/pypy/pypy/changeset/7ea6a7e448e0/
Log:Fix _random.get_randbits()
diff --git a/pypy/module/_random/interp_random.py
b/pypy/module/_random/interp_random.py
--- a/pypy/mod
Author: Alex Gaynor
Branch: numpy-dtype-refactor
Changeset: r49349:51ea0f525951
Date: 2011-11-11 17:47 -0500
http://bitbucket.org/pypy/pypy/changeset/51ea0f525951/
Log:fix
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micronumpy/compile.py
--- a/pypy/module/micronumpy/compile
Author: Alex Gaynor
Branch: numpy-dtype-refactor
Changeset: r49351:bb6c5b0c09a7
Date: 2011-11-11 19:03 -0500
http://bitbucket.org/pypy/pypy/changeset/bb6c5b0c09a7/
Log:don't try to do arithmatic on small types
diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py
---
Author: Alex Gaynor
Branch: numpy-dtype-refactor
Changeset: r49350:72d246a1c7a8
Date: 2011-11-11 18:20 -0500
http://bitbucket.org/pypy/pypy/changeset/72d246a1c7a8/
Log:fix-ish, need to talk to fijal about why these mehods have different
signatures than expected
diff --git a/pypy/modu
Author: Alex Gaynor
Branch: numpy-dtype-refactor
Changeset: r49352:d190df7f6bfb
Date: 2011-11-11 19:07 -0500
http://bitbucket.org/pypy/pypy/changeset/d190df7f6bfb/
Log:stuff seems to translate!
diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py
--- a/pypy/module/m
60 matches
Mail list logo