search for: iitb

Displaying 20 results from an estimated 200 matches for "iitb".

Did you mean: iit
2012 Mar 25
1
Weighting Schemes Project for GSoC 2012
...theoretical background strong), and what I can possibly do to show that I am deserving for this project, before the application period begins. Again as I said before, I want to make the maximum use of this opportunity to learn more about IR. I request you to browse through my website - www.cse.iitb.ac.in/~prajwal to have a look at my interests, and skills. Thank you, -- Prajwal.A.N. www.cse.iitb.ac.in/~prajwal Sophomore Undergraduate Student, Computer Science and Engineering, IIT Bombay. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian....
2012 Sep 17
1
ClamAV Problem
...ddbdir(): error parsing header of /var/clamav/daily.cld ERROR: Malformed database [FAILED] When I send mail to any one after that i check log so it is showing me Sep 17 16:15:20 neumann dovecot: imap-login: Login: user=< jha at phys.iitb.ac.in>, method=PLAIN, rip=10.112.1.2, lip=10.112.1.2, secured Sep 17 16:15:20 neumann dovecot: IMAP(jha at phys.iitb.ac.in): Disconnected: Logged out bytes=146/3849 Sep 17 16:15:25 neumann dovecot: imap-login: Login: user=< jha at phys.iitb.ac.in>, method=PLAIN, rip=10.112.1.2, lip=10.112....
2010 May 31
0
[LLVMdev] Finding Merge nodes in CFG (ambika@cse.iitb.ac.in)
...ed] (Eric Christopher) > 4. Re: LLVM opportunities with Google Native Client (Fabio Kaminski) > 5. Re: Finding Merge nodes in CFG (John Criswell) > 6. libllvm on windows (John Lask) > 7. Re: libllvm on windows (T?r?k Edwin) > 8. Re: Finding Merge nodes in CFG (ambika at cse.iitb.ac.in) > 9. Error with instruction selection (Kalle.Raiskila at nokia.com) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 30 May 2010 13:32:22 -0700 > From: Yuri <yuri at rawbw.com> > Subject: Re: [LLVMdev]...
2011 May 07
2
[LLVMdev] Change the return type of a function
...tion in a Pass(in a module Pass). I dont want to change any of the arguments of that function. Assume that, I can handle the returning values properly inside the function. Please guide me how to do this ? -- Regards, Gokul Ramaswamy, Graduate Student, Department of CSE, IIT Bombay http://www.cse.iitb.ac.in/~ramaswamy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110508/6ae9e14f/attachment.html>
2020 Apr 02
4
Versions in RHEL and CentOS
On Wed, Apr 1, 2020 at 12:33 PM Peter Kjellstr?m <cap at nsc.liu.se> wrote: > On Wed, 1 Apr 2020 10:01:04 +0530 > Thomas Stephen Lee <lee.iitb at gmail.com> wrote: > ... > > Thanks for the information ?. > > Rented a new EPYC Rome Server from Hetzner, but sensors does not show > > status of all cores in list, which is why I asked. > > Curious what "sensors" you are referring to.. > > Like this...
2010 Feb 23
1
[LLVMdev] Regarding a pass in LLVM
...a/llvm/llvm-obj/tools/opt/Release/opt.o: In function `global constructors keyed to opt.cpp': opt.cpp:(.text+0x1e89): undefined reference to `llvm::createMyAnaPass()' I dont understand whats the problem. Jianzhou Zhao wrote: > On Tue, Feb 23, 2010 at 7:17 AM, ambika <ambika at cse.iitb.ac.in> wrote: > >> Thanks that helped me out. >> But now I am facing one more problem. It says : >> >> ‘llvm::ModulePass* llvm::createMyAnaPass()’ should have been declared >> inside ‘llvm’ >> >> but I can find no place to declare it. >> Wher...
2011 Apr 17
4
[LLVMdev] Regarding BasicBlock Cloning
...so that it doesn't generate phi function in first place. Is this a good approach or there are some other function available for it. Tarun On Sun, Apr 17, 2011 at 5:22 AM, Eli Friedman <eli.friedman at gmail.com>wrote: > On Sat, Apr 16, 2011 at 4:32 PM, tarun agrawal <tarun at cse.iitb.ac.in> > wrote: > > Hi, > > > > I am writing a pass for constant propagation using graph restructuring ( > > code duplication). I am facing following difficulties.. > > > > 1) I need to replicate the basic block but without phi function in the > > rep...
2010 Apr 11
2
[LLVMdev] [Fwd: Can someone help me with error while i make my own pass]
-------------- next part -------------- An embedded message was scrubbed... From: ambika <ambika at cse.iitb.ac.in> Subject: [LLVMdev] Can someone help me with error while i make my own pass Date: Thu, 08 Apr 2010 21:40:25 +0530 Size: 4901 URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100411/33876147/attachment.eml>
2011 May 07
0
[LLVMdev] Change the return type of a function
...lAllocate/PoolAllocate.cpp in the poolalloc project. Use svn co http://llvm.org/svn/llvm-project/poolalloc/trunk poolalloc ... to get a copy from SVN. -- John T. > > > -- > Regards, > Gokul Ramaswamy, > Graduate Student, > Department of CSE, IIT Bombay > http://www.cse.iitb.ac.in/~ramaswamy > <http://www.cse.iitb.ac.in/%7Eramaswamy> > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- n...
2010 Feb 23
2
[LLVMdev] Regarding a pass in LLVM
Thanks that helped me out. But now I am facing one more problem. It says : ‘llvm::ModulePass* llvm::createMyAnaPass()’ should have been declared inside ‘llvm’ but I can find no place to declare it. Where should I do it. John Criswell wrote: > ambika at cse.iitb.ac.in wrote: >> Hi, >> >> I am trying to add a pass inn LLVM, and I actually want to add it in >> source code, not just directly into object code. >> >> For that I included the lines in my file MyAna.cpp >> (llvm-2.6/lib/ana/MyAna.cpp) >> >> &gt...
2010 Apr 12
1
[LLVMdev] [Fwd: Can someone help me with error while i make my own pass]
Tried that but still no success Chris Lattner wrote: > Try doing a clean build, then doing 'make ENABLE_PIC=1' > > -Chris > > On Apr 11, 2010, at 9:13 AM, ambika wrote: > >> >> >> *From: *ambika <ambika at cse.iitb.ac.in <mailto:ambika at cse.iitb.ac.in>> >> *Date: *April 8, 2010 9:10:25 AM PDT >> *To: *llvmdev at cs.uiuc.edu <mailto:llvmdev at cs.uiuc.edu> >> *Subject: **[LLVMdev] Can someone help me with error while i make my >> own pass* >> >> >> Hi...
2010 Feb 23
0
[LLVMdev] Regarding a pass in LLVM
On Tue, Feb 23, 2010 at 7:17 AM, ambika <ambika at cse.iitb.ac.in> wrote: > Thanks that helped me out. > But now I am facing one more problem. It says : > > ‘llvm::ModulePass* llvm::createMyAnaPass()’ should have been declared > inside ‘llvm’ > > but I can find no place to declare it. > Where should I do it. We can do what scalar...
2011 Apr 17
2
[LLVMdev] Error compiling ConstantProp.cpp
....cpp:71: error: at this point in file make: *** [/home/tarun/Desktop/compiler/LLVM/build/lib/Transforms/Hello/Release/ConstantProp.o] Error 1 On Sun, Apr 17, 2011 at 5:48 AM, Eli Friedman <eli.friedman at gmail.com>wrote: > On Sat, Apr 16, 2011 at 5:07 PM, tarun agrawal <tarun at cse.iitb.ac.in> > wrote: > > While compiling the ConstantProp.cpp I am getting the following error. > > > > error: too few arguments to function ‘llvm::Constant* > > llvm::ConstantFoldInstruction(llvm::Instruction*, llvm::LLVMContext&, > const > > llvm::TargetData*...
2011 May 04
2
[LLVMdev] Trace Use-Def chain
...talk to Vikram and see if we can give you a copy. For more information on how to iterate through def-use chains, see the LLVM Programmer's Manual: http://llvm.org/docs/ProgrammersManual.html#iterate_chains -- John T. > > On Tue, May 3, 2011 at 10:10 PM, tarun agrawal <tarun at cse.iitb.ac.in > <mailto:tarun at cse.iitb.ac.in>> wrote: > > Hi, > > I need to get all the basic blocks that are there, in the path > from definition of an instruction to use of that instruction. > > > Regards > Tarun > > > > _________...
2011 May 03
0
[LLVMdev] Trace Use-Def chain
HI I know it is a very simple question not worth asking here but I am really struggling pls help me out.. On Tue, May 3, 2011 at 10:10 PM, tarun agrawal <tarun at cse.iitb.ac.in> wrote: > Hi, > > I need to get all the basic blocks that are there, in the path from > definition of an instruction to use of that instruction. > > > Regards > Tarun > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://li...
2020 Apr 02
2
Versions in RHEL and CentOS
On Thu, Apr 2, 2020 at 2:07 PM Peter Kjellstr?m <cap at nsc.liu.se> wrote: > On Thu, 2 Apr 2020 11:10:23 +0530 > Thomas Stephen Lee <lee.iitb at gmail.com> wrote: > ... > > /usr/bin/sensors > > > > from the lm_sensors package > > > > I had run > > > > sensors-detect --auto > > I had no idea people still used that package. Especially on a server. > > Per core temperatures in linu...
2009 Sep 03
2
to istall packages such as 'stats'
...nstall the package? Look forward to your assistance, Ajay. ------------------------------------------------------------- Ajay Singh, Ph.D. |Tel: +91-22 25764785 Research Scientist, |Fax: 091-22-25722872 S.J.M. School of Management, |Telex:011-71923 IITB IN INDIA. | See the Web&#39;s breaking stories, chosen by people like you. Check [[alternative HTML version deleted]]
2007 Dec 21
2
[LLVMdev] Interprocedural optimizations in LLVM
Hi Everyone, Can Someone tell me all the interprocedural optimizations that LLVM 2.1 supports. Thank You, Naineet Patel CSE IITB
2011 Apr 16
3
[LLVMdev] Regarding BasicBlock Cloning
Hi, I am writing a pass for constant propagation using graph restructuring ( code duplication). I am facing following difficulties.. 1) I need to replicate the basic block but without phi function in the replicated block. How can I do this. 2) I need to insert that basic block after and before some particular basic block. Regards Tarun Agrawal -------------- next part -------------- An HTML
2011 May 03
2
[LLVMdev] Trace Use-Def chain
Hi, I need to get all the basic blocks that are there, in the path from definition of an instruction to use of that instruction. Regards Tarun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110503/4d3852b7/attachment.html>