llvmpy/test
mdevan.foobar 5901f8d32b Migrate to LLVM 2.6 (KS Sreeram) (Issue #25)
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@83 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2009-10-28 06:02:04 +00:00
..
asm.py Set execute bit on python scripts 2009-02-25 17:48:53 +00:00
call-jit-ctypes.py Example for calling functions via ctypes (Andrew Straw) 2009-09-20 09:31:28 +00:00
example-jit.py Set execute bit on python scripts 2009-02-25 17:48:53 +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 Set execute bit on python scripts 2009-02-25 17:48:53 +00:00
README Avoid object aliasing (with Seth Warn) 2009-02-23 06:49:30 +00:00
test.py Migrate to LLVM 2.6 (KS Sreeram) (Issue #25) 2009-10-28 06:02:04 +00:00
testall.py Migrate to LLVM 2.6 (KS Sreeram) (Issue #25) 2009-10-28 06:02:04 +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.