llvmpy/test
mdevan.foobar d5328ef255 Value.uses API
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@70 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2009-02-25 17:41:37 +00:00
..
asm.py Added API for reading assembly (.ll) files 2008-09-08 13:09:43 +00:00
example-jit.py Updated documentation and added more examples. 2008-08-15 15:38:27 +00:00
example.py Code cleanup, pylint, updated README, CHANGELOG 2009-02-23 11:24:12 +00:00
intrinsic.py Updated documentation and added more examples. 2008-08-15 15:38:27 +00:00
issue10.py Code cleanup, pylint, updated README, CHANGELOG 2009-02-23 11:24:12 +00:00
JITTutorial1.py Patch for OpenBSD, x86_64 support (Laurence Tratt) 2008-07-05 06:33:51 +00:00
JITTutorial2.py Patch for OpenBSD, x86_64 support (Laurence Tratt) 2008-07-05 06:33:51 +00:00
objcache.py Added User class, moved operands to User, cleanup 2009-02-25 11:04:25 +00:00
operands.py Added User class, moved operands to User, cleanup 2009-02-25 11:04:25 +00:00
passes.py Added test/example for passes. Updated documentation. 2008-09-08 15:35:22 +00:00
README Avoid object aliasing (with Seth Warn) 2009-02-23 06:49:30 +00:00
test.py Execution engine and passes work. Documentation and tests updated. 2008-06-07 13:44:25 +00:00
testall.py Value.uses API 2009-02-25 17:41:37 +00:00
typehandle.py Patch for OpenBSD, x86_64 support (Laurence Tratt) 2008-07-05 06:33:51 +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.