| .. | ||
| call-jit-ctypes.py | ||
| clonemodule.py | ||
| constants.py | ||
| example-jit.py | ||
| example.py | ||
| inlineasm.py | ||
| JITTutorial1.py | ||
| JITTutorial2.py | ||
| loopvectorize.c | ||
| loopvectorize.ll | ||
| loopvectorize.py | ||
| malloc.py | ||
| metadata.py | ||
| native_asm.py | ||
| operands.py | ||
| pass.py | ||
| README | ||
| tbaa.py | ||
| test.py | ||
| test_debuginfo.py | ||
| testall.py | ||
The files herein serve as examples. All tests should be part of the llvm.test() function (i.e. part of llvm.test_llvmpy), such that they can be easily run when llvmpy is deployed. Everything here is checked to be working before release. All files are self-contained.