Originally a github fork of the llvm-py repository from http://www.mdevan.org/llvm-py/index.html updated to work with LLVM 3.x. Since then it has changed significantly with multiple sub-projects. www.llvmpy.org
Find a file
Siu Kwan Lam d390960657 Add llvm_cbuilder translate features:
* handle while loop
 * handle for loop
 * handle immediate values

Todo: handle "break" and "continue"
2012-08-23 11:43:24 -05:00
__init__.py reorganize 2012-08-13 15:53:09 -07:00
builder.py Added stream vectorize. 2012-08-22 13:23:52 -05:00
executor.py Add initial vector support 2012-08-21 12:33:21 -05:00
libc.py reorganize 2012-08-13 15:53:09 -07:00
shortnames.py Add initial vector support 2012-08-21 12:33:21 -05:00
translator.py Add llvm_cbuilder translate features: 2012-08-23 11:43:24 -05:00