llvmpy/test
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
..
asm.py Python3 ready. Py2.7 and Py3 working. Drop PyCObject for all. 2012-07-26 15:25:23 -07:00
atomic.py Atomic load/store must explicit define alignment. 2012-08-03 14:13:22 -07:00
call-jit-ctypes.py Updated more tests to use unittest. 2012-07-20 21:46:23 -07:00
constants.py Python3 ready. Py2.7 and Py3 working. Drop PyCObject for all. 2012-07-26 15:25:23 -07: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 Updated more tests to use unittest. 2012-07-20 21:46:23 -07: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 Fix: Object cache was removing objects properly. 2012-07-21 15:57:39 -07:00
opaque.py Add opaque StructType; 2012-07-22 15:14:52 -07:00
operands.py Fix Py3 incompatible in tests. 2012-07-25 19:55:22 -07: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
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 test_uses: Fix unexpected keyword argument 'end' with nosetests uses.py 2012-08-07 15:56:05 -07: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.