search for: wpats

Displaying 7 results from an estimated 7 matches for "wpats".

Did you mean: whats
2010 Mar 14
0
[LLVMdev] Changed: Build errors for poolalloc using MinGW/gcc 4.4.0
...anks again for all the help. It looks like I'm closer to getting to use DSA. --Patrick > Date: Tue, 9 Mar 2010 11:26:52 -0600 > Subject: Re: [LLVMdev] Changed: Build errors for poolalloc using MinGW/gcc 4.4.0 > From: andrewl at lenharth.org > To: criswell at uiuc.edu > CC: wpats at hotmail.com; llvmdev at cs.uiuc.edu > > 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 > ===============================...
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"
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, thanks for the...
2010 Mar 09
1
[LLVMdev] Changed: Build errors for poolalloc using MinGW/gcc 4.4.0
...bug. I am only interested in LLVM because of DSA which I learned about from the Lattner et. al PLDI paper. It would be nice if I could get this to work. Any help would be appreciated. Thanks, --Patrick > 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...
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 not seem to include anything
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
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