search for: zonouz

Displaying 20 results from an estimated 24 matches for "zonouz".

Did you mean: honour
2009 Jul 09
5
[LLVMdev] Source file information.
Hi, I am new to LLVM, and need to find the line number and cpp source file name for each instruction in a .bc file. I suppose llvm debugger might have that feature but there is no documentation on it. Would you please give me some help how to do it? Thanks, ::Saman Zonouz University of Illinois -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090709/fdb2b693/attachment.html>
2009 Jul 09
0
[LLVMdev] Source file information.
..., is there any way that I use a library to get the file/line information for each instruction? since, I am writing a pass for opt tool that manipulates the callgraph and want to get the line number information in runOnModule() function. Thanks, ::Saman On Thu, Jul 9, 2009 at 8:13 AM, Saman Aliari Zonouz <saliari2 at uiuc.edu>wrote: > Hi, > > I am new to LLVM, and need to find the line number and cpp source file name > for each instruction in a .bc file. I suppose llvm debugger might have that > feature but there is no documentation on it. Would you please give me some > he...
2009 Jul 09
3
[LLVMdev] Source file information.
>> -----Original Message----- >> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On >> Behalf Of Saman Aliari Zonouz >> Sent: Thursday, July 09, 2009 11:44 AM >> To: llvmdev at cs.uiuc.edu >> Subject: [LLVMdev] Source file information. >> >> Hi, >> >> I am new to LLVM, and need to find the line number and cpp source file >> name for each instruction in a .bc file....
2009 Jul 09
0
[LLVMdev] Source file information.
> -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On > Behalf Of Saman Aliari Zonouz > Sent: Thursday, July 09, 2009 11:44 AM > To: llvmdev at cs.uiuc.edu > Subject: [LLVMdev] Source file information. > > Hi, > > I am new to LLVM, and need to find the line number and cpp source file > name for each instruction in a .bc file. I suppose llvm debugger might &...
2009 Jul 09
0
[LLVMdev] Source file information.
On 2009-07-09 11:17, Aaron Gray wrote: >>> -----Original Message----- >>> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] >>> >> On >> >>> Behalf Of Saman Aliari Zonouz >>> Sent: Thursday, July 09, 2009 11:44 AM >>> To: llvmdev at cs.uiuc.edu >>> Subject: [LLVMdev] Source file information. >>> >>> Hi, >>> >>> I am new to LLVM, and need to find the line number and cpp source file >>> name for e...
2009 Jul 17
1
[LLVMdev] Function Argument in LLVM
Hi, I am new to LLVM, and want to get the name of each argument for a given Function in a .bc file. Function.Argument.getName() returns "". Could somebody please help me figure this out? Thanks, ::Saman Zonouz -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090717/180898ff/attachment.html>
2009 Jul 23
0
[LLVMdev] LLVM Module Pass problem!
Saman Zonouz wrote: > Dear All, > > I am new to LLVM and try to write a Module pass. In the same .cpp file > I am defining a class. > The problem is that whenever I instantiate an object from the class I > get the following error while running the pass: > > opt: symbol lookup error: ../l...
2009 Jul 23
2
[LLVMdev] LLVM Module Pass problem!
Dear All, I am new to LLVM and try to write a Module pass. In the same .cpp file I am defining a class. The problem is that whenever I instantiate an object from the class I get the following error while running the pass: opt: symbol lookup error: ../llvm/Debug/lib/MyPass.so: undefined symbol: _ZN10Thread_MyPassC1Ev The pass is compiled correctly but does not run. Could you someone please let
2009 Jul 09
1
[LLVMdev] Source file information.
...of how to use it." http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/DebugInfo.h?revision=74920&view=markup http://llvm.org/doxygen/classes.html#letter_D Anyway theres some pointers, Aaron Thanks, ::Saman On Thu, Jul 9, 2009 at 8:13 AM, Saman Aliari Zonouz <saliari2 at uiuc.edu> wrote: Hi, I am new to LLVM, and need to find the line number and cpp source file name for each instruction in a .bc file. I suppose llvm debugger might have that feature but there is no documentation on it. Would you please give me some help how to do it?...
2009 Jul 09
5
[LLVMdev] Source file information.
...ay wrote: > >>>> -----Original Message----- >>>> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] >>>> >>>> >>> On >>> >>> >>>> Behalf Of Saman Aliari Zonouz >>>> Sent: Thursday, July 09, 2009 11:44 AM >>>> To: llvmdev at cs.uiuc.edu >>>> Subject: [LLVMdev] Source file information. >>>> >>>> Hi, >>>> >>>> I am new to LLVM, and need to find the line number and cpp source...
2009 Jul 09
0
[LLVMdev] Source file information.
...; On 2009-07-09 11:17, Aaron Gray wrote: > >>>> -----Original Message----- >>>> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] >>>> >>>> >>> On >>> >>> >>>> Behalf Of Saman Aliari Zonouz >>>> Sent: Thursday, July 09, 2009 11:44 AM >>>> To: llvmdev at cs.uiuc.edu >>>> Subject: [LLVMdev] Source file information. >>>> >>>> Hi, >>>> >>>> I am new to LLVM, and need to find the line number and cpp source...
2009 Jul 09
3
[LLVMdev] Source file information.
...--- >>>>> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] >>>>> >>>>> >>>>> >>>> On >>>> >>>> >>>> >>>>> Behalf Of Saman Aliari Zonouz >>>>> Sent: Thursday, July 09, 2009 11:44 AM >>>>> To: llvmdev at cs.uiuc.edu >>>>> Subject: [LLVMdev] Source file information. >>>>> >>>>> Hi, >>>>> >>>>> I am new to LLVM, and need to find the...
2009 Jun 15
1
[LLVMdev] VmKit Question.
Hi, I compiled VmKit and got it running, but do not know how it is possible to emit llvm-bitcode fram .java code. Would you please help me? Thanks, ::Saman -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090615/79240d35/attachment.html>
2009 Jul 07
1
[LLVMdev] LLVM Question.
Hi, I am Saman, a UIUC PhD student working with LLVM. Would you please let me know how I can extract CG and CFG for a given application? Thanks a lot, ::Saman -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090707/951958b6/attachment.html>
2009 Jul 15
0
[LLVMdev] Deadlock and Reachability analysis in LLVM?
Hi, I am wondering if there is any tool in LLVM which does 1) static deadlock detection or 2) reachability analysis in CFG? Best regards, ::Saman Zonouz -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090715/34ad1698/attachment.html>
2009 Jul 27
2
[LLVMdev] Reachability info in LLVM?
Dear All, I am new to LLVM and want to know if LLVM provides any reachability information about the instructions inside a function? For example, is instruction 'J' reachable from the instruction 'I'? (just based on CFG) Thanks a lot, ::Saman -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jul 27
0
[LLVMdev] Reachability info in LLVM?
On Jul 27, 2009, at 5:05 AM, Saman Zonouz wrote: > Dear All, > > I am new to LLVM and want to know if LLVM provides any reachability > information about the instructions inside a function? For example, > is instruction 'J' reachable from the instruction 'I'? (just based > on CFG) You can just do a...
2009 Jul 28
1
[LLVMdev] Reachability info in LLVM?
Thanks. that's right but I was looking for sth like "successor closure" set for each instruction 'I' that includes all reachable instructions from I. Does LLVM provide such a set? Thanks alot, ::Saman Dear All, > >I am new to LLVM and want to know if LLVM provides any reachability information about the instructions inside a function? For example, is instruction
2009 Jul 13
2
[LLVMdev] Aliasing on bitcode.
...y given the .bc file of the application. Is there any library in LLVM which already implements the aliasing? (does it support multi-threaded apps?) What is the best way of doing it (I want to extract aliasing information in runOnModule() function in the pass I am working on)? Thanks a lot, ::Saman Zonouz UIUC PhD CS student -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090713/93137a01/attachment.html>
2009 Jul 09
0
[LLVMdev] Source file information.
...--Original Message----- >>>>> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] >>>>> >>>>> >>>>> >>>> On >>>> >>>> >>>> >>>>> Behalf Of Saman Aliari Zonouz >>>>> Sent: Thursday, July 09, 2009 11:44 AM >>>>> To: llvmdev at cs.uiuc.edu >>>>> Subject: [LLVMdev] Source file information. >>>>> >>>>> Hi, >>>>> >>>>> I am new to LLVM, and need to find the...