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 b941ae5f1f Use non-temporal hint at memory store for vectorizer.
Note: LLVM optimizer is smart enough to not use NT write if it is slower.
2012-09-07 17:53:22 -07:00
__init__.py reorganize 2012-08-13 15:53:09 -07:00
builder.py Use non-temporal hint at memory store for vectorizer. 2012-09-07 17:53:22 -07: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