[LLVMdev] How do I download the "poolalloc" module ?

Bob Wilson bob.wilson at apple.com
Sat Mar 6 10:50:20 PST 2010


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.





More information about the llvm-dev mailing list