Zoltan Varga
2008-Dec-05 16:31 UTC
[LLVMdev] [PATH] Add missing functionality to the C binding
Hi, The attached patch adds some missing functions to the C binding: - ability to insert previously created instructions using a builder - creation of aliases - creation of inline asm constants Please review and apply if it looks ok. thanks Zoltan -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm-c.diff Type: text/x-diff Size: 3610 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081205/415037b8/attachment.diff>
Possibly Parallel Threads
- [LLVMdev] [PATH] Add missing functionality to the C binding
- [LLVMdev] [PATH] Fix support for .umul.with.overflow on x86 + fix c binding
- [LLVMdev] [PATH] Fix support for .umul.with.overflow on x86 + fix c binding
- [LLVMdev] [PATH] Fixes for the amd64 JIT code
- [LLVMdev] [PATH] Add sub.ovf/mul.ovf intrinsics