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
|
|
||
|---|---|---|
| llvm_cbuilder | ||
| tests | ||
| README.md | ||
A llvm-py Builder wrapper for writing in slightly higher-level constructs. This is aiming for two usecases:
- Emit LLVM code in a more human-readable way;
- Writing low-level code that you can't do it properly/portably with C, e.g template (generic), atomic operations, memory ordering...