llvmpy/llvm
Siu Kwan Lam bed4f24cbd Added Module.to_native_object() and Module.to_native_assembly().
Added test for these new functions.
2012-08-09 15:41:55 -07:00
..
2.9_update.diff Updating to python 3 with 2to3. Check llvm/py3k_update.diff and llvm/py3k_update.out for the output from this. 2011-06-11 20:39:16 -05:00
__init__.py Python3 ready. Py2.7 and Py3 working. Drop PyCObject for all. 2012-07-26 15:25:23 -07:00
_core.cpp Added Module.to_native_object() and Module.to_native_assembly(). 2012-08-09 15:41:55 -07:00
_intrinsic_ids.py Update intrinsics and other codes for the 3.1 release. 2012-03-08 11:09:22 -06:00
_util.py Python3 ready. Py2.7 and Py3 working. Drop PyCObject for all. 2012-07-26 15:25:23 -07:00
core.py Added Module.to_native_object() and Module.to_native_assembly(). 2012-08-09 15:41:55 -07:00
ee.py Drop unused argument for GenericValue.pointer(). 2012-07-26 15:44:53 -07:00
extra.cpp Added Module.to_native_object() and Module.to_native_assembly(). 2012-08-09 15:41:55 -07:00
extra.h Added Module.to_native_object() and Module.to_native_assembly(). 2012-08-09 15:41:55 -07:00
llvm_c_extra.h Added EngineBuilder. 2012-07-25 15:31:18 -07:00
passes.py Python3 ready. Py2.7 and Py3 working. Drop PyCObject for all. 2012-07-26 15:25:23 -07:00
py3k_update.diff Updating to python 3 with 2to3. Check llvm/py3k_update.diff and llvm/py3k_update.out for the output from this. 2011-06-11 20:39:16 -05:00
py3k_update.output Updating to python 3 with 2to3. Check llvm/py3k_update.diff and llvm/py3k_update.out for the output from this. 2011-06-11 20:39:16 -05:00
wrap.cpp Python3 ready. Py2.7 and Py3 working. Drop PyCObject for all. 2012-07-26 15:25:23 -07:00
wrap.h Atomic load/store must explicit define alignment. 2012-08-03 14:13:22 -07:00