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
2012-08-06 14:46:27 -07:00
llvm_cbuilder Add CBuilder.depends to automatically insert depending function. 2012-08-06 14:46:27 -07:00
tests Add printf() and friends. 2012-08-04 19:13:35 -07:00
parallel_vectorize.py Add CBuilder.depends to automatically insert depending function. 2012-08-06 14:46:27 -07:00
README.md add build & test instruction to README 2012-08-02 14:20:02 -07:00
test_parallel_vectorize.py Add CBuilder.depends to automatically insert depending function. 2012-08-06 14:46:27 -07:00

A llvm-py Builder wrapper for writing in slightly higher-level constructs. This is aiming for two usecases:

  1. Emit LLVM code in a more human-readable way;
  2. Writing low-level code that you can't do it properly/portably with C, e.g template (generic), atomic operations, memory ordering...