search for: sathyanathan

Displaying 9 results from an estimated 9 matches for "sathyanathan".

2011 Sep 16
0
[LLVMdev] Invitation to connect on LinkedIn
I'd like to add you to my professional network on LinkedIn. - Patrick Patrick Sathyanathan Senior Software Development Engineer at Microsoft Corporation Greater Seattle Area Confirm that you know Patrick Sathyanathan: https://www.linkedin.com/e/-58ovfe-gsmtf9if-6i/isd/4232271268/w_T9TkHK/?hs=false&tok=0DJCOHd450JQU1 -- You are receiving Invitation to Connect emails. Click to unsubs...
2010 Mar 08
3
[LLVMdev] How do I download the "poolalloc" module ?
Bob Wilson wrote: > On Mar 6, 2010, at 7:26 AM, Patrick Sathyanathan wrote: > > >> Hi, >> >> I'm interested in using the "Data Structure Analysis" that is apparently in the "poolalloc" module according to the documentation on alias analysis in LLVM. I have downloaded and built LLVM 2.6 on MinGW but the sources do...
2010 Mar 06
0
[LLVMdev] How do I download the "poolalloc" module ?
On Mar 6, 2010, at 7:26 AM, Patrick Sathyanathan wrote: > Hi, > > I'm interested in using the "Data Structure Analysis" that is apparently in the "poolalloc" module according to the documentation on alias analysis in LLVM. I have downloaded and built LLVM 2.6 on MinGW but the sources do not seem to include anyt...
2010 Mar 06
2
[LLVMdev] How do I download the "poolalloc" module ?
Hi, I'm interested in using the "Data Structure Analysis" that is apparently in the "poolalloc" module according to the documentation on alias analysis in LLVM. I have downloaded and built LLVM 2.6 on MinGW but the sources do not seem to include anything related to pool allocation. I don't think MinGW includes svn. Is there an download location where I can get the
2010 Mar 09
1
[LLVMdev] Changed: Build errors for poolalloc using MinGW/gcc 4.4.0
...rick > Date: Mon, 8 Mar 2010 09:10:16 -0600 > From: criswell at uiuc.edu > To: wpats at hotmail.com > CC: llvmdev at cs.uiuc.edu > Subject: Re: [LLVMdev] How do I download the "poolalloc" module ? > > Bob Wilson wrote: > > On Mar 6, 2010, at 7:26 AM, Patrick Sathyanathan wrote: > > > > > >> Hi, > >> > >> I'm interested in using the "Data Structure Analysis" that is apparently in the "poolalloc" module according to the documentation on alias analysis in LLVM. I have downloaded and built LLVM 2.6 on Min...
2012 Feb 02
1
how to install xen hypervisor for opennebulla on centos 6
hi, i am trying to install xen hypervisor for opennebula on centos 6. 1. i tried installing in it but when i reboot the system with xen kernel the system doesn''t get booted. 2. i tried it again on a different system and now the package for xen is not available for yum installation. please provide me a proper set of instructions as to how to install xen hypervisor for opennebula.
2010 Mar 14
0
[LLVMdev] Changed: Build errors for poolalloc using MinGW/gcc 4.4.0
John, can you copy poolalloc/include/LinkDSA.h to the the release_26 branch? Patrick, you should be able to do an svn switch to trunk on just that file. Andrew On Sun, Mar 14, 2010 at 7:58 AM, Patrick Sathyanathan <wpats at hotmail.com> wrote: > > Thanks John, for the update to the Makefiles. I did an "svn update" and am > now able to build all the libraries. There were some problems building the > poolalloc runtime but I'm not really interested in that. > > Andrew, than...
2010 Mar 14
0
[LLVMdev] Changed: Build errors for poolalloc using MinGW/gcc 4.4.0
Thanks John, for the update to the Makefiles. I did an "svn update" and am now able to build all the libraries. There were some problems building the poolalloc runtime but I'm not really interested in that. Andrew, thanks for the patch. I am trying to add DSA to opt as you suggested. What should the contents of LinkDSA.h be ? I would appreciate it if you could send me a copy of
2010 Mar 09
2
[LLVMdev] Changed: Build errors for poolalloc using MinGW/gcc 4.4.0
The patch below adds dsa and some of poolalloc to opt. It should be simple enough to extend to all of poolalloc by adding more classes to LinkDSA.h. Andrew Index: tools/opt/opt.cpp =================================================================== --- tools/opt/opt.cpp (revision 97995) +++ tools/opt/opt.cpp (working copy) @@ -38,6 +38,12 @@ #include "llvm/LinkAllVMCore.h"