search for: a820f720

Displaying 3 results from an estimated 3 matches for "a820f720".

2013 Apr 16
0
[LLVMdev] The most efficient way to compile to LLVM IR?
On Mon, Apr 15, 2013 at 3:32 PM, Hongbo Zhang <bobzhang1988 at gmail.com> wrote: > Hi all, > I am trying to compile my toy language to LLVM back end. (I am new to > LLVM, so my questions may sound naive) > I am looking at some tutorials about LLVM, most are about how to use LLVM > IRBuilder, however, I find the API provided by IRBuilder is quite imperative > and
2013 Apr 16
2
[LLVMdev] The most efficient way to compile to LLVM IR?
...t > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -- Regards -- Bob -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130416/a820f720/attachment.html>
2013 Apr 15
4
[LLVMdev] The most efficient way to compile to LLVM IR?
Hi all, I am trying to compile my toy language to LLVM back end. (I am new to LLVM, so my questions may sound naive) I am looking at some tutorials about LLVM, most are about how to use LLVM IRBuilder, however, I find the API provided by IRBuilder is quite imperative and verbose, and the API changes so fast that most of the tutorials are out of dated. So I am wondering what's