[pypy-commit] pypy squeaky/use-cflags-for-compiling-asm: Use CFLAGS

2015-01-02 Thread squeaky
Author: squeaky squeaky...@gmx.com Branch: squeaky/use-cflags-for-compiling-asm Changeset: r75213:e27b54a9d700 Date: 2015-01-02 22:42 + http://bitbucket.org/pypy/pypy/changeset/e27b54a9d700/ Log:Use CFLAGS diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py

[pypy-commit] pypy default: fix test_range_iter_simple

2014-03-05 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: Changeset: r69716:10e1e307844f Date: 2014-03-05 11:54 +0100 http://bitbucket.org/pypy/pypy/changeset/10e1e307844f/ Log:fix test_range_iter_simple diff --git a/pypy/module/pypyjit/test_pypy_c/test_misc.py b/pypy/module/pypyjit/test_pypy_c

[pypy-commit] pypy default: move checks to separate test method

2014-03-05 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: Changeset: r69719:838e4aa1dc2d Date: 2014-03-05 12:45 +0100 http://bitbucket.org/pypy/pypy/changeset/838e4aa1dc2d/ Log:move checks to separate test method diff --git a/pypy/objspace/std/test/test_rangeobject.py b/pypy/objspace/std/test

[pypy-commit] pypy default: Backed out changeset: 925eec5518eb, bdk fixed everything properly before

2014-03-05 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: Changeset: r69728:75a2fb413619 Date: 2014-03-05 18:12 +0100 http://bitbucket.org/pypy/pypy/changeset/75a2fb413619/ Log:Backed out changeset: 925eec5518eb, bdk fixed everything properly before diff --git a/pypy/module/pypyjit/test_pypy_c

[pypy-commit] pypy simple-range-strategy: fix range tests

2014-03-04 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: simple-range-strategy Changeset: r69681:499b5b290cd9 Date: 2014-03-04 18:09 +0100 http://bitbucket.org/pypy/pypy/changeset/499b5b290cd9/ Log:fix range tests diff --git a/pypy/objspace/std/test/test_rangeobject.py b/pypy/objspace/std/test

[pypy-commit] pypy simple-range-strategy: fix test

2014-03-04 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: simple-range-strategy Changeset: r69679:97595f9d3e7f Date: 2014-03-04 17:26 +0100 http://bitbucket.org/pypy/pypy/changeset/97595f9d3e7f/ Log:fix test diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objspace

[pypy-commit] pypy simple-range-strategy: test for fixed failure

2014-03-04 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: simple-range-strategy Changeset: r69678:0697804c87a8 Date: 2014-03-04 14:53 +0100 http://bitbucket.org/pypy/pypy/changeset/0697804c87a8/ Log:test for fixed failure diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py

[pypy-commit] pypy simple-range-strategy: finish spliting strategy methods

2014-03-04 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: simple-range-strategy Changeset: r69670:0fe74ad8f602 Date: 2014-03-03 20:51 +0100 http://bitbucket.org/pypy/pypy/changeset/0fe74ad8f602/ Log:finish spliting strategy methods diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std

[pypy-commit] pypy simple-range-strategy: make range now uses SimpeRangeListStrategy

2014-03-04 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: simple-range-strategy Changeset: r69671:8d005ad2deff Date: 2014-03-03 21:02 +0100 http://bitbucket.org/pypy/pypy/changeset/8d005ad2deff/ Log:make range now uses SimpeRangeListStrategy diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std

[pypy-commit] pypy simple-range-strategy: move sort to base class

2014-03-04 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: simple-range-strategy Changeset: r69676:1e70d4d7d970 Date: 2014-03-04 12:43 +0100 http://bitbucket.org/pypy/pypy/changeset/1e70d4d7d970/ Log:move sort to base class diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py

[pypy-commit] pypy simple-range-strategy: update test_pop in test_rangeobject

2014-03-04 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: simple-range-strategy Changeset: r69682:0e7a793d817a Date: 2014-03-04 18:14 +0100 http://bitbucket.org/pypy/pypy/changeset/0e7a793d817a/ Log:update test_pop in test_rangeobject diff --git a/pypy/objspace/std/test/test_rangeobject.py b/pypy/objspace

[pypy-commit] pypy simple-range-strategy: progress

2014-03-04 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: simple-range-strategy Changeset: r69669:8e13e6806176 Date: 2014-03-03 19:43 +0100 http://bitbucket.org/pypy/pypy/changeset/8e13e6806176/ Log:progress diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objspace

[pypy-commit] pypy simple-range-strategy: some asserts for annotator

2014-03-04 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: simple-range-strategy Changeset: r69674:b80212121437 Date: 2014-03-04 11:28 +0100 http://bitbucket.org/pypy/pypy/changeset/b80212121437/ Log:some asserts for annotator diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py

[pypy-commit] pypy simple-range-strategy: want more test case

2014-03-04 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: simple-range-strategy Changeset: r69680:d0f90833cf28 Date: 2014-03-04 17:31 +0100 http://bitbucket.org/pypy/pypy/changeset/d0f90833cf28/ Log:want more test case diff --git a/pypy/objspace/std/test/test_liststrategies.py b/pypy/objspace/std/test

[pypy-commit] pypy simple-range-strategy: use tuple for storage

2014-03-04 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: simple-range-strategy Changeset: r69673:16d6e5eb5c28 Date: 2014-03-04 11:18 +0100 http://bitbucket.org/pypy/pypy/changeset/16d6e5eb5c28/ Log:use tuple for storage diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py

[pypy-commit] pypy default: Implements SimpleRangeListStrategy for case range(n) where n is a positive number.

2014-03-04 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: Changeset: r69685:4d70ac4b69b1 Date: 2014-03-04 18:47 +0100 http://bitbucket.org/pypy/pypy/changeset/4d70ac4b69b1/ Log:Implements SimpleRangeListStrategy for case range(n) where n is a positive number. diff --git a/pypy/doc/whatsnew

[pypy-commit] pypy simple-range-strategy: oops

2014-03-04 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: simple-range-strategy Changeset: r69677:8d186d3ee7de Date: 2014-03-04 14:08 +0100 http://bitbucket.org/pypy/pypy/changeset/8d186d3ee7de/ Log:oops diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objspace/std

[pypy-commit] pypy simple-range-strategy: fix tests and add more

2014-03-04 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: simple-range-strategy Changeset: r69672:dd78cd5b33b4 Date: 2014-03-03 22:11 +0100 http://bitbucket.org/pypy/pypy/changeset/dd78cd5b33b4/ Log:fix tests and add more diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py

[pypy-commit] pypy simple-range-strategy: and this

2014-03-04 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: simple-range-strategy Changeset: r69683:eb5fef9132bf Date: 2014-03-04 18:16 +0100 http://bitbucket.org/pypy/pypy/changeset/eb5fef9132bf/ Log:and this diff --git a/pypy/objspace/std/test/test_rangeobject.py b/pypy/objspace/std/test

[pypy-commit] pypy simple-range-strategy: Close merged branch

2014-03-04 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: simple-range-strategy Changeset: r69686:c20fe0db3889 Date: 2014-03-04 18:48 +0100 http://bitbucket.org/pypy/pypy/changeset/c20fe0db3889/ Log:Close merged branch ___ pypy-commit mailing list pypy-commit

[pypy-commit] pypy bounds-int-add-or: add and test next_power2 utility

2014-02-17 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: bounds-int-add-or Changeset: r69188:5eca705b5884 Date: 2014-02-17 14:51 +0100 http://bitbucket.org/pypy/pypy/changeset/5eca705b5884/ Log:add and test next_power2 utility diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit

[pypy-commit] pypy bounds-int-add-or: implement optimization and fix the test

2014-02-17 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: bounds-int-add-or Changeset: r69192:0e8fc6825162 Date: 2014-02-17 16:55 +0100 http://bitbucket.org/pypy/pypy/changeset/0e8fc6825162/ Log:implement optimization and fix the test diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython

[pypy-commit] pypy bounds-int-add-or: stylistic tweaks

2014-02-17 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: bounds-int-add-or Changeset: r69194:f4da31595578 Date: 2014-02-17 18:01 +0100 http://bitbucket.org/pypy/pypy/changeset/f4da31595578/ Log:stylistic tweaks diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/metainterp

[pypy-commit] pypy bounds-int-add-or: create branch

2014-02-17 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: bounds-int-add-or Changeset: r69186:6835ecfc3a5b Date: 2014-02-17 15:49 +0100 http://bitbucket.org/pypy/pypy/changeset/6835ecfc3a5b/ Log:create branch ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy bounds-int-add-or: tweak test to bounding value

2014-02-17 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: bounds-int-add-or Changeset: r69189:fc047124598c Date: 2014-02-17 15:31 +0100 http://bitbucket.org/pypy/pypy/changeset/fc047124598c/ Log:tweak test to bounding value diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b

[pypy-commit] pypy bounds-int-add-or: test for int_xor and fix

2014-02-17 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: bounds-int-add-or Changeset: r69193:531ef2c5d656 Date: 2014-02-17 17:34 +0100 http://bitbucket.org/pypy/pypy/changeset/531ef2c5d656/ Log:test for int_xor and fix diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/metainterp

[pypy-commit] pypy bounds-int-add-or: add bounds propagation from INT_AND

2014-02-17 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: bounds-int-add-or Changeset: r69190:41581d8d194b Date: 2014-02-17 15:24 +0100 http://bitbucket.org/pypy/pypy/changeset/41581d8d194b/ Log:add bounds propagation from INT_AND diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit

[pypy-commit] pypy bounds-int-add-or: failing and passing test

2014-02-17 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: bounds-int-add-or Changeset: r69187:17814d1be480 Date: 2014-02-17 13:03 +0100 http://bitbucket.org/pypy/pypy/changeset/17814d1be480/ Log:failing and passing test diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/rpython

[pypy-commit] pypy bounds-int-add-or: rewrite to use power of two minus 2, no more overflow

2014-02-17 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: bounds-int-add-or Changeset: r69199:e19230cb6257 Date: 2014-02-17 21:14 +0100 http://bitbucket.org/pypy/pypy/changeset/e19230cb6257/ Log:rewrite to use power of two minus 2, no more overflow diff --git a/rpython/jit/metainterp/optimizeopt

[pypy-commit] pypy bounds-int-add-or: improve tests

2014-02-17 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: bounds-int-add-or Changeset: r69195:cd8ee0a2d7af Date: 2014-02-17 18:50 +0100 http://bitbucket.org/pypy/pypy/changeset/cd8ee0a2d7af/ Log:improve tests diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/rpython/jit

[pypy-commit] pypy default: Merge branch bounds-int-add-or

2014-02-17 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: Changeset: r69201:2b0a11075c0e Date: 2014-02-17 23:54 +0100 http://bitbucket.org/pypy/pypy/changeset/2b0a11075c0e/ Log:Merge branch bounds-int-add-or Propagate appropriate bounds through INT_(OR|XOR|AND) operations if the operands

[pypy-commit] pypy bounds-int-add-or: merge OR and XOR optimization into one

2014-02-17 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: bounds-int-add-or Changeset: r69197:d091b8c6f8e8 Date: 2014-02-17 20:26 +0100 http://bitbucket.org/pypy/pypy/changeset/d091b8c6f8e8/ Log:merge OR and XOR optimization into one diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython

[pypy-commit] pypy bounds-int-add-or: merge default

2014-02-17 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: bounds-int-add-or Changeset: r69200:ae0283f76a9c Date: 2014-02-17 21:38 +0100 http://bitbucket.org/pypy/pypy/changeset/ae0283f76a9c/ Log:merge default diff --git a/pypy/doc/man/pypy.1.rst b/pypy/doc/man/pypy.1.rst --- a/pypy/doc/man/pypy.1.rst +++ b

[pypy-commit] pypy bounds-int-add-or: substitute pow2 with loop-less non-overflowing pow2 - 1

2014-02-17 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: bounds-int-add-or Changeset: r69198:c57dc327e758 Date: 2014-02-17 20:52 +0100 http://bitbucket.org/pypy/pypy/changeset/c57dc327e758/ Log:substitute pow2 with loop-less non-overflowing pow2 - 1 diff --git a/rpython/jit/metainterp/optimizeopt

[pypy-commit] pypy bounds-int-add-or: Closing merged branch

2014-02-17 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: bounds-int-add-or Changeset: r69202:a1c20073e6f9 Date: 2014-02-17 23:56 +0100 http://bitbucket.org/pypy/pypy/changeset/a1c20073e6f9/ Log:Closing merged branch ___ pypy-commit mailing list pypy-commit

[pypy-commit] pypy bounds-int-add-or: update whatsnew

2014-02-17 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: bounds-int-add-or Changeset: r69196:cc09acf5f43e Date: 2014-02-17 19:17 +0100 http://bitbucket.org/pypy/pypy/changeset/cc09acf5f43e/ Log:update whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew

[pypy-commit] pypy optimize-int-and: failing and passing test

2014-02-16 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: optimize-int-and Changeset: r69172:bb6064d9cde5 Date: 2014-02-16 02:36 +0100 http://bitbucket.org/pypy/pypy/changeset/bb6064d9cde5/ Log:failing and passing test diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/rpython

[pypy-commit] pypy optimize-int-and: fix and improve test

2014-02-16 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: optimize-int-and Changeset: r69174:92dba00162ff Date: 2014-02-16 13:35 +0100 http://bitbucket.org/pypy/pypy/changeset/92dba00162ff/ Log:fix and improve test diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py b/rpython/jit/metainterp

[pypy-commit] pypy optimize-int-and: improve test

2014-02-16 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: optimize-int-and Changeset: r69176:242fd9b72daa Date: 2014-02-16 16:23 +0100 http://bitbucket.org/pypy/pypy/changeset/242fd9b72daa/ Log:improve test diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/rpython/jit/metainterp

[pypy-commit] pypy optimize-int-and: fix another test, make optimization symetric

2014-02-16 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: optimize-int-and Changeset: r69175:caba2738c3ab Date: 2014-02-16 15:56 +0100 http://bitbucket.org/pypy/pypy/changeset/caba2738c3ab/ Log:fix another test, make optimization symetric diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py b

[pypy-commit] pypy optimize-int-and: cosmetic tweak to get(array|field)

2014-02-16 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: optimize-int-and Changeset: r69173:0ccecf7a9518 Date: 2014-02-16 11:30 +0100 http://bitbucket.org/pypy/pypy/changeset/0ccecf7a9518/ Log:cosmetic tweak to get(array|field) diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit

[pypy-commit] pypy optimize-int-and: update whatsnew

2014-02-16 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: optimize-int-and Changeset: r69177:92fee8613f8c Date: 2014-02-16 19:15 +0100 http://bitbucket.org/pypy/pypy/changeset/92fee8613f8c/ Log:update whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew

[pypy-commit] pypy optimize-int-and: oups, typo

2014-02-16 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: optimize-int-and Changeset: r69178:111057c44543 Date: 2014-02-16 19:30 +0100 http://bitbucket.org/pypy/pypy/changeset/111057c44543/ Log:oups, typo diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/rpython/jit/metainterp

[pypy-commit] pypy default: fix array test that was failing after int bounds propagation from array operations

2014-02-16 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: Changeset: r69181:f9b8b76b4c41 Date: 2014-02-16 21:10 +0100 http://bitbucket.org/pypy/pypy/changeset/f9b8b76b4c41/ Log:fix array test that was failing after int bounds propagation from array operations diff --git a/pypy/module/pypyjit

[pypy-commit] pypy default: typo angered test_whatsnew

2014-02-16 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: Changeset: r69182:00f906eb59a1 Date: 2014-02-17 02:03 +0100 http://bitbucket.org/pypy/pypy/changeset/00f906eb59a1/ Log:typo angered test_whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy array-propagate-len: add integer bounds on FieldDescr

2014-02-15 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: array-propagate-len Changeset: r69153:3830704ee5eb Date: 2014-02-14 15:52 +0100 http://bitbucket.org/pypy/pypy/changeset/3830704ee5eb/ Log:add integer bounds on FieldDescr diff --git a/rpython/jit/backend/llsupport/descr.py b/rpython/jit/backend

[pypy-commit] pypy array-propagate-len: merge default

2014-02-15 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: array-propagate-len Changeset: r69159:51b35f5af6cf Date: 2014-02-15 12:14 +0100 http://bitbucket.org/pypy/pypy/changeset/51b35f5af6cf/ Log:merge default diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpython

[pypy-commit] pypy array-propagate-len: add optimization, move stuff around

2014-02-15 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: array-propagate-len Changeset: r69154:17003c30fe47 Date: 2014-02-14 19:23 +0100 http://bitbucket.org/pypy/pypy/changeset/17003c30fe47/ Log:add optimization, move stuff around diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend

[pypy-commit] pypy array-propagate-len: fix getfieldraw

2014-02-15 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: array-propagate-len Changeset: r69160:141205b24825 Date: 2014-02-15 12:21 +0100 http://bitbucket.org/pypy/pypy/changeset/141205b24825/ Log:fix getfieldraw diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/metainterp

[pypy-commit] pypy array-propagate-len: Fix optimized trace debugging utility. Previously the print loop would use

2014-02-15 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: array-propagate-len Changeset: r69151:6bace6054472 Date: 2014-02-14 12:15 +0100 http://bitbucket.org/pypy/pypy/changeset/6bace6054472/ Log:Fix optimized trace debugging utility. Previously the print loop would use zip which always truncates

[pypy-commit] pypy array-propagate-len: more tests for getfield_gc, failing test for arrays

2014-02-15 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: array-propagate-len Changeset: r69155:14f943c2f482 Date: 2014-02-14 22:42 +0100 http://bitbucket.org/pypy/pypy/changeset/14f943c2f482/ Log:more tests for getfield_gc, failing test for arrays diff --git a/rpython/jit/metainterp/optimizeopt/test

[pypy-commit] pypy array-propagate-len: optimize array raw, make test pass

2014-02-15 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: array-propagate-len Changeset: r69156:6717c9190ff4 Date: 2014-02-14 23:57 +0100 http://bitbucket.org/pypy/pypy/changeset/6717c9190ff4/ Log:optimize array raw, make test pass diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend

[pypy-commit] pypy array-propagate-len: improve test

2014-02-15 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: array-propagate-len Changeset: r69162:6898ded0f2af Date: 2014-02-15 13:42 +0100 http://bitbucket.org/pypy/pypy/changeset/6898ded0f2af/ Log:improve test diff --git a/rpython/jit/backend/llsupport/test/test_descr.py b/rpython/jit/backend/llsupport

[pypy-commit] pypy array-propagate-len: failing test

2014-02-15 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: array-propagate-len Changeset: r69152:e5565168e86f Date: 2014-02-14 14:34 +0100 http://bitbucket.org/pypy/pypy/changeset/e5565168e86f/ Log:failing test diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/rpython/jit

[pypy-commit] pypy array-propagate-len: test and implement optimization for interior fields

2014-02-15 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: array-propagate-len Changeset: r69161:41e8eb67d110 Date: 2014-02-15 13:38 +0100 http://bitbucket.org/pypy/pypy/changeset/41e8eb67d110/ Log:test and implement optimization for interior fields diff --git a/rpython/jit/backend/llgraph/runner.py b

[pypy-commit] pypy array-propagate-len: failing test for gc array

2014-02-15 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: array-propagate-len Changeset: r69157:95039bc14ef6 Date: 2014-02-15 01:26 +0100 http://bitbucket.org/pypy/pypy/changeset/95039bc14ef6/ Log:failing test for gc array diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b

[pypy-commit] pypy array-propagate-len: fix FakeDescr, document branch

2014-02-15 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: array-propagate-len Changeset: r69163:6be6ca6b8558 Date: 2014-02-15 18:07 +0100 http://bitbucket.org/pypy/pypy/changeset/6be6ca6b8558/ Log:fix FakeDescr, document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy

[pypy-commit] pypy array-propagate-len: failing test for getfield_raw, skip bounds check if descr is None

2014-02-15 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: array-propagate-len Changeset: r69158:a17311d182d4 Date: 2014-02-15 12:11 +0100 http://bitbucket.org/pypy/pypy/changeset/a17311d182d4/ Log:failing test for getfield_raw, skip bounds check if descr is None diff --git a/rpython/jit/metainterp

[pypy-commit] jitviewer default: Don't duplicate requirements from setup.py

2014-02-06 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: Changeset: r254:709f1b155aaf Date: 2014-02-06 15:53 +0100 http://bitbucket.org/pypy/jitviewer/changeset/709f1b155aaf/ Log:Don't duplicate requirements from setup.py diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b

[pypy-commit] pypy release-2.1.x: revert setting cppflags and ldflagsto original appraoch, this doesnt break setuptools monkeypatching distutils

2013-07-29 Thread squeaky
Author: Pawe#322; Piotr Przeradowski przeradow...@gmail.com Branch: release-2.1.x Changeset: r65766:522f7674a168 Date: 2013-07-28 01:08 +0200 http://bitbucket.org/pypy/pypy/changeset/522f7674a168/ Log:revert setting cppflags and ldflagsto original appraoch, this doesnt break

[pypy-commit] pypy default: revert setting cppflags and ldflagsto original appraoch, this doesnt break setuptools monkeypatching distutils

2013-07-28 Thread squeaky
Author: Pawe#322; Piotr Przeradowski przeradow...@gmail.com Branch: Changeset: r65733:9fad3a8b4208 Date: 2013-07-28 01:08 +0200 http://bitbucket.org/pypy/pypy/changeset/9fad3a8b4208/ Log:revert setting cppflags and ldflagsto original appraoch, this doesnt break setuptools

[pypy-commit] pypy pythoninspect-fix: attempt to fix app_main

2013-07-25 Thread squeaky
Author: Pawe#322; Piotr Przeradowski przeradow...@gmail.com Branch: pythoninspect-fix Changeset: r65665:0806ff7d7880 Date: 2013-07-23 23:00 +0200 http://bitbucket.org/pypy/pypy/changeset/0806ff7d7880/ Log:attempt to fix app_main diff --git a/pypy/interpreter/app_main.py

[pypy-commit] pypy pythoninspect-fix: failing test

2013-07-25 Thread squeaky
Author: Pawe#322; Piotr Przeradowski przeradow...@gmail.com Branch: pythoninspect-fix Changeset: r65663:5dff0c40663d Date: 2013-07-23 01:02 +0200 http://bitbucket.org/pypy/pypy/changeset/5dff0c40663d/ Log:failing test diff --git a/pypy/interpreter/test/test_app_main.py

[pypy-commit] pypy pythoninspect-fix: fix merge, typos

2013-07-25 Thread squeaky
Author: Pawe#322; Piotr Przeradowski przeradow...@gmail.com Branch: pythoninspect-fix Changeset: r65671:7d2d7703eb8b Date: 2013-07-25 22:20 +0200 http://bitbucket.org/pypy/pypy/changeset/7d2d7703eb8b/ Log:fix merge, typos diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy pythoninspect-fix: no None allowed

2013-07-25 Thread squeaky
Author: Pawe#322; Piotr Przeradowski przeradow...@gmail.com Branch: pythoninspect-fix Changeset: r65667:0f1dbffcb578 Date: 2013-07-24 21:46 +0200 http://bitbucket.org/pypy/pypy/changeset/0f1dbffcb578/ Log:no None allowed diff --git a/pypy/module/__pypy__/interp_os.py

[pypy-commit] pypy pythoninspect-fix: use __pypy__.os

2013-07-25 Thread squeaky
Author: Pawe#322; Piotr Przeradowski przeradow...@gmail.com Branch: pythoninspect-fix Changeset: r65668:c1575d6e1de5 Date: 2013-07-25 15:45 +0200 http://bitbucket.org/pypy/pypy/changeset/c1575d6e1de5/ Log:use __pypy__.os diff --git a/pypy/interpreter/app_main.py

[pypy-commit] pypy pythoninspect-fix: try using RPython os.getenv instead of LL version

2013-07-25 Thread squeaky
Author: Pawe#322; Piotr Przeradowski przeradow...@gmail.com Branch: pythoninspect-fix Changeset: r65666:9a20d5ede0ec Date: 2013-07-24 08:45 +0200 http://bitbucket.org/pypy/pypy/changeset/9a20d5ede0ec/ Log:try using RPython os.getenv instead of LL version diff --git

[pypy-commit] pypy pythoninspect-fix: implement __pypy__.os.real_getenv with a test

2013-07-25 Thread squeaky
Author: Pawe#322; Piotr Przeradowski przeradow...@gmail.com Branch: pythoninspect-fix Changeset: r65664:8f98f2b808f9 Date: 2013-07-23 22:52 +0200 http://bitbucket.org/pypy/pypy/changeset/8f98f2b808f9/ Log:implement __pypy__.os.real_getenv with a test diff --git

[pypy-commit] pypy pythoninspect-fix: argh

2013-07-25 Thread squeaky
Author: Pawe#322; Piotr Przeradowski przeradow...@gmail.com Branch: pythoninspect-fix Changeset: r65672:e026c95e2f05 Date: 2013-07-25 22:25 +0200 http://bitbucket.org/pypy/pypy/changeset/e026c95e2f05/ Log:argh diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy pythoninspect-fix: skip on CPython, whatsnew

2013-07-25 Thread squeaky
Author: Pawe#322; Piotr Przeradowski przeradow...@gmail.com Branch: pythoninspect-fix Changeset: r65669:a4689d27a2ef Date: 2013-07-25 21:49 +0200 http://bitbucket.org/pypy/pypy/changeset/a4689d27a2ef/ Log:skip on CPython, whatsnew diff --git a/pypy/doc/whatsnew-head.rst