search for: shanth

Displaying 5 results from an estimated 5 matches for "shanth".

Did you mean: shanti
2007 Mar 26
2
[LLVMdev] Problems with one pass using another
...Out and HashGVN. AvailOut needs to use HashGVN. And they're built in the same shared object file. But addRequired<HashGVN> fails with this error: # opt -load ../../../build/Release/lib/LLVMGVN.so -hashgvn -availout --debug-pass=Structure <basic.s.bc >basic.out.bc opt: /proj/tbres/shanth/llvm/llvm-1.9/lib/VMCore/PassManagerT.h:387: void llvm::PassManagerT<Trait>::markPassUsed(const llvm::PassInfo*, llvm::Pass*) [withTrait = llvm::MTraits]: Assertion `getAnalysisOrNullUp(P) && dynamic_cast<ImmutablePass*>(getAnalysisOrNullUp(P)) && "Pass available...
2011 Jan 31
1
Unable to install Virtual Machine SLES10SP3 i386 on RHEL 5.6 x86_64
Dear All, May i know why it is not possible to install Virtual Machine SLES10SP3 i386 on RHEL 5.6 x86_64 by using Xen Virtual Machine Manager. I tried this for more than 10 times. Checked the relevent logs. Could nt find any error messages -- Regards..., Shanthkumara O.D. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Mar 26
0
[LLVMdev] Problems with one pass using another
Hi Prashanth, On Mar 25, 2007, at 11:43 PM, Prashanth Radhakrishnan wrote: > Hi, > > I have two function passes: AvailOut and HashGVN. AvailOut needs to > use > HashGVN. And they're built in the same shared object file. > > But addRequired<HashGVN> fails with this error: >...
2005 Oct 02
1
(no subject)
...; --Michael Vrable Thanks for the info, Michael. Just wondering if this code has been checked into the Xen-unstable branch, or around when it would be checked in. (I din''t find any related checkin by searching at http://lists.xensource.com/archives/html/xen-changelog/) thanks again, prashanth _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Jan 30
3
[LLVMdev] Are these projects still "open"?
...Elimination algorithm for SSA form 2. Implement a Dependence Analysis Infrastructure - Design some way to represent and query dep analysis 3. Value range propagation pass >From what I've seen of LLVM, I think this is a cool Compiler Infrastructure you've built! Thanks, Prashanth