Zoltan Varga
2008-Dec-15 14:39 UTC
[LLVMdev] [PATH] Add missing functionality to the C binding
Hi, This is a resend of a previous patch which had no responses. 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.patch Type: text/x-diff Size: 3665 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081215/0fea4ec7/attachment.patch>
OvermindDL1
2008-Dec-16 00:05 UTC
[LLVMdev] [PATH] Add missing functionality to the C binding
On Mon, Dec 15, 2008 at 7:39 AM, Zoltan Varga <vargaz at gmail.com> wrote:> Hi, > > This is a resend of a previous patch which had no responses. > > 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.I have noticed that patches mostly only get noticed if sent to the llvm-commits list instead of here. You might try CC'ing it there too.
Chris Lattner
2008-Dec-17 21:40 UTC
[LLVMdev] [PATH] Add missing functionality to the C binding
On Dec 15, 2008, at 6:39 AM, Zoltan Varga wrote:> Hi, > > This is a resend of a previous patch which had no responses. > > 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.Looks reasonable to me, thanks! http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081215/071272.html -Chris
Apparently Analagous Threads
- [LLVMdev] [PATH] Fix support for .umul.with.overflow on x86 + fix c binding
- [LLVMdev] [PATH] Add sub.ovf/mul.ovf intrinsics
- [LLVMdev] [PATH] Fixes for the amd64 JIT code
- [LLVMdev] [PATH] Fixes for the amd64 JIT code
- [LLVMdev] [PATH] Fixes for the amd64 JIT code