llvmpy/test
2013-01-22 11:21:17 -06:00
..
call-jit-ctypes.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
clonemodule.py can now clone modules 2012-10-19 16:18:24 -05:00
constants.py fixed file mode of test files 2012-08-19 01:27:42 -05: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
inlineasm.py Test for InlineAsm 2012-11-01 11:42:30 -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
loopvectorize.c Add test to verify new pass APIs and loop-vectorizer. 2013-01-02 17:42:28 -06:00
loopvectorize.ll Add test to verify new pass APIs and loop-vectorizer. 2013-01-02 17:42:28 -06:00
loopvectorize.py Fix breakage of LLVM 3.1. 2013-01-04 14:24:26 -06:00
metadata.py Fix a couple of tests for Python 3 2012-10-10 10:49:48 -05:00
native_asm.py Make it possible to pass LLVM options from environment variables. 2012-08-26 21:00:56 -07:00
operands.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
pass.py Fix breakage of LLVM 3.1. 2013-01-04 14:24:26 -06:00
README update readme 2012-09-12 15:55:36 -05:00
tbaa.py Add TBAA Builder 2012-11-29 12:36:54 -06:00
test.py fixed file mode of test files 2012-08-19 01:27:42 -05:00
test_debuginfo.py Accept list of values and LLVM values as debug descriptors 2013-01-22 11:21:17 -06:00
testall.py Fix a couple of tests for Python 3 2012-10-10 10:49:48 -05:00

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.