Patrick Sathyanathan
2010-Mar-06 15:26 UTC
[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 module ? Thanks, --Patrick -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100306/aac64968/attachment.html>
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 related to pool allocation. I don't think MinGW includes svn. Is there an download location where I can get the module ?Hi Patrick, John Criswell just sent the following yesterday. Since you've got llvm 2.6, you'll want to get poolalloc from the new branch. Begin forwarded message:> Dear SAFECoders and LLVMers, > > There is some new work on moving DSA to the new LLVM 2.7 API. I am > hoping to do something similar for SAFECode once the code freeze occurs. > > To keep things running smoothly, there are now release_26 branches for > the poolalloc and safecode projects. If you are using SAFECode, > Poolalloc, or DSA with LLVM 2.6, you will want to switch to these branches. > > To get poolalloc and safecode out of these branches, use the following > SVN commands: > > svn co http://llvm.org/svn/llvm-project/poolalloc/branches/release_26 > poolalloc > svn co http://llvm.org/svn/llvm-project/safecode/branches/release_26 > safecode > > > If you have any questions or problems compiling poolalloc or SAFECode, > please email llvmdev or svadev, respectively. > > -- John T.
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 related to pool allocation. I don't think MinGW includes svn. Is there an download location where I can get the module ? >> > > Hi Patrick, > > John Criswell just sent the following yesterday. Since you've got llvm 2.6, you'll want to get poolalloc from the new branch. >To add to this, DSA is in the poolalloc project as Bob states above. We regularly use DSA on Mac OS X and Linux, but I don't know if it will work on Cygwin. Chances are good that any problem you encounter will be something that can be fixed using autoconf (i.e., it will be API differences between Cygwin and Mac OS/Linux that will be easy to fix). So, if you can't get DSA compiled for some reason, please email the list or file a bug report. Having DSA working on more platforms would be nice. -- John T.> Begin forwarded message: > > >> Dear SAFECoders and LLVMers, >> >> There is some new work on moving DSA to the new LLVM 2.7 API. I am >> hoping to do something similar for SAFECode once the code freeze occurs. >> >> To keep things running smoothly, there are now release_26 branches for >> the poolalloc and safecode projects. If you are using SAFECode, >> Poolalloc, or DSA with LLVM 2.6, you will want to switch to these branches. >> >> To get poolalloc and safecode out of these branches, use the following >> SVN commands: >> >> svn co http://llvm.org/svn/llvm-project/poolalloc/branches/release_26 >> poolalloc >> svn co http://llvm.org/svn/llvm-project/safecode/branches/release_26 >> safecode >> >> >> If you have any questions or problems compiling poolalloc or SAFECode, >> please email llvmdev or svadev, respectively. >> >> -- John T. >> > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Seemingly Similar Threads
- [LLVMdev] Changed: Build errors for poolalloc using MinGW/gcc 4.4.0
- [LLVMdev] How do I download the "poolalloc" module ?
- [LLVMdev] How do I download the "poolalloc" module ?
- [LLVMdev] SAFECode and Poolalloc Branches for LLVM 2.6
- [LLVMdev] Changed: Build errors for poolalloc using MinGW/gcc 4.4.0