Author: Maciej Fijalkowski
Branch:
Changeset: r46178:9a373a3bf245
Date: 2011-08-02 09:33 +0200
http://bitbucket.org/pypy/pypy/changeset/9a373a3bf245/
Log:fix the test
diff --git a/pypy/jit/backend/x86/test/test_runner.py
b/pypy/jit/backend/x86/test/test_runner.py
--- a/pypy/jit/backend/x86
Author: Maciej Fijalkowski
Branch:
Changeset: r46180:b2f09d34ae71
Date: 2011-08-02 10:57 +0200
http://bitbucket.org/pypy/pypy/changeset/b2f09d34ae71/
Log:Don't repr the whole world and don't force tracebacks here
diff --git a/pypy/objspace/flow/operation.py b/pypy/objspace/flow/operation.py
Author: Maciej Fijalkowski
Branch:
Changeset: r46181:9faff75c844e
Date: 2011-08-02 10:58 +0200
http://bitbucket.org/pypy/pypy/changeset/9faff75c844e/
Log:use just a name of the type
diff --git a/pypy/rpython/lltypesystem/lltype.py
b/pypy/rpython/lltypesystem/lltype.py
--- a/pypy/rpython/ll
Author: Armin Rigo
Branch:
Changeset: r545:942c6f1bf5d2
Date: 2011-08-02 11:08 +0200
http://bitbucket.org/pypy/buildbot/changeset/942c6f1bf5d2/
Log:Fix the naming, in particular, don't give the same name "nojit" for
"-Ojit --no-jit" translations.
diff --git a/bot2/pypybuildbot/build
Author: Armin Rigo
Branch:
Changeset: r546:2b63cd10ac3b
Date: 2011-08-02 11:19 +0200
http://bitbucket.org/pypy/buildbot/changeset/2b63cd10ac3b/
Log:Fix the hgignore to ignore all build dirs
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -14,18 +14,13 @@
httpd.log*
Author: Armin Rigo
Branch:
Changeset: r46182:f75864d925d1
Date: 2011-08-01 20:33 +0200
http://bitbucket.org/pypy/pypy/changeset/f75864d925d1/
Log:Detect and raise MemoryError upon mallocs of negative length. These
likely come from overflows in the logic that computed the length in
Author: Armin Rigo
Branch:
Changeset: r46183:3a75ed74d6d8
Date: 2011-08-01 20:41 +0200
http://bitbucket.org/pypy/pypy/changeset/3a75ed74d6d8/
Log:Add a few extra careful ovfcheck() in the code that computes new
longer strings.
diff --git a/pypy/rpython/lltypesystem/rstr.py
b/pypy/r
Author: Armin Rigo
Branch:
Changeset: r46184:09eb9345b7c2
Date: 2011-08-01 21:40 +0200
http://bitbucket.org/pypy/pypy/changeset/09eb9345b7c2/
Log:With the new logic, we can remove this ovfcheck().
diff --git a/pypy/rpython/lltypesystem/rlist.py
b/pypy/rpython/lltypesystem/rlist.py
--- a/py
Author: Armin Rigo
Branch:
Changeset: r46185:6df7a687dcae
Date: 2011-08-01 21:41 +0200
http://bitbucket.org/pypy/pypy/changeset/6df7a687dcae/
Log:Simplify a bit, computing a "toobig" value in a way that is clearly
constant-foldable, followed by a r_uint comparison.
diff --git a/pypy
Author: Armin Rigo
Branch:
Changeset: r46186:e231c607de6c
Date: 2011-08-02 11:25 +0200
http://bitbucket.org/pypy/pypy/changeset/e231c607de6c/
Log:Fix test.
diff --git a/pypy/jit/backend/x86/test/test_runner.py
b/pypy/jit/backend/x86/test/test_runner.py
--- a/pypy/jit/backend/x86/test/test_
Author: Armin Rigo
Branch:
Changeset: r46187:a161365b51ee
Date: 2011-08-02 11:25 +0200
http://bitbucket.org/pypy/pypy/changeset/a161365b51ee/
Log:merge heads
diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py
--- a/pypy/interpreter/gateway.py
+++ b/pypy/interpreter/gatew
Author: hager
Branch: ppc-jit-backend
Changeset: r46188:f9ccdd06cb00
Date: 2011-08-02 11:48 +0200
http://bitbucket.org/pypy/pypy/changeset/f9ccdd06cb00/
Log:Handle holes in failargs of a guard
diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
b/pypy/jit/backend/ppc/ppcgen/ppc_assemb
Author: hager
Branch: ppc-jit-backend
Changeset: r46189:fbb215ad0600
Date: 2011-08-02 11:51 +0200
http://bitbucket.org/pypy/pypy/changeset/fbb215ad0600/
Log:merge
diff --git a/pypy/jit/backend/ppc/ppcgen/test/test_runner.py
b/pypy/jit/backend/ppc/ppcgen/test/test_runner.py
--- a/pypy/jit/ba
Author: Carl Friedrich Bolz
Branch: unroll-if-alt
Changeset: r46190:4fd7b839acd2
Date: 2011-08-02 12:40 +0200
http://bitbucket.org/pypy/pypy/changeset/4fd7b839acd2/
Log:only unroll the adding of an attribute when the map and the
attribute names are constant.
diff --git a/pypy/objspac
Author: Hakan Ardo
Branch: jit-short_from_state
Changeset: r46191:4a4517d786c7
Date: 2011-07-29 18:04 +0200
http://bitbucket.org/pypy/pypy/changeset/4a4517d786c7/
Log:log short preamble of retraced loops
diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py
--- a/pypy/
Author: Hakan Ardo
Branch: jit-short_from_state
Changeset: r46192:c19dc0e34e84
Date: 2011-07-30 18:04 +0200
http://bitbucket.org/pypy/pypy/changeset/c19dc0e34e84/
Log:in progress
diff --git a/pypy/jit/metainterp/test/test_virtualstate.py
b/pypy/jit/metainterp/test/test_virtualstate.py
--- a
Author: Hakan Ardo
Branch: jit-short_from_state
Changeset: r46194:cd0beddbc920
Date: 2011-08-02 12:26 +0200
http://bitbucket.org/pypy/pypy/changeset/cd0beddbc920/
Log:test framwork for testing bridges
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_util.py
b/pypy/jit/metainterp/optim
Author: Hakan Ardo
Branch: jit-short_from_state
Changeset: r46195:b7f9b8566657
Date: 2011-08-02 13:03 +0200
http://bitbucket.org/pypy/pypy/changeset/b7f9b8566657/
Log:support multiple specialized versions of the loop
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_util.py
b/pypy/jit/
Author: Maciej Fijalkowski
Branch:
Changeset: r46196:c4cbf3000925
Date: 2011-08-02 14:28 +0200
http://bitbucket.org/pypy/pypy/changeset/c4cbf3000925/
Log:Kill logging. Anto says it's irrelevant
diff --git a/pypy/jit/metainterp/optimizeopt/fficall.py
b/pypy/jit/metainterp/optimizeopt/ffical
Author: Maciej Fijalkowski
Branch:
Changeset: r46197:8c16ab643285
Date: 2011-08-02 14:29 +0200
http://bitbucket.org/pypy/pypy/changeset/8c16ab643285/
Log:kill unnecessary imports as well
diff --git a/pypy/jit/metainterp/optimizeopt/fficall.py
b/pypy/jit/metainterp/optimizeopt/fficall.py
--
Author: Maciej Fijalkowski
Branch:
Changeset: r46198:d24ebc2e9708
Date: 2011-08-02 14:30 +0200
http://bitbucket.org/pypy/pypy/changeset/d24ebc2e9708/
Log:merge
diff --git a/pypy/rpython/lltypesystem/rlist.py
b/pypy/rpython/lltypesystem/rlist.py
--- a/pypy/rpython/lltypesystem/rlist.py
+++
Author: hager
Branch: ppc-jit-backend
Changeset: r46199:504ecb55d39e
Date: 2011-08-02 14:32 +0200
http://bitbucket.org/pypy/pypy/changeset/504ecb55d39e/
Log:Remove references to boxes
diff --git a/pypy/jit/backend/ppc/runner.py b/pypy/jit/backend/ppc/runner.py
--- a/pypy/jit/backend/ppc/runn
Author: Maciej Fijalkowski
Branch:
Changeset: r46200:bcb168ad82d5
Date: 2011-08-02 14:43 +0200
http://bitbucket.org/pypy/pypy/changeset/bcb168ad82d5/
Log:a simple command to just print the summary
diff --git a/pypy/tool/logparser.py b/pypy/tool/logparser.py
--- a/pypy/tool/logparser.py
+++
Author: Maciej Fijalkowski
Branch:
Changeset: r46201:c979c6ab3437
Date: 2011-08-02 14:56 +0200
http://bitbucket.org/pypy/pypy/changeset/c979c6ab3437/
Log:improve the summary
diff --git a/pypy/tool/logparser.py b/pypy/tool/logparser.py
--- a/pypy/tool/logparser.py
+++ b/pypy/tool/logparser.p
Author: Maciej Fijalkowski
Branch: release-1.6.x
Changeset: r46203:e826b9070a3c
Date: 2011-08-02 19:21 +0200
http://bitbucket.org/pypy/pypy/changeset/e826b9070a3c/
Log:change version to final
diff --git a/pypy/module/sys/version.py b/pypy/module/sys/version.py
--- a/pypy/module/sys/version.p
Author: Maciej Fijalkowski
Branch:
Changeset: r46202:51f6367f52fa
Date: 2011-08-02 19:19 +0200
http://bitbucket.org/pypy/pypy/changeset/51f6367f52fa/
Log:start writing a release announcement
diff --git a/pypy/doc/release-1.6.0.rst b/pypy/doc/release-1.6.0.rst
new file mode 100644
--- /dev/n
Author: Maciej Fijalkowski
Branch:
Changeset: r46204:d69893f6233b
Date: 2011-08-02 19:24 +0200
http://bitbucket.org/pypy/pypy/changeset/d69893f6233b/
Log:update doc
diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst
--- a/pypy/doc/how-to-release.rst
+++ b/pypy/doc/how-to
Author: Maciej Fijalkowski
Branch:
Changeset: r46205:6f0887bd326a
Date: 2011-08-02 19:28 +0200
http://bitbucket.org/pypy/pypy/changeset/6f0887bd326a/
Log:kill, outdated
diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst
--- a/pypy/doc/how-to-release.rst
+++ b/pypy/doc/ho
Author: Maciej Fijalkowski
Branch:
Changeset: r46206:5a2d7abb8f27
Date: 2011-08-02 19:47 +0200
http://bitbucket.org/pypy/pypy/changeset/5a2d7abb8f27/
Log:update contributor.txt and LICENSE
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -37,22 +37,22 @@
Armin Rigo
Ma
Author: Maciej Fijalkowski
Branch: release-1.6.x
Changeset: r46207:12538f84f4f5
Date: 2011-08-02 19:47 +0200
http://bitbucket.org/pypy/pypy/changeset/12538f84f4f5/
Log:merge default
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -37,22 +37,22 @@
Armin Rigo
Maciej Fij
Author: Armin Rigo
Branch:
Changeset: r46208:dbcc66ffc751
Date: 2011-08-02 15:33 +0200
http://bitbucket.org/pypy/pypy/changeset/dbcc66ffc751/
Log:Minor simplification.
diff --git a/pypy/jit/backend/model.py b/pypy/jit/backend/model.py
--- a/pypy/jit/backend/model.py
+++ b/pypy/jit/backend/m
Author: Armin Rigo
Branch:
Changeset: r46209:2d0a01e97aab
Date: 2011-08-02 15:42 +0200
http://bitbucket.org/pypy/pypy/changeset/2d0a01e97aab/
Log:A failing test (segfault on top of Boehm).
diff --git a/pypy/jit/backend/test/runner_test.py
b/pypy/jit/backend/test/runner_test.py
--- a/pypy/j
Author: Armin Rigo
Branch:
Changeset: r46210:41e6e33beccd
Date: 2011-08-02 16:16 +0200
http://bitbucket.org/pypy/pypy/changeset/41e6e33beccd/
Log:Pass the test, first version (x86-32 only).
diff --git a/pypy/jit/backend/test/runner_test.py
b/pypy/jit/backend/test/runner_test.py
--- a/pypy/
Author: Armin Rigo
Branch:
Changeset: r46211:84796b58d72a
Date: 2011-08-02 16:39 +0200
http://bitbucket.org/pypy/pypy/changeset/84796b58d72a/
Log:This code should only be used on 32-bit; it does not really make
sense on 64-bit.
diff --git a/pypy/jit/backend/x86/codebuf.py b/pypy/jit
Author: Armin Rigo
Branch:
Changeset: r46212:9a5b8384ca55
Date: 2011-08-02 16:39 +0200
http://bitbucket.org/pypy/pypy/changeset/9a5b8384ca55/
Log:Fix for 64-bit. It's a bit more complicated, but not much.
diff --git a/pypy/jit/backend/x86/assembler.py
b/pypy/jit/backend/x86/assembler.py
--
Author: Armin Rigo
Branch:
Changeset: r46213:2aa03c0b2832
Date: 2011-08-02 17:14 +0200
http://bitbucket.org/pypy/pypy/changeset/2aa03c0b2832/
Log:Add an assert.
diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py
--- a/pypy/jit/metainterp/compile.py
+++ b/pypy/jit/m
Author: Armin Rigo
Branch:
Changeset: r46214:41311fe92f74
Date: 2011-08-02 18:09 +0200
http://bitbucket.org/pypy/pypy/changeset/41311fe92f74/
Log:Finish to fix the remaining cases. A bit hard to test for all
cases...
diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/l
Author: Armin Rigo
Branch:
Changeset: r46215:373765ca9639
Date: 2011-08-02 17:51 +
http://bitbucket.org/pypy/pypy/changeset/373765ca9639/
Log:merge heads
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -37,22 +37,22 @@
Armin Rigo
Maciej Fijalkowski
Carl Frie
Author: Armin Rigo
Branch:
Changeset: r46216:109f80dac1c1
Date: 2011-08-02 20:48 +0200
http://bitbucket.org/pypy/pypy/changeset/109f80dac1c1/
Log:Fix for OpenBSD 64.
diff --git a/pypy/module/rctime/interp_time.py
b/pypy/module/rctime/interp_time.py
--- a/pypy/module/rctime/interp_time.py
+
Author: Justin Peel
Branch: numpy-dtype
Changeset: r46217:bb78cfeb8c6d
Date: 2011-08-02 13:22 -0600
http://bitbucket.org/pypy/pypy/changeset/bb78cfeb8c6d/
Log:Added ScalarWrapper. Added some more types.
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtyp
Author: Justin Peel
Branch: numpy-dtype
Changeset: r46218:83b6f9331702
Date: 2011-08-02 13:29 -0600
http://bitbucket.org/pypy/pypy/changeset/83b6f9331702/
Log:Add num and kind attributes to dtype
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--
Author: Alex Gaynor
Branch: unroll-if-alt
Changeset: r46219:524483d98407
Date: 2011-08-02 17:17 -0700
http://bitbucket.org/pypy/pypy/changeset/524483d98407/
Log:a) Renamed @unroll_if to @look_inside_iff at carl's request b)
Unroll Argument.unpack if one should. c) Leave a comment abou
Author: Justin Peel
Branch: numpy-dtype
Changeset: r46220:9b7c9608f17c
Date: 2011-08-02 13:55 -0600
http://bitbucket.org/pypy/pypy/changeset/9b7c9608f17c/
Log:step 1 in getting Call2 to deal with dtypes
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_n
Author: Justin Peel
Branch: numpy-dtype
Changeset: r46221:4145ce2b3d99
Date: 2011-08-02 18:17 -0600
http://bitbucket.org/pypy/pypy/changeset/4145ce2b3d99/
Log:got one type of int working. binary operations appear to work with
mixed types.
diff --git a/pypy/module/micronumpy/interp_dt
Author: Justin Peel
Branch: numpy-dtype
Changeset: r46222:e1c6862ff132
Date: 2011-08-02 19:05 -0600
http://bitbucket.org/pypy/pypy/changeset/e1c6862ff132/
Log:added int8, uint8, int16, uint16 dtypes. Added back in some explicit
casting.
diff --git a/pypy/module/micronumpy/interp_dtyp
Author: Justin Peel
Branch: numpy-dtype
Changeset: r46223:738b3abe41b1
Date: 2011-08-02 19:43 -0600
http://bitbucket.org/pypy/pypy/changeset/738b3abe41b1/
Log:add bool, int64, and uint64 types
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a
Author: Justin Peel
Branch: numpy-dtype
Changeset: r46224:998dd2036252
Date: 2011-08-02 20:03 -0600
http://bitbucket.org/pypy/pypy/changeset/998dd2036252/
Log:add back in int32 and uint32 dtypes
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
---
Author: Justin Peel
Branch: numpy-dtype
Changeset: r46225:92d7e1954794
Date: 2011-08-02 22:14 -0600
http://bitbucket.org/pypy/pypy/changeset/92d7e1954794/
Log:add float32 and float96 dtypes
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a/py
Author: Justin Peel
Branch: numpy-dtype
Changeset: r46226:959ca3a44df9
Date: 2011-08-02 23:30 -0600
http://bitbucket.org/pypy/pypy/changeset/959ca3a44df9/
Log:added find_result_dtype. binops should work correctly now.
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronu
Author: Justin Peel
Branch: numpy-dtype
Changeset: r46227:cc5e673fa4a4
Date: 2011-08-02 23:49 -0600
http://bitbucket.org/pypy/pypy/changeset/cc5e673fa4a4/
Log:add ability to get dtypes with types (e.g. dtype(bool) or
array([1],bool))
diff --git a/pypy/module/micronumpy/interp_dtype.p
Author: Armin Rigo
Branch:
Changeset: r46228:13db7e546d76
Date: 2011-08-03 08:02 +0200
http://bitbucket.org/pypy/pypy/changeset/13db7e546d76/
Log:Make this variable #defined to "", like CPython did when migrating
to Mercurial.
diff --git a/pypy/module/cpyext/include/patchlevel.h
b/
Author: Justin Peel
Branch: numpy-dtype
Changeset: r46229:313d75d25bbf
Date: 2011-08-03 00:06 -0600
http://bitbucket.org/pypy/pypy/changeset/313d75d25bbf/
Log:dtype can be specified as keyword to array()
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_
Author: Armin Rigo
Branch:
Changeset: r46230:88d80aef1433
Date: 2011-08-03 08:07 +0200
http://bitbucket.org/pypy/pypy/changeset/88d80aef1433/
Log:Skip this test here.
diff --git a/pypy/jit/backend/llgraph/test/test_llgraph.py
b/pypy/jit/backend/llgraph/test/test_llgraph.py
--- a/pypy/jit/b
Author: Armin Rigo
Branch:
Changeset: r46231:7f3f578cb546
Date: 2011-08-03 08:26 +0200
http://bitbucket.org/pypy/pypy/changeset/7f3f578cb546/
Log:Fix tests, and a clean up, by not reusing a Descr across various
loops.
diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp
Author: Justin Peel
Branch: numpy-dtype
Changeset: r46232:de8306f5870e
Date: 2011-08-03 00:42 -0600
http://bitbucket.org/pypy/pypy/changeset/de8306f5870e/
Log:Fixed two dtype defs and find_result_dtype and added more tests
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/mi
Author: Justin Peel
Branch: numpy-dtype
Changeset: r46233:52e1f875ee0d
Date: 2011-08-03 00:56 -0600
http://bitbucket.org/pypy/pypy/changeset/52e1f875ee0d/
Log:use longer strings to specify dtypes
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--
56 matches
Mail list logo