Displaying 3 results from an estimated 3 matches for "bobzhang1988".
2013 Apr 16
2
[LLVMdev] The most efficient way to compile to LLVM IR?
Thanks for your reply.
On Mon, Apr 15, 2013 at 9:15 PM, David Blaikie <dblaikie at gmail.com> wrote:
> 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...
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
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 IRBuil...