llvmpy/test
mdevan.foobar b2d8ff38a8 More properties/methods for TargetData.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@73 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2009-03-01 08:34:04 +00:00
..
asm.py Set execute bit on python scripts 2009-02-25 17:48:53 +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 Set execute bit on python scripts 2009-02-25 17:48:53 +00:00
testall.py More properties/methods for TargetData. 2009-03-01 08:34: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.