llvmpy/test
mdevan.foobar aa6a406c46 Add and remove function attributes (Krzysztof Goj)
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@89 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2010-08-03 16:31:41 +00:00
..
asm.py Set execute bit on python scripts 2009-02-25 17:48:53 +00:00
call-jit-ctypes.py Removed the deprecated ModuleProvider class 2010-07-26 16:36:02 +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 Add and remove function attributes (Krzysztof Goj) 2010-08-03 16:31:41 +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.