llvmpy/test
Siu Kwan Lam c9902ab8cf Add opaque StructType;
Remove test/typehandle.py;
Add test/opaque.py to demonstrate recursive type.
2012-07-22 15:14:52 -07:00
..
asm.py Added Module.id property (getter+setter). 2012-07-20 20:15:21 -07:00
call-jit-ctypes.py Updated more tests to use unittest. 2012-07-20 21:46:23 -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
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 Continue to update test to use unittest. 2012-07-21 20:27:14 -07:00
passes.py Continue to update test to use unittest. 2012-07-21 20:27:14 -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 Fixed some old PyInt usage, drastically reduced compile-time warnings 2011-06-12 13:58:57 -05:00
testattrs.py Add opaque StructType; 2012-07-22 15:14:52 -07:00
uses.py Add opaque StructType; 2012-07-22 15:14:52 -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.