llvmpy/test
2010-10-24 08:46:59 +00:00
..
asm.py Set execute bit on python scripts 2009-02-25 17:48:53 +00:00
call-jit-ctypes.py Migrate to LLVM 2.8 (rc2) 2010-09-30 13:22:13 +00:00
example-jit.py Removed the deprecated ModuleProvider class 2010-07-26 16:36:02 +00:00
example.py Set execute bit on python scripts 2009-02-25 17:48:53 +00:00
intrinsic.py Set execute bit on python scripts 2009-02-25 17:48:53 +00:00
issue10.py Set execute bit on python scripts 2009-02-25 17:48:53 +00:00
JITTutorial1.py Set execute bit on python scripts 2009-02-25 17:48:53 +00:00
JITTutorial2.py Set execute bit on python scripts 2009-02-25 17:48:53 +00:00
objcache.py Set execute bit on python scripts 2009-02-25 17:48:53 +00:00
operands.py Added User class, moved operands to User, cleanup 2009-02-25 11:04:25 +00:00
passes.py Removed the deprecated ModuleProvider class 2010-07-26 16:36:02 +00:00
README Avoid object aliasing (with Seth Warn) 2009-02-23 06:49:30 +00:00
test.py Removed the deprecated ModuleProvider class 2010-07-26 16:36:02 +00:00
testall.py Use extract_value instead of getresult (Bryan Silverthorn) (Issue #34) 2010-10-24 08:46:59 +00:00
testattrs.py Added llvm.core.Argument.alignment 2010-10-15 10:33:37 +00:00
typehandle.py Set execute bit on python scripts 2009-02-25 17:48:53 +00:00
uses.py Value.uses API 2009-02-25 17:41:37 +00: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.