[pypy-commit] pypy ppc-jit-backend: Implemented GUARD_NO_OVERFLOW instruction and fixed mechanism for remembering descr objects.

2011-08-18 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r46597:2b9e8d673bea Date: 2011-08-18 12:11 +0200 http://bitbucket.org/pypy/pypy/changeset/2b9e8d673bea/ Log:Implemented GUARD_NO_OVERFLOW instruction and fixed mechanism for remembering descr objects. diff

[pypy-commit] pypy ppc-jit-backend: Added arch.py.

2011-08-18 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r46612:ce0bcbb1b82d Date: 2011-08-18 18:34 +0200 http://bitbucket.org/pypy/pypy/changeset/ce0bcbb1b82d/ Log:Added arch.py. diff --git a/pypy/jit/backend/ppc/ppcgen/arch.py b/pypy/jit/backend/ppc/ppcgen/arch.py

[pypy-commit] pypy ppc-jit-backend: Fixed bug in test_load_and_store.

2011-08-18 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r46611:08368f0b50e4 Date: 2011-08-18 18:33 +0200 http://bitbucket.org/pypy/pypy/changeset/08368f0b50e4/ Log:Fixed bug in test_load_and_store. diff --git a/pypy/jit/backend/ppc/ppcgen/test/test_ppc.py b/pypy/jit

[pypy-commit] pypy ppc-jit-backend: Added David's patch to the code.

2011-08-18 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r46613:22995a8dec29 Date: 2011-08-18 18:34 +0200 http://bitbucket.org/pypy/pypy/changeset/22995a8dec29/ Log:Added David's patch to the code. diff --git a/pypy/jit/backend/ppc/ppcgen/asmfunc.py b/pypy/jit/backend

[pypy-commit] pypy ppc-jit-backend: Updated import paths and check for underlying architecture to

2011-08-19 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r46630:86bb52045d66 Date: 2011-08-19 11:20 +0200 http://bitbucket.org/pypy/pypy/changeset/86bb52045d66/ Log:Updated import paths and check for underlying architecture to make most of the old backend tests

[pypy-commit] pypy ppc-jit-backend: Added David's patch no. 7 to ppc_assembler.py and test_ppc.py.

2011-08-19 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r46631:d27dc3405273 Date: 2011-08-19 11:37 +0200 http://bitbucket.org/pypy/pypy/changeset/d27dc3405273/ Log:Added David's patch no. 7 to ppc_assembler.py and test_ppc.py. diff --git a/pypy/jit/backend/ppc/ppcgen

[pypy-commit] pypy ppc-jit-backend: Made test_field_basic pass.

2011-08-24 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r46756:6c0cd428f9d5 Date: 2011-08-24 13:26 +0200 http://bitbucket.org/pypy/pypy/changeset/6c0cd428f9d5/ Log:Made test_field_basic pass. Added a test concerning pointers. Reordered some tests in runner.test

[pypy-commit] pypy ppc-jit-backend: merge

2011-08-24 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r46757:fb5b36c4d073 Date: 2011-08-24 13:29 +0200 http://bitbucket.org/pypy/pypy/changeset/fb5b36c4d073/ Log:merge diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/ppcgen

[pypy-commit] pypy ppc-jit-backend: Implemented GUARD_CLASS and GUARD_NONNULL_CLASS.

2011-08-25 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r46769:ccdb31c97bee Date: 2011-08-25 17:14 +0200 http://bitbucket.org/pypy/pypy/changeset/ccdb31c97bee/ Log:Implemented GUARD_CLASS and GUARD_NONNULL_CLASS. diff --git a/pypy/jit/backend/ppc/ppcgen

[pypy-commit] pypy ppc-jit-backend: merge

2011-08-26 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r46784:7885086d65a8 Date: 2011-08-26 11:45 +0200 http://bitbucket.org/pypy/pypy/changeset/7885086d65a8/ Log:merge diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/ppcgen

[pypy-commit] extradoc extradoc: port sqrt benchmark to lua

2012-08-06 Thread hager
Author: Sven Hager hager.s...@googlemail.com Branch: extradoc Changeset: r4434:b64173fab118 Date: 2012-08-07 01:50 +0200 http://bitbucket.org/pypy/extradoc/changeset/b64173fab118/ Log:port sqrt benchmark to lua diff --git a/talk/iwtc11/benchmarks/sqrt/sqrt.lua b/talk/iwtc11/benchmarks/sqrt

[pypy-commit] pypy ppc-jit-backend: implement method to call an address in a register

2012-03-13 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r53448:ffa102113953 Date: 2012-03-13 10:26 -0700 http://bitbucket.org/pypy/pypy/changeset/ffa102113953/ Log:implement method to call an address in a register diff --git a/pypy/jit/backend/ppc/codebuilder.py b

[pypy-commit] pypy ppc-jit-backend: (bivab, hager): add optional path for not saving register r3

2012-03-13 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r53449:1d0adfbac973 Date: 2012-03-13 10:31 -0700 http://bitbucket.org/pypy/pypy/changeset/1d0adfbac973/ Log:(bivab, hager): add optional path for not saving register r3 diff --git a/pypy/jit/backend/ppc/helper

[pypy-commit] pypy ppc-jit-backend: (bivab, hager): bigger refactoring around emit_call to have more separation of concerns

2012-03-13 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r53450:11155b0995aa Date: 2012-03-13 10:34 -0700 http://bitbucket.org/pypy/pypy/changeset/11155b0995aa/ Log:(bivab, hager): bigger refactoring around emit_call to have more separation of concerns diff

[pypy-commit] pypy ppc-jit-backend: kill obsolete tests

2012-03-13 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r53453:456316cfa0b3 Date: 2012-03-13 10:47 -0700 http://bitbucket.org/pypy/pypy/changeset/456316cfa0b3/ Log:kill obsolete tests diff --git a/pypy/jit/backend/ppc/test/test_interp.py b/pypy/jit/backend/ppc/test

[pypy-commit] pypy ppc-jit-backend: (bivab, hager): insert stack check before building the PyPy frame

2012-03-22 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r53898:398b83a81dbf Date: 2012-03-22 07:41 -0700 http://bitbucket.org/pypy/pypy/changeset/398b83a81dbf/ Log:(bivab, hager): insert stack check before building the PyPy frame diff --git a/pypy/jit/backend/ppc

[pypy-commit] pypy ppc-jit-backend: adjust comments

2012-03-22 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r53899:0046d0e081f7 Date: 2012-03-22 07:46 -0700 http://bitbucket.org/pypy/pypy/changeset/0046d0e081f7/ Log:adjust comments diff --git a/pypy/jit/backend/ppc/ppc_assembler.py b/pypy/jit/backend/ppc

[pypy-commit] pypy ppc-jit-backend: beautify code

2012-03-22 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r53900:4cb3a7f01438 Date: 2012-03-22 07:47 -0700 http://bitbucket.org/pypy/pypy/changeset/4cb3a7f01438/ Log:beautify code diff --git a/pypy/jit/backend/ppc/ppc_assembler.py b/pypy/jit/backend/ppc/ppc_assembler.py

[pypy-commit] pypy ppc-jit-backend: factor out common code

2012-03-23 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r53940:86b9bb6c612b Date: 2012-03-23 07:37 -0700 http://bitbucket.org/pypy/pypy/changeset/86b9bb6c612b/ Log:factor out common code diff --git a/pypy/jit/backend/ppc/arch.py b/pypy/jit/backend/ppc/arch.py

[pypy-commit] extradoc extradoc: quite likely that I'm coming

2012-06-01 Thread hager
Author: Sven Hager hager.s...@googlemail.com Branch: extradoc Changeset: r4208:5db78e31e996 Date: 2012-06-01 14:23 +0200 http://bitbucket.org/pypy/extradoc/changeset/5db78e31e996/ Log:quite likely that I'm coming diff --git a/sprintinfo/leipzig2012/people.txt b/sprintinfo/leipzig2012

<    1   2   3   4