Displaying 20 results from an estimated 48 matches for "sahoo".
Did you mean:
yahoo
2010 Mar 10
4
[LLVMdev] glod plugin use
...ing to use gold plugin to compile and run some of my passes on some large softwares like mysql, apache etc. When I compile using llvm-gcc, everything works fine. But, when I followed the instructions on http://llvm.org/docs/GoldPlugin.html#build to use gold plugin, I got errors like:
/home/vadve/ssahoo2/local/bin/ld: error: modules/standard/libstandard.a: no archive symbol table (run ranlib)
/home/vadve/ssahoo2/local/bin/ld: error: modules/extra/libextra.a: no archive symbol table (run ranlib)
/home/vadve/ssahoo2/local/bin/ld: error: main/libmain.a: no archive symbol table (run ranlib)
....
I tr...
2010 Mar 11
0
[LLVMdev] glod plugin use
Swarup Kumar Sahoo wrote:
> Hi,
> I was trying to use gold plugin to compile and run some of my passes on some large softwares like mysql, apache etc. When I compile using llvm-gcc, everything works fine. But, when I followed the instructions on http://llvm.org/docs/GoldPlugin.html#build to use gold plugin...
2010 Mar 11
2
[LLVMdev] gold plugin use
---- Original message ----
>Date: Wed, 10 Mar 2010 22:09:22 -0800
>From: Nick Lewycky <nicholas at mxc.ca>
>Subject: Re: [LLVMdev] glod plugin use
>To: Swarup Kumar Sahoo <ssahoo2 at illinois.edu>
>Cc: llvmdev at cs.uiuc.edu, Rafael Espindola <espindola at google.com>
>
>Swarup Kumar Sahoo wrote:
>> Hi,
>> I was trying to use gold plugin to compile and run some of my passes on some large softwares like mysql, apache etc. When I...
2013 Jan 22
2
[LLVMdev] Dynamic Profiling - Instrumentation basic query
On 1/22/13 12:07 PM, Sahoo, Swarup Kumar wrote:
> Hi John and Silky,
>
> I can see a copy of 'giri' slicing project branch here http://llvm.org/viewvc/llvm-project/giri/. Though it may be little older, it will work I think. You can look at the code to see how we do the instrumentation.
The giri project...
2013 Jan 22
0
[LLVMdev] Dynamic Profiling - Instrumentation basic query
...ing analysis code, isn't it.
Our 'Giri' project was completely separate from it. Should we merge it with this or keep it as a separate project?
-Swarup.
________________________________________
From: John Criswell [criswell at illinois.edu]
Sent: Tuesday, January 22, 2013 12:12 PM
To: Sahoo, Swarup Kumar
Cc: Silky Arora; llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev] Dynamic Profiling - Instrumentation basic query
On 1/22/13 12:07 PM, Sahoo, Swarup Kumar wrote:
> Hi John and Silky,
>
> I can see a copy of 'giri' slicing project branch here http://llvm.org/viewvc/...
2014 Aug 18
2
[LLVMdev] generating a dynamic callgraph with llvm-prof
...p> file and runtime code in Tracing.cpp.
You may need to delete other unnecessary instrumentation code which you don't need.
Thanks,
Swarup.
________________________________
From: John Criswell [jtcriswel at gmail.com]
Sent: Sunday, August 17, 2014 2:25 PM
To: Eric Soderstrom; llvmdev
Cc: Sahoo, Swarup Kumar
Subject: Re: [LLVMdev] generating a dynamic callgraph with llvm-prof
Dear Eric,
Swarup and I wrote a dynamic slicing system called Giri several years ago that recorded the execution of every call instruction. It's not in the LLVM tree, and I don't think it works with the la...
2014 Jan 03
2
[LLVMdev] Tracing values in llvm IR
...ysis ,not dynamic),I had to backtrace instructions ,this may be not very efficient if the operation is very complex!
-Jin Huang
2014/1/3 Jin Huang <54jin.huang at gmail.com<mailto:54jin.huang at gmail.com>>
Thank You ! John and Swarup. I have already downloaded the code!
2014/1/3 Sahoo, Swarup Kumar <ssahoo2 at illinois.edu<mailto:ssahoo2 at illinois.edu>>
Hi Jin Huang,
The updated Giri code is available at https://github.com/liuml07/giri<https://github.com/liuml07/giri.>. This will give you an idea of how to instrument the program to trace different values. Y...
2014 Jan 03
2
[LLVMdev] Tracing values in llvm IR
...static analysis
,not dynamic),I had to backtrace instructions ,this may be not very
efficient if the operation is very complex!
-Jin Huang
2014/1/3 Jin Huang <54jin.huang at gmail.com>
> Thank You ! John and Swarup. I have already downloaded the code!
>
>
>
>
> 2014/1/3 Sahoo, Swarup Kumar <ssahoo2 at illinois.edu>
>
> Hi Jin Huang,
>>
>> The updated Giri code is available at https://github.com/liuml07/giri<https://github.com/liuml07/giri.>.
>> This will give you an idea of how to instrument the program to trace
>> different va...
2014 Jan 02
2
[LLVMdev] Tracing values in llvm IR
...liuml07/giri.>. This will give you an idea of how to instrument the program to trace different values. You can modify the code to achieve your goals.
-Swarup.
________________________________
From: Criswell, John T
Sent: Thursday, January 02, 2014 2:12 PM
To: Jin Huang; llvmdev at cs.uiuc.edu; Sahoo, Swarup Kumar
Subject: Re: [LLVMdev] Tracing values in llvm IR
On 1/1/14 11:39 PM, Jin Huang wrote:
Hi, everyone.
I want to writing a Pass to get the variable value while the program is running ,the basic idea is to insert an STL map in the program ,and get every value and address a program use ,...
2012 Oct 17
3
[LLVMdev] Using Clang LTO/gold plugin to build clang
Hi,
I was trying to build clang (svn head version) using clang-3.1 version. I am building a debug version using LTO/gold plugin. It is crashing with signal 9 when trying to link the bitcode files to build the executable. I am not sure, if this is a bug or just a memory issue. Has anyone done anything similar or noticed similar behavior? Any help would be welcome.
Thanks,
Swarup.
2010 Mar 11
3
[LLVMdev] gold plugin use
...rrors.
BTW, there is no directory called bfd_plugins inside lib. I think, there is some mistake in the documentation. I just copied the plugin to /lib directory and it works fine.
-Swarup.
>
>Cheers,
>--
>Rafael Ávila de Espíndola
*************************************
Swarup Kumar Sahoo
Thomas M. Siebel Center for Computer Science
University of Illinois at Urbana Champaign
201 N Goodwin Avenue
Urbana, IL-61801
Phone - 614 264 9574
2012 Oct 17
0
[LLVMdev] Using Clang LTO/gold plugin to build clang
Two suggestions:
- Use a 64-bit operating system.
- You could disable the LTO optimizations by commenting out a few
lines in tools/lto/LTOCodeGenerator.cpp to determine if the problem is
a pass or with LTO itself.
On Wed, Oct 17, 2012 at 10:38 AM, Sahoo, Swarup Kumar
<ssahoo2 at illinois.edu> wrote:
> Hi,
>
> I was trying to build clang (svn head version) using clang-3.1 version.
> I am building a debug version using LTO/gold plugin. It is crashing with
> signal 9 when trying to link the bitcode files to build the executab...
2010 Mar 11
0
[LLVMdev] gold plugin use
Swarup Kumar Sahoo wrote:
>>> Yes, ar and nm actually take -plugin option and if I pass this option, then I don't get these errors. But, llvm-gcc doesn't automatically pass this option to ar.
>>>
>> You probably just need to copy the gold plugin to
>> $PREFIX/lib/bfd-plugi...
2013 Jan 22
0
[LLVMdev] Dynamic Profiling - Instrumentation basic query
...gh it may be little older, it will work I think. You can look at the code to see how we do the instrumentation.
Thanks,
Swarup.
________________________________________
From: John Criswell [criswell at illinois.edu]
Sent: Tuesday, January 22, 2013 10:29 AM
To: Silky Arora; llvmdev at cs.uiuc.edu; Sahoo, Swarup Kumar
Subject: Re: [LLVMdev] Dynamic Profiling - Instrumentation basic query
On 1/13/13 11:06 PM, Criswell, John T wrote:
> There is code that does this for older versions of LLVM. I believe it is in the giri project in the LLVM SVN repository. I can look into more details when I get...
2012 Sep 13
2
[LLVMdev] Dominance frontier & Postdominance frontier
Hi,
I found that LLVM 3.1 says Dominance frontier is deprecated. Can anyone please tell me, if there is any replacement for Dominance frontier & Postdominance frontier in LLVM? What are the options if we need to use them?
Thanks,
Swarup.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Mar 30
1
help needed for survey
...ll of great help, if someone can point where I can get such a list of past and current bugs, possibly with the fixes for us to analyze. This is just a survey and there should not be any security related issues. Thanks in advance.
Regards,
Swarup.
*************************************
Swarup Kumar Sahoo
Thomas M. Siebel Center for Computer Science
University of Illinois at Urbana Champaign
201 N Goodwin Avenue
Urbana, IL-61801
Phone - 614 264 9574
2006 Dec 01
0
[LLVMdev] DSGraph::computeCalleeCallerMapping failing
...>Date: Fri, 1 Dec 2006 12:57:55 -0600
>From: "Andrew Lenharth" <andrewl at lenharth.org>
>Subject: Re: [LLVMdev] DSGraph::computeCalleeCallerMapping failing
>To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
>
>On 12/1/06, Swarup Kumar Sahoo <ssahoo2 at uiuc.edu> wrote:
>> I was trying to call "DSGraph::computeCalleeCallerMapping" function on all caller-calle pair.
>
>Have you tried getting a bugpoint reduction?
>
>Andrew
>_______________________________________________
>LLVM Developers mailing l...
2012 Jan 09
0
[LLVMdev] Dynamic Analysis
Dear Tarun,
Swarup Sahoo and I wrote some LLVM passes for dynamic slicing for LLVM 2.6. I believe we had planned to make the code publicly available as part of the Giri project (http://llvm.org/viewvc/llvm-project/giri/trunk), but due to other commitments, we have not moved the code into that SVN repository yet.
Let me c...
2012 Jan 09
3
[LLVMdev] Dynamic Analysis
Hi,
I want to find the dynamic slice of a given code. Is this already
implemented in LLVM?. If not which functions are there in the LLVM to
do dynamic analysis.
2013 Jan 22
3
[LLVMdev] Dynamic Profiling - Instrumentation basic query
On 1/13/13 11:06 PM, Criswell, John T wrote:
> There is code that does this for older versions of LLVM. I believe it is in the giri project in the LLVM SVN repository. I can look into more details when I get back from vacation. Swarup may also be able to provide information on the giri code.
I took a quick look, and the dynamic slicing code doesn't appear to be
checked into the giri