[pypy-commit] pypy llvm-translation-backend: Fix.

2017-04-10 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r91033:2d857d1faf07 Date: 2017-04-10 18:10 +0200 http://bitbucket.org/pypy/pypy/changeset/2d857d1faf07/ Log:Fix. diff --git a/rpython/translator/llvm/genllvm.py b/rpython/translator/llvm/genllvm.py ---

[pypy-commit] pypy llvm-translation-backend: Fix this test by using the new entrypoint API.

2016-01-11 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r81678:03e0a99cf23b Date: 2016-01-11 22:58 +0100 http://bitbucket.org/pypy/pypy/changeset/03e0a99cf23b/ Log:Fix this test by using the new entrypoint API. diff --git

[pypy-commit] pypy llvm-translation-backend: Fix prebuilt hash preservation.

2015-11-22 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r80824:466d3372c513 Date: 2015-11-19 16:15 +0100 http://bitbucket.org/pypy/pypy/changeset/466d3372c513/ Log:Fix prebuilt hash preservation. diff --git a/rpython/translator/llvm/genllvm.py

[pypy-commit] pypy llvm-translation-backend: Fix no_links_to_startblock().

2015-03-29 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: llvm-translation-backend Changeset: r76615:7264b1d99a55 Date: 2015-03-28 15:32 +0100 http://bitbucket.org/pypy/pypy/changeset/7264b1d99a55/ Log:Fix no_links_to_startblock(). diff --git a/rpython/translator/unsimplify.py

[pypy-commit] pypy llvm-translation-backend: Fix compatibility with LLVM 3.6 (and drop support for older versions).

2015-03-29 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: llvm-translation-backend Changeset: r76617:12306f051e3b Date: 2015-03-28 19:04 +0100 http://bitbucket.org/pypy/pypy/changeset/12306f051e3b/ Log:Fix compatibility with LLVM 3.6 (and drop support for older versions). diff --git

[pypy-commit] pypy llvm-translation-backend: Fix or implement various things to make all tests pass and translation succeed.

2015-01-18 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: llvm-translation-backend Changeset: r75424:72d355b06d86 Date: 2015-01-18 14:49 +0100 http://bitbucket.org/pypy/pypy/changeset/72d355b06d86/ Log:Fix or implement various things to make all tests pass and translation succeed. diff --git

[pypy-commit] pypy llvm-translation-backend: Fix raw_load() operation with addr of type Signed.

2014-05-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r71727:7f3ae0113be8 Date: 2014-05-25 20:13 +0200 http://bitbucket.org/pypy/pypy/changeset/7f3ae0113be8/ Log:Fix raw_load() operation with addr of type Signed. diff --git a/rpython/translator/llvm/genllvm.py

[pypy-commit] pypy llvm-translation-backend: Fix test_driver.test_ctr().

2014-05-22 Thread Manuel Jacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r71669:24b03deafc9e Date: 2014-05-22 08:15 +0200 http://bitbucket.org/pypy/pypy/changeset/24b03deafc9e/ Log:Fix test_driver.test_ctr(). diff --git a/rpython/translator/test/test_driver.py

[pypy-commit] pypy llvm-translation-backend: Fix test_interactive.test_simple_source_llvm.

2014-05-22 Thread Manuel Jacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r71670:198f0f083d39 Date: 2014-05-22 08:28 +0200 http://bitbucket.org/pypy/pypy/changeset/198f0f083d39/ Log:Fix test_interactive.test_simple_source_llvm. diff --git a/rpython/translator/test/test_interactive.py

[pypy-commit] pypy llvm-translation-backend: Fix import of lltype_to_annotation.

2014-03-05 Thread Manuel Jacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r69742:e1e709fd181c Date: 2014-03-06 00:04 +0100 http://bitbucket.org/pypy/pypy/changeset/e1e709fd181c/ Log:Fix import of lltype_to_annotation. diff --git a/rpython/translator/llvm/genllvm.py

[pypy-commit] pypy llvm-translation-backend: Fix datalayout fishing.

2014-01-18 Thread Manuel Jacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r68762:2870c4a2d133 Date: 2014-01-18 13:25 +0100 http://bitbucket.org/pypy/pypy/changeset/2870c4a2d133/ Log:Fix datalayout fishing. diff --git a/rpython/translator/llvm/genllvm.py b/rpython/translator/llvm/genllvm.py ---

[pypy-commit] pypy llvm-translation-backend: fix failing tests by a hack

2013-08-30 Thread Manuel Jacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r66477:8dae761a938e Date: 2012-04-23 18:21 +0200 http://bitbucket.org/pypy/pypy/changeset/8dae761a938e/ Log:fix failing tests by a hack diff --git a/pypy/translator/llvm/genllvm.py b/pypy/translator/llvm/genllvm.py ---

[pypy-commit] pypy llvm-translation-backend: Fix typo.

2013-08-30 Thread Manuel Jacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r66464:f55c72b46aff Date: 2012-03-02 18:22 +0100 http://bitbucket.org/pypy/pypy/changeset/f55c72b46aff/ Log:Fix typo. diff --git a/pypy/translator/driver.py b/pypy/translator/driver.py --- a/pypy/translator/driver.py +++