Joey
3a746e7d76
Fixed issue #100 : Already released error
...
This issue would cause running the example program to crash with the error:
File "/usr/local/lib/python2.7/dist-packages/llvm/passes.py", line 161, in add
self._ptr.add(pass_obj._ptr)
File "/usr/local/lib/python2.7/dist-packages/llvmpy/api/llvm/__init__.py", line 3726, in add
capsule.release_ownership(unwrapped1[0])
File "/usr/local/lib/python2.7/dist-packages/llvmpy/capsule.py", line 113, in release_ownership
raise Exception("Already released")
Exception: Already released
2014-05-25 22:52:35 -06:00
Siu Kwan Lam
34900d2748
Update README.rst
2014-04-29 13:25:43 -05:00
Siu Kwan Lam
749b518b90
Update changelog
0.12.5
2014-04-28 11:06:48 -05:00
Siu Kwan Lam
c07fce0477
Update MANIFEST.in ( #99 )
2014-04-28 11:03:13 -05:00
Siu Kwan Lam
7f8476dd33
Fixing leaks ( #92 ); thanks to ksshelt and eltjpm.
2014-04-04 15:14:47 -05:00
Siu Kwan Lam
57afefb069
Update change log
0.12.4
2014-03-20 15:00:11 -05:00
Siu Kwan Lam
0629ccb226
Allow BasicBlock downcast to Value
2014-03-19 11:33:01 -05:00
Siu Kwan Lam
6e4620edc6
Disable check_intrinsic
2014-03-13 13:47:09 -05:00
Siu Kwan Lam
2410267c8e
Disable isolated test in conda build
2014-03-13 13:20:08 -05:00
Siu Kwan Lam
bc12aae8c1
Hashable Module and fix Module __eq__
2014-03-11 15:17:06 -05:00
Siu Kwan Lam
6578412437
Add binding for dynamic library loading
2014-03-06 11:58:40 -06:00
Siu Kwan Lam
ce696c9b4e
Update changelog
0.12.3
2014-02-18 14:30:39 -06:00
Siu Kwan Lam
3befa1be59
Merge pull request #94 from cgohlke/patch-1
...
Fix ImportError for C extensions on Python 3.4b2
2014-02-18 14:27:32 -06:00
Siu Kwan Lam
a9174f09c5
Merge pull request #88 from cantora/tests-import-TestCase
...
Fix broken tests from test refactor
2014-02-18 14:20:39 -06:00
Siu Kwan Lam
b86cc097d9
Fix deprecated function use
2014-02-18 14:13:40 -06:00
Jay Bourque
0e9f434ad8
Fix release date year in CHANGELOG
2014-02-10 10:54:08 -06:00
cgohlke
e868b825bb
Fix ImportError of C extensions on Python 3.4b2
2014-02-04 15:52:41 -08:00
Ilan Schnell
dd2a569d76
fix release date
0.12.2
2014-02-04 14:22:53 -06:00
Siu Kwan Lam
059192f1ae
Update change log
2014-01-31 17:33:32 -06:00
Siu Kwan Lam
3db6d8352a
Fix isolated test runner
2014-01-16 18:34:19 -06:00
Siu Kwan Lam
00db78d89e
Edit conda buildscript
2014-01-16 17:45:15 -06:00
Siu Kwan Lam
d9eb3ec175
Update setup.py
2014-01-16 17:11:21 -06:00
Siu Kwan Lam
4ed8f80774
Fix avx_support; only run check_intrinsics for conda build test
2014-01-16 17:03:40 -06:00
Siu Kwan Lam
43095609c3
Add intrinsic check
2014-01-16 16:49:23 -06:00
Siu Kwan Lam
b9cccbf9ae
Close everything properly
2014-01-16 11:22:52 -06:00
Siu Kwan Lam
8689d62f02
Fix for PY3
2014-01-15 17:41:15 -06:00
Siu Kwan Lam
17d3cef4bd
Fix build_pass_manager fpm handling
2013-12-31 16:57:45 -06:00
Siu Kwan Lam
ecac668bef
Fix inline threshold and add size level
2013-12-27 22:21:33 -06:00
Siu Kwan Lam
078f1fe5c1
Move capsule code into C++
2013-12-23 17:17:12 -06:00
Siu Kwan Lam
b9752e1e98
Add deprecated module and deprecate alloca_array
2013-12-20 12:26:35 -06:00
Siu Kwan Lam
f8c1c78df1
Leaner
2013-12-18 15:25:14 -06:00
Siu Kwan Lam
b8e0338da8
Add AllocaInstruction
2013-12-18 10:43:11 -06:00
Siu Kwan Lam
091a393d1d
insert_value, extract_value can be multiple dimensional
2013-12-16 14:05:19 -06:00
anthony cantor
d7590fb029
change module name from llvm.test_llvmpy to llvm.tests.support
...
this seems to have been forgotten when test stuff was refactored.
2013-12-03 02:37:47 -07:00
Troy Powell
c199881b67
fixing index.rst
2013-11-18 15:59:01 -06:00
Ilan Schnell
fb3b6a3674
update changelog
0.12.1
2013-11-11 15:22:39 -06:00
Siu Kwan Lam
4e814b7d53
skip test for building executable from native object and assembly on OSX
2013-11-11 12:20:43 -06:00
Siu Kwan Lam
8a6dd7af7f
fix loop-vectorize for llvm-3.3
2013-11-05 16:58:20 -06:00
Siu Kwan Lam
d08095299e
add example for using vector instructions
2013-11-01 16:58:49 -05:00
Siu Kwan Lam
bf5859be7e
fix bad version checking which disables auto-vectorization for llvm 3.3
2013-11-01 16:50:53 -05:00
Siu Kwan Lam
18d3b4809f
Fix py2.6--use Popen instead of check_output
2013-10-05 13:55:26 +08:00
Siu Kwan Lam
a82e876f93
Add test skipping to disable arch specific tests conditionally
2013-10-05 13:37:04 +08:00
Siu Kwan Lam
1f7b9e3922
Fix setup.py
2013-10-04 15:35:22 +08:00
Siu Kwan Lam
fac1bc782d
Reorganize and cleanup tests
2013-10-04 15:24:30 +08:00
Siu Kwan Lam
ea452bd33c
Fix test
2013-09-30 17:18:30 -05:00
Siu Kwan Lam
ddf2007553
Adjust test for win32 x86 ABI
2013-09-30 17:13:06 -05:00
Siu Kwan Lam
e7a7896710
Adjust test for win32 amd64 ABI
2013-09-30 16:59:46 -05:00
Siu Kwan Lam
69a78d0a54
Test ABI for structures and reorganize tests a bit.
2013-09-30 16:24:26 -05:00
Siu Kwan Lam
cc4e4631bd
fix windows build: include all LLVM static library
2013-09-19 17:38:46 -05:00
Siu Kwan Lam
8034854ad4
make visual studio happy
2013-09-19 17:11:54 -05:00