Author: Antonio Cuni
Branch:
Changeset: r45859:0a106042ba51
Date: 2011-07-22 09:50 +0200
http://bitbucket.org/pypy/pypy/changeset/0a106042ba51/
Log:bah, test&fix for a bug introduced by 065c98a10f0d (commit message:
"that way easy" :-))
diff --git a/pypy/tool/jitlogparser/parser.py
Author: Antonio Cuni
Branch:
Changeset: r45860:5f276f80b50d
Date: 2011-07-22 10:15 +0200
http://bitbucket.org/pypy/pypy/changeset/5f276f80b50d/
Log:this setfield_gc is now put after the others, not sure why
diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py
b/pypy/module/pypyjit/t
Author: Antonio Cuni
Branch:
Changeset: r45861:52ac2c66da7a
Date: 2011-07-22 10:19 +0200
http://bitbucket.org/pypy/pypy/changeset/52ac2c66da7a/
Log:skip these tests with -A
diff --git a/pypy/objspace/std/test/test_identitydict.py
b/pypy/objspace/std/test/test_identitydict.py
--- a/pypy/obj
Author: Antonio Cuni
Branch:
Changeset: r45862:aa59a8ff9a8a
Date: 2011-07-22 10:22 +0200
http://bitbucket.org/pypy/pypy/changeset/aa59a8ff9a8a/
Log:I got a value of 0.014 on tannit, use a more relaxed limit
diff --git a/pypy/module/select/test/test_epoll.py
b/pypy/module/select/test/test_e
Author: Maciej Fijalkowski
Branch:
Changeset: r45863:e843aa0db385
Date: 2011-07-22 10:54 +0200
http://bitbucket.org/pypy/pypy/changeset/e843aa0db385/
Log:we always require opt level
diff --git a/pypy/tool/release/win32build.py b/pypy/tool/release/win32build.py
--- a/pypy/tool/release/win32b
Author: Maciej Fijalkowski
Branch:
Changeset: r45864:275b0363057a
Date: 2011-07-22 10:55 +0200
http://bitbucket.org/pypy/pypy/changeset/275b0363057a/
Log:merge
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/micronumpy/in
Author: Maciej Fijalkowski
Branch:
Changeset: r45865:3512ed4d4408
Date: 2011-07-22 10:58 +0200
http://bitbucket.org/pypy/pypy/changeset/3512ed4d4408/
Log:(brutal_chaos) add instructions about large builds
diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst
--- a/pypy/doc/windows.rst
++
Author: Maciej Fijalkowski
Branch:
Changeset: r45866:db35aeee54c8
Date: 2011-07-22 11:34 +0200
http://bitbucket.org/pypy/pypy/changeset/db35aeee54c8/
Log:I think getargs() here was intentional
diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py
--- a/pypy/tool/j
Author: Maciej Fijalkowski
Branch:
Changeset: r154:f41ef1a56836
Date: 2011-07-22 11:36 +0200
http://bitbucket.org/pypy/jitviewer/changeset/f41ef1a56836/
Log:merge
diff --git a/_jitviewer/static/script.js b/_jitviewer/static/script.js
--- a/_jitviewer/static/script.js
+++ b/_jitviewer/static
Author: Maciej Fijalkowski
Branch:
Changeset: r155:41244cedfca0
Date: 2011-07-22 11:39 +0200
http://bitbucket.org/pypy/jitviewer/changeset/41244cedfca0/
Log:make call_assembler clickable
diff --git a/_jitviewer/parser.py b/_jitviewer/parser.py
--- a/_jitviewer/parser.py
+++ b/_jitviewer/par
Author: Maciej Fijalkowski
Branch:
Changeset: r156:fd367a7f871d
Date: 2011-07-22 11:48 +0200
http://bitbucket.org/pypy/jitviewer/changeset/fd367a7f871d/
Log:minor things - show selected loop
diff --git a/_jitviewer/static/script.js b/_jitviewer/static/script.js
--- a/_jitviewer/static/scrip
Author: Armin Rigo
Branch:
Changeset: r45867:6d9fbc591141
Date: 2011-07-21 17:08 +0200
http://bitbucket.org/pypy/pypy/changeset/6d9fbc591141/
Log:Update this piece of doc.
diff --git a/pypy/doc/config/translation.gc.txt
b/pypy/doc/config/translation.gc.txt
--- a/pypy/doc/config/translation
Author: Armin Rigo
Branch: custom-trace
Changeset: r45868:775391fe3185
Date: 2011-07-21 21:13 +0200
http://bitbucket.org/pypy/pypy/changeset/775391fe3185/
Log:Step 1 (not translated so far) to add custom tracers.
diff --git a/pypy/rpython/lltypesystem/lltype.py
b/pypy/rpython/lltypesystem/l
Author: Armin Rigo
Branch: custom-trace
Changeset: r45869:7467e121d4ac
Date: 2011-07-21 21:28 +0200
http://bitbucket.org/pypy/pypy/changeset/7467e121d4ac/
Log:test_transformed_gc for custom tracers.
diff --git a/pypy/rpython/memory/gctransform/framework.py
b/pypy/rpython/memory/gctransform/
Author: Armin Rigo
Branch: custom-trace
Changeset: r45870:8d3a4293d164
Date: 2011-07-21 21:35 +0200
http://bitbucket.org/pypy/pypy/changeset/8d3a4293d164/
Log:A test in test_newgc too.
diff --git a/pypy/translator/c/test/test_newgc.py
b/pypy/translator/c/test/test_newgc.py
--- a/pypy/transl
Author: Armin Rigo
Branch: custom-trace
Changeset: r45871:bba99b2fc522
Date: 2011-07-22 09:16 +0200
http://bitbucket.org/pypy/pypy/changeset/bba99b2fc522/
Log:typo
diff --git a/pypy/rpython/memory/gc/minimark.py
b/pypy/rpython/memory/gc/minimark.py
--- a/pypy/rpython/memory/gc/minimark.py
+
Author: Armin Rigo
Branch: custom-trace
Changeset: r45872:688b0606d3d8
Date: 2011-07-22 09:22 +0200
http://bitbucket.org/pypy/pypy/changeset/688b0606d3d8/
Log:Move the ShadowStackRootWalker in its own file. No other change.
diff --git a/pypy/rpython/memory/gctransform/framework.py
b/pypy/rp
Author: Armin Rigo
Branch:
Changeset: r45873:63a68e798693
Date: 2011-07-22 13:24 +0200
http://bitbucket.org/pypy/pypy/changeset/63a68e798693/
Log:merge heads
diff --git a/lib-python/modified-2.7/distutils/sysconfig_pypy.py
b/lib-python/modified-2.7/distutils/sysconfig_pypy.py
--- a/lib-pyt
Author: Armin Rigo
Branch:
Changeset: r45874:4c725eb2f10f
Date: 2011-07-22 13:26 +0200
http://bitbucket.org/pypy/pypy/changeset/4c725eb2f10f/
Log:Typo. Thanks anto :-)
diff --git a/pypy/doc/config/translation.gc.txt
b/pypy/doc/config/translation.gc.txt
--- a/pypy/doc/config/translation.gc.
Author: Armin Rigo
Branch: tealet
Changeset: r45876:d6075e673700
Date: 2011-07-15 09:38 +0200
http://bitbucket.org/pypy/pypy/changeset/d6075e673700/
Log:Support tealets on asmgcc too. It's actually easy, unless I'm
missing something.
diff --git a/pypy/config/translationoption.py b/py
Author: Armin Rigo
Branch: tealet
Changeset: r45879:9b46053cc47d
Date: 2011-07-22 13:41 +0200
http://bitbucket.org/pypy/pypy/changeset/9b46053cc47d/
Log:hg merge custom-trace
diff --git a/pypy/rpython/memory/gctransform/framework.py
b/pypy/rpython/memory/gctransform/framework.py
--- a/pypy/
Author: Antonio Cuni
Branch:
Changeset: r157:a6e6c83ade89
Date: 2011-07-22 12:12 +0200
http://bitbucket.org/pypy/jitviewer/changeset/a6e6c83ade89/
Log:make it clearer that these ops are guards; also, use == insteaf of
'is' for guard_value, because it's more correct in case of eg
Author: Antonio Cuni
Branch:
Changeset: r158:0d2e083b7862
Date: 2011-07-22 14:57 +0200
http://bitbucket.org/pypy/jitviewer/changeset/0d2e083b7862/
Log:use a nicer color (light gray) to highlight the selected loop
diff --git a/_jitviewer/static/style.css b/_jitviewer/static/style.css
--- a/_
Author: Armin Rigo
Branch:
Changeset: r45880:349b4b7df46e
Date: 2011-07-22 16:01 +0200
http://bitbucket.org/pypy/pypy/changeset/349b4b7df46e/
Log:Missing calls to close(). This really creates rare crashes, because
of an opened, non-flushed write file is left behind by a test, and a
Author: hager
Branch: ppc-jit-backend
Changeset: r45881:1a88619622ec
Date: 2011-07-19 11:54 +0200
http://bitbucket.org/pypy/pypy/changeset/1a88619622ec/
Log:Removed parameter change of --architecture flag in objdump call.
diff --git a/pypy/jit/backend/arm/tool/objdump.py
b/pypy/jit/backend/
Author: hager
Branch: ppc-jit-backend
Changeset: r45882:945ddbb14fe5
Date: 2011-07-19 17:13 +0200
http://bitbucket.org/pypy/pypy/changeset/945ddbb14fe5/
Log:Added test_runner.py and removed x86 stuff from runner.py .
diff --git a/pypy/jit/backend/ppc/ppcgen/test/test_runner.py
b/pypy/jit/ba
Author: hager
Branch: ppc-jit-backend
Changeset: r45883:0423752b019b
Date: 2011-07-22 16:47 +0200
http://bitbucket.org/pypy/pypy/changeset/0423752b019b/
Log:Execute floating point related test only if floating point ops are
supported.
diff --git a/pypy/jit/backend/test/runner_test.py
Author: hager
Branch: ppc-jit-backend
Changeset: r45884:762f25673182
Date: 2011-07-22 16:54 +0200
http://bitbucket.org/pypy/pypy/changeset/762f25673182/
Log:Renamed class MyPPCAssembler to PPCBuilder, added some methods for
code generation.
diff --git a/pypy/jit/backend/ppc/ppcgen/pp
Author: hager
Branch: ppc-jit-backend
Changeset: r45885:a6907c4a6995
Date: 2011-07-22 16:55 +0200
http://bitbucket.org/pypy/pypy/changeset/a6907c4a6995/
Log:Skip floating point tests for now.
diff --git a/pypy/jit/backend/ppc/ppcgen/test/test_runner.py
b/pypy/jit/backend/ppc/ppcgen/test/tes
Author: hager
Branch: ppc-jit-backend
Changeset: r45886:e24c11f9222b
Date: 2011-07-22 16:57 +0200
http://bitbucket.org/pypy/pypy/changeset/e24c11f9222b/
Log:Started implementing the PPC_64_CPU class.
diff --git a/pypy/jit/backend/ppc/runner.py b/pypy/jit/backend/ppc/runner.py
--- a/pypy/jit/
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r45887:554404f0776e
Date: 2011-07-22 22:15 +0200
http://bitbucket.org/pypy/pypy/changeset/554404f0776e/
Log:Wrap text. No other change.
diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst
--- a/pypy/doc/windows.rst
+++ b/pypy/doc/windows.
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r45888:3540a8fca517
Date: 2011-07-22 22:29 +0200
http://bitbucket.org/pypy/pypy/changeset/3540a8fca517/
Log:Expand /3GB stuff a bit
diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst
--- a/pypy/doc/windows.rst
+++ b/pypy/doc/windows.rst
Author: Daniel Roberts
Branch: ootype-rerased
Changeset: r45889:96a48cd97218
Date: 2011-07-22 14:29 -0700
http://bitbucket.org/pypy/pypy/changeset/96a48cd97218/
Log:Implementation of oo{,un}box_int for CLI.
diff --git a/pypy/translator/cli/metavm.py b/pypy/translator/cli/metavm.py
--- a/pypy
Author: Justin Peel
Branch:
Changeset: r45890:0055fef080ed
Date: 2011-07-22 18:10 -0600
http://bitbucket.org/pypy/pypy/changeset/0055fef080ed/
Log:numpy: added copy and made set slice work when setting to part of
the same array
diff --git a/pypy/module/micronumpy/interp_numarray.py
Author: Daniel Roberts
Branch: ootype-rerased
Changeset: r45891:655cd69271e7
Date: 2011-07-22 17:47 -0700
http://bitbucket.org/pypy/pypy/changeset/655cd69271e7/
Log:Ignore jit_force_quasi_immutable on CLI
diff --git a/pypy/translator/cli/opcodes.py b/pypy/translator/cli/opcodes.py
--- a/pypy
Author: Daniel Roberts
Branch: ootype-rerased
Changeset: r45892:90c81e2af0f1
Date: 2011-07-22 18:38 -0700
http://bitbucket.org/pypy/pypy/changeset/90c81e2af0f1/
Log:Test for oo{,un}box_int llinterp implementation.
diff --git a/pypy/rpython/test/test_rint.py b/pypy/rpython/test/test_rint.py
-
36 matches
Mail list logo