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> Thanks & Regards, > -Mahadevan. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
On Nov 22, 2008, at 8:59 AM, 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/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): http://llvm.org/Users.html Hopefully we'll get a better web page to host and promote this sort of thing someday. -Chris