llvmpy/llvm
2012-09-10 16:52:50 -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 REL: master now 0.8.3 2012-08-31 19:14:34 -05:00
_core.cpp C++ cleanup of old C conventions - prefer C++ casting to unsafe C style casts - use templates to encapsulate casting - prefer new to malloc - apply const when possible - decalare variables as near to use as possible 2012-09-10 16:52:50 -07:00
_util.py Python3 ready. Py2.7 and Py3 working. Drop PyCObject for all. 2012-07-26 15:25:23 -07:00
capsulethunk.h Add & use capsulethunk for Py2.6 2012-08-10 19:22:30 -07:00
core.py Merge pull request #18 from laanwj/2012_09_constantint_value 2012-09-10 16:41:19 -07:00
ee.py add method to retrieve host cpu name 2012-08-18 17:32:40 -07:00
extra.cpp add support for metadata. 2012-09-06 15:47:23 -07:00
extra.h add support for metadata. 2012-09-06 15:47:23 -07:00
llvm_c_extra.h Add target machine 2012-08-14 12:04:28 -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
test_llvmpy.py Add ways to get the value of a ConstantInt 2012-09-09 12:40:40 +02:00
wrap.cpp C++ cleanup of old C conventions - prefer C++ casting to unsafe C style casts - use templates to encapsulate casting - prefer new to malloc - apply const when possible - decalare variables as near to use as possible 2012-09-10 16:52:50 -07:00
wrap.h C++ cleanup of old C conventions - prefer C++ casting to unsafe C style casts - use templates to encapsulate casting - prefer new to malloc - apply const when possible - decalare variables as near to use as possible 2012-09-10 16:52:50 -07:00