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 aebb9857eb Drop volatile option in atomic ops.
Add volatile option to store.
2012-08-03 16:31:23 -07:00
llvm_cbuilder Drop volatile option in atomic ops. 2012-08-03 16:31:23 -07:00
tests Add atomic ops 2012-08-03 16:26:46 -07:00
README.md add build & test instruction to README 2012-08-02 14:20:02 -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...