llvmpy/test
anthony cantor d7590fb029 change module name from llvm.test_llvmpy to llvm.tests.support
this seems to have been forgotten when test stuff was refactored.
2013-12-03 02:37:47 -07: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 Fix a lots of bugs in the newbinding to pass all the tests. 2013-02-13 15:52:53 -06:00
example-disassemble.py added align parameter to llvm.mc.Disassembler.decode 2013-09-18 11:52:22 -05:00
example-instruction-info.py fix spaces redundant trailing spaces and missing line break at EOF 2013-09-18 11:58:05 -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 change module name from llvm.test_llvmpy to llvm.tests.support 2013-12-03 02:37:47 -07: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 cleanup 2013-01-31 17:54:20 -06:00
loopvectorize.ll Add test to verify new pass APIs and loop-vectorizer. 2013-01-02 17:42:28 -06:00
loopvectorize.py change module name from llvm.test_llvmpy to llvm.tests.support 2013-12-03 02:37:47 -07:00
malloc.py Fix for python 3 2013-02-27 13:48:08 -06:00
metadata.py change module name from llvm.test_llvmpy to llvm.tests.support 2013-12-03 02:37:47 -07:00
native_asm.py Make it possible to pass LLVM options from environment variables. 2012-08-26 21:00:56 -07:00
operands.py Fix a lots of bugs in the newbinding to pass all the tests. 2013-02-13 15:52:53 -06:00
pass.py TargetTransformInfo stuff doesnt work in llvm >= 3.3 2013-09-18 11:52:21 -05:00
README update readme 2012-09-12 15:55:36 -05:00
target_info.py fix spaces redundant trailing spaces and missing line break at EOF 2013-09-18 11:58:05 -05:00
tbaa.py change module name from llvm.test_llvmpy to llvm.tests.support 2013-12-03 02:37:47 -07:00
test.py change module name from llvm.test_llvmpy to llvm.tests.support 2013-12-03 02:37:47 -07:00
test_debuginfo.py change module name from llvm.test_llvmpy to llvm.tests.support 2013-12-03 02:37:47 -07:00
testall.py fix spaces redundant trailing spaces and missing line break at EOF 2013-09-18 11:58:05 -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.