llvmpy/test
2012-08-19 01:27:42 -05:00
..
asm.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
atomic.py more Py26 test fixes 2012-08-12 23:31:47 -05:00
call-jit-ctypes.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
constants.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
enginebuilder.py Added EngineBuilder. 2012-07-25 15:31:18 -07:00
example-jit.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
example.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
intrinsic.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
issue10.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
JITTutorial1.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
JITTutorial2.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
native.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
objcache.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
opaque.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
operands.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
passes.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
README Avoid object aliasing (with Seth Warn) 2009-02-23 06:49:30 +00:00
targetmachines.py add method to retrieve host cpu name 2012-08-18 17:32:40 -07:00
test.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
testall.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
testattrs.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
uses.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
volatile.py Add methods to set volatile inst. 2012-08-02 16:51:42 -07: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.