llvmpy/test
Siu Kwan Lam 5bb4b8affb Added EngineBuilder.
Added test/enginebuilder.
2012-07-25 15:31:18 -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
constants.py Added test for constants -- int, float, double, string, struct, vector. 2012-07-23 13:05:11 -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
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 Added PassManagerBuilder. 2012-07-24 23:42:28 -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 missing return in llvm/core.py and do some refactoring; 2012-07-23 09:27:24 -07: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.