Displaying 3 results from an estimated 3 matches for "chammah".
Did you mean:
shammah
2010 Sep 27
0
[LLVMdev] Fwd: A Question
---------- Forwarded message ----------
From: Kenneth Uildriks <kennethuil at gmail.com>
Date: Mon, Sep 27, 2010 at 1:31 PM
Subject: Re: A Question
To: Tarek Chammah <tchammah at uwaterloo.ca>
On Mon, Sep 27, 2010 at 12:49 PM, Tarek Chammah <tchammah at uwaterloo.ca> wrote:
> Hi Kenneth,
>
> If I understand you correctly, say on my Linux machine I can link in
> the pthreads library, and when I generate the IR I can then call its
> t...
2011 Feb 13
1
[LLVMdev] any documents for the poolalloc project?
Hi Jianzhou,
The best source of documentation for the poolalloc project remains
Chris Lattner's dissertation:
http://llvm.org/pubs/2005-05-04-LattnerPHDThesis.html
Chapter 5 specifically if you'd like information on the poolalloc
transformation.
In addition to the thesis, there is also a brief manual for
information on data structure analysis:
2010 Nov 15
0
[LLVMdev] How to create a new Basic block
> Please help me out. I am trying to create an empty basic block between two
> basic blocks. I am using splitedge function. But I am getting the o/p. The
> .ll file is not showing any output.
>
> --
> regards,
> soumya prasad ukil
Hi, AFAIK you'd use the createBasicBlock method of the
llvm::BasicBlock class. If you want to emit it during the code gen
phase the EmitBlock