<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 9/19/11 9:12 PM, Manish Gupta wrote:
    <blockquote
cite="mid:CAL6s+WniZcA5_qECO59qDZswA-L9j5d05h2h1FA-0u+2bo_P3g@mail.gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      Dear All,
      <div><br>
      </div>
      <div>I am curious to know the reason for removal of andersen
        pointer analysis. Is it because of some issues? We need it on
        llvm-2.9, if possible. </div>
      <div><br>
      </div>
      <div>Do we have some better version of pointer analysis on
        llvm-2.9?</div>
    </blockquote>
    <br>
    The Data Structure Analysis pass (DSA) is a unification-style
    points-to analysis.  It should work with LLVM mainline and the
    upcoming 3.0 release.  An older version works with LLVM 2.7.<br>
    <br>
    DSA is located in the poolalloc project
    (<a class="moz-txt-link-freetext" href="https://llvm.org/svn/llvm-project/poolalloc/trunk">https://llvm.org/svn/llvm-project/poolalloc/trunk</a>).<br>
    <br>
    -- John T.<br>
    <br>
    <blockquote
cite="mid:CAL6s+WniZcA5_qECO59qDZswA-L9j5d05h2h1FA-0u+2bo_P3g@mail.gmail.com"
      type="cite">
      <div><br>
      </div>
      <div>Thanks,</div>
      <div>Manish<br>
        <div><br>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a class="moz-txt-link-freetext" href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>