llvmpy/test
anthony cantor 818c9289fc implemented binding for MCDisassembler.getInstruction
also added new llvm.mc module to act as higher level
python access to the MC section of LLVM (added Instr
and Disassembler classes).
2013-09-18 11:52:20 -05: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 implemented binding for MCDisassembler.getInstruction 2013-09-18 11:52:20 -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 Fix for python 3 2013-02-27 13:48:08 -06: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 cleanup 2013-01-31 17:54:20 -06:00
malloc.py Fix for python 3 2013-02-27 13:48:08 -06:00
metadata.py Ensure python2.6 support 2013-01-24 11:58:28 -06: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 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
target_info.py added TargetRegistry_targets_list 2013-09-18 11:52:20 -05:00
tbaa.py Fix for python 3 2013-02-27 13:48:08 -06:00
test.py Ensure python2.6 support 2013-01-24 11:58:28 -06:00
test_debuginfo.py Fix for python 3 2013-02-27 13:48:08 -06:00
testall.py Fix a lots of bugs in the newbinding to pass all the tests. 2013-02-13 15:52:53 -06: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.