Displaying 17 results from an estimated 17 matches for "aliari".
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 .b...
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:
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
>>> nam...
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...
2009 Jul 13
0
[LLVMdev] Aliasing on bitcode.
On Mon, Jul 13, 2009 at 3:28 PM, saman aliari<samy_442 at yahoo.com> wrote:
> I am working on a LLVM bitcode based project in which we do static lockset
> analysis. I need to get Aliasing information statically given the .bc file
> of the application. Is there any library in LLVM which already implements
> the aliasing?
Ther...
2009 Jul 09
0
[LLVMdev] Source file information.
...? if so, 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...
2009 Jul 13
2
[LLVMdev] Aliasing on bitcode.
Dear All,
I am working on a LLVM bitcode based project in which we do static lockset analysis. I need to get Aliasing information statically 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
2009 Jul 09
5
[LLVMdev] Source file information.
...aron 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...
2009 Jul 09
0
[LLVMdev] Source file information.
...te:
> 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...
2009 Jul 09
3
[LLVMdev] Source file information.
...ssage-----
>>>>> 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 f...
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 09
1
[LLVMdev] Source file information.
...example 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...
2009 Jul 09
0
[LLVMdev] Source file information.
...gt; -----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 f...
2009 Jul 10
2
[LLVMdev] Source file information.
Thanks a lot for the helpful info.
Devang, I need line number information for a project in which we want to
find a feasible path through an application based on some bug-signature that
is given. And the signature includes line number info for the frames on
stack.
One Q regarding the mailing list: I have subscribed the list but still don't
receive the mails. Could someone please let me know
2009 Jul 10
0
[LLVMdev] Source file information.
Hi,
Thanks John it solved my prob.
In particular, I need to find the file/line info. from .bc file about all
locations that a specific Function is called. Is there any better way than
searching all the instructions in runOnModule() during a pass?
Thanks a lot,
::Saman
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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>