llvmpy/test
2012-08-18 22:10:16 -05:00
..
asm.py Python3 ready. Py2.7 and Py3 working. Drop PyCObject for all. 2012-07-26 15:25:23 -07:00
atomic.py more Py26 test fixes 2012-08-12 23:31:47 -05:00
call-jit-ctypes.py Updated more tests to use unittest. 2012-07-20 21:46:23 -07:00
constants.py more Python 2.6 test fixes 2012-08-12 23:21:45 -05:00
enginebuilder.py Added EngineBuilder. 2012-07-25 15:31:18 -07:00
example-jit.py Updated more tests to use unittest. 2012-07-20 21:46:23 -07:00
example.py Updated more tests to use unittest. 2012-07-20 21:46:23 -07:00
intrinsic.py fix more tests for Python 2.6 2012-08-12 23:12:55 -05:00
issue10.py Updated more tests to use unittest. 2012-07-20 21:46:23 -07:00
JITTutorial1.py 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
JITTutorial2.py 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
native.py Added Module.to_native_object() and Module.to_native_assembly(). 2012-08-09 15:41:55 -07:00
objcache.py more Py26 test fixes 2012-08-12 23:31:47 -05:00
opaque.py more Python 2.6 test fixes 2012-08-12 23:21:45 -05:00
operands.py more Py26 test fixes 2012-08-12 23:31:47 -05:00
passes.py Fix Py3 incompatible in tests. 2012-07-25 19:55:22 -07:00
README Avoid object aliasing (with Seth Warn) 2009-02-23 06:49:30 +00:00
targetmachines.py add method to retrieve host cpu name 2012-08-18 17:32:40 -07:00
test.py Add opaque StructType; 2012-07-22 15:14:52 -07:00
testall.py Fix broken testall.py (NameError: PASS_AGGRESSIVE_DCE) 2012-08-07 15:38:06 -07:00
testattrs.py Python3 ready. Py2.7 and Py3 working. Drop PyCObject for all. 2012-07-26 15:25:23 -07:00
uses.py fixed uses.py for Python 2.6 2012-08-12 23:24:12 -05:00
volatile.py Add methods to set volatile inst. 2012-08-02 16:51:42 -07:00

The files herein serve as examples or testers for various parts of llvm-py.
Everything here is checked to be working before release. All files are
self-contained.