llvmpy/test
2012-09-19 12:31:51 -07: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
constexpr.py Fix ConstantExpr opcode to use C++ enum values. 2012-09-01 20:53:33 -07: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
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
metadata.py a simply exercise for tbaa tree building. 2012-09-19 12:31:51 -07:00
native_asm.py Make it possible to pass LLVM options from environment variables. 2012-08-26 21:00:56 -07: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
README update readme 2012-09-12 15:55:36 -05: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
volatile.py Add methods to set volatile inst. 2012-08-02 16:51:42 -07: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.