Displaying 5 results from an estimated 5 matches for "zhouxu".
Did you mean:
zhou
2011 Oct 31
4
[LLVMdev] Instrument examples
Hi,
I am new to LLVM. I want to use LLVM to instrument codes, such as
function calls and basic blocks. But I don't know where to start. I wonder
if there are any example codes to show how to instrument codes in the IR
level?
Thanks.
--
zhouxu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111031/9d09abb5/attachment.html>
2011 Nov 03
0
[LLVMdev] Instrument examples
On 10/31/2011 2:53 AM, zhouxu(NUDT) wrote:
> Hi,
> I am new to LLVM. I want to use LLVM to instrument codes, such as
> function calls and basic blocks. But I don't know where to start. I
> wonder if there are any example codes to show how to instrument codes
> in the IR level?
First, have you read the...
2011 Nov 01
1
[LLVMdev] Integrate my pass into opt?
Hi,
I wrote a pass for myself. But the only way I know to run my pass is
using the "-load" options of opt. I want to make my pass as a default pass
integrated into opt so that I will not have to use the "-load" option every
time. How could I do that? Thanks.
--
zhouxu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111101/982277aa/attachment.html>
2011 Nov 03
0
[LLVMdev] Instrument examples
Hi,
> I am new to LLVM. I want to use LLVM to instrument codes, such as
> function calls and basic blocks. But I don't know where to start. I wonder
> if there are any example codes to show how to instrument codes in the IR
> level?
No idea what exactly you want to achieve, but let me try.
First, you might need a function doing the instrument. Say,
void
2011 Nov 04
1
[LLVMdev] Instrument examples
...st one of my purpose. The API document
(though not very detailed) your provide is helpful. However, the problem of
the document is that it is not up-to-date. For example, "Type::Int32Ty" is
not used to acquire an integer type in LLVM2.9. So sometimes it cause
confusion to me.
Thanks.
--
zhouxu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111104/d887711a/attachment.html>