Author: mattip
Branch: cpyext-ext
Changeset: r81649:94e1a7e213d9
Date: 2016-01-10 01:10 +0200
http://bitbucket.org/pypy/pypy/changeset/94e1a7e213d9/
Log:copy add_docstring from numpy, add test that passes with -A
diff --git a/pypy/module/cpyext/test/foo.c b/pypy/module/cpyext/test/foo.c
---
Author: mattip
Branch: cpyext-ext
Changeset: r81648:5f7daa4980f3
Date: 2016-01-10 01:02 +0200
http://bitbucket.org/pypy/pypy/changeset/5f7daa4980f3/
Log:reduce optimization level in test module compilation
diff --git a/pypy/module/cpyext/test/test_cpyext.py
b/pypy/module/cpyext/test/test_cp
Author: Ronan Lamy
Branch: exctrans
Changeset: r81647:6bb16ed333ea
Date: 2016-01-09 19:17 +
http://bitbucket.org/pypy/pypy/changeset/6bb16ed333ea/
Log:Remove dead code
diff --git a/rpython/translator/c/funcgen.py b/rpython/translator/c/funcgen.py
--- a/rpython/translator/c/funcgen.py
+++
Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r81640:efa71b41fec2
Date: 2016-01-05 07:06 +0100
http://bitbucket.org/pypy/pypy/changeset/efa71b41fec2/
Log:Remove parts of the llvmgcroot implementation.
The existing implementation uses LLVM's old GC support, which is
Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r81641:ded16e205ad2
Date: 2016-01-05 07:14 +0100
http://bitbucket.org/pypy/pypy/changeset/ded16e205ad2/
Log:Put gc_reload_possibly_moved transformation in its own method.
diff --git a/rpython/translator/llvm/genllvm.py
b/rpyth
Author: Manuel Jacob
Branch:
Changeset: r81645:090cb15bfa02
Date: 2016-01-09 18:41 +0100
http://bitbucket.org/pypy/pypy/changeset/090cb15bfa02/
Log:Simplify code.
The code returns False in any case. Also, the transactionsafe
attribute is only ever used in the STM branch.
di
Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r81644:7c9fd7e467ba
Date: 2016-01-05 07:43 +0100
http://bitbucket.org/pypy/pypy/changeset/7c9fd7e467ba/
Log:Remove dead code.
diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinterp.py
--- a/rpython/rtyper/llinterp.py
Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r81643:e58704ad4da5
Date: 2016-01-05 07:39 +0100
http://bitbucket.org/pypy/pypy/changeset/e58704ad4da5/
Log:Shuffle around some code in anticipation of the new llvmgcroot
implementation.
diff --git a/rpython/translator/
Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r81642:04404ecef89b
Date: 2016-01-05 07:19 +0100
http://bitbucket.org/pypy/pypy/changeset/04404ecef89b/
Log:Move code that prepares graph before writing in its own method.
diff --git a/rpython/translator/llvm/genllvm.py
b/rpyt
Author: Manuel Jacob
Branch:
Changeset: r81646:e48142af346f
Date: 2016-01-09 18:47 +0100
http://bitbucket.org/pypy/pypy/changeset/e48142af346f/
Log:Let GraphAnalyzer's analyze_external_call() return a more
conservative result in case of a delayed pointer.
This is consistent
Author: Armin Rigo
Branch: static-callback-embedding
Changeset: r2561:968eeac942dc
Date: 2016-01-09 18:24 +0100
http://bitbucket.org/cffi/cffi/changeset/968eeac942dc/
Log:Maybe it's clearer this way, with an API that matches the intent
rather than how the implementation piggy-backs on
Author: Armin Rigo
Branch: static-callback-embedding
Changeset: r2560:f35b3b8fe109
Date: 2016-01-09 18:12 +0100
http://bitbucket.org/cffi/cffi/changeset/f35b3b8fe109/
Log:kill empty lines at the start and dedent manually, to give
reasonable-looking line numbers in tracebacks
diff --g
Author: fijal
Branch: vmprof-newstack
Changeset: r81639:b14e3b107fdf
Date: 2016-01-09 15:07 +0200
http://bitbucket.org/pypy/pypy/changeset/b14e3b107fdf/
Log:improve the test and make sure we emit the footer
diff --git a/rpython/jit/backend/test/test_rvmprof.py
b/rpython/jit/backend/test/test
Author: Armin Rigo
Branch:
Changeset: r81638:bb701d0fa4d3
Date: 2016-01-09 11:17 +0100
http://bitbucket.org/pypy/pypy/changeset/bb701d0fa4d3/
Log:cffi_imports depends on pypy-c being built first
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -39,5 +39,5 @@
# runs. We ca
14 matches
Mail list logo