[ANN] llvm-py 0.5 released.

Hi.

Version 0.5 of llvm-py, Python bindings for LLVM, has been released.
This version supports (only) LLVM 2.4. New instructions of LLVM 2.4
(vicmp, vfcmp, insertvalue, extractvalue) are available.

Home page: http://mdevan.nfshost.com/llvm-py/

Feedback welcome.

Thanks & Regards,
-Mahadevan.

Mahadevan R wrote:

Hi.

Version 0.5 of llvm-py, Python bindings for LLVM, has been released.
This version supports (only) LLVM 2.4. New instructions of LLVM 2.4
(vicmp, vfcmp, insertvalue, extractvalue) are available.

Home page: http://mdevan.nfshost.com/llvm-py/

Feedback welcome.

This is very nice. I especially appreciate the extensive user guide!

Why do you use IPRED_xx and RPRED_xx instead of ICMP_xx and FCMP_xx? The latter is what we use in the C++ code and it seems to me that this is an unnecessary potential source of confusion.

Nick

This is *very* cool. We don't currently have a good way to host links to projects like yours, but I added it to this page (at the bottom): The LLVM Compiler Infrastructure Project

Hopefully we'll get a better web page to host and promote this sort of thing someday.

-Chris