<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 5/23/16 5:51 AM, Irini via llvm-dev
      wrote:<br>
    </div>
    <blockquote cite="mid:5742E0AE.8050901@gmail.com" type="cite">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      Hi all,<br>
      <br>
      I was trying to find the equivalent analysis of <font face="Droid
        Sans">Andersens</font> on LLVM.<br>
      I found it only on LLVM 2.6 on 'Analysis/IPA' folder.<br>
      Is it removed/renamed on later versions? I'm mostly interested in
      3.4 version or later.<br>
    </blockquote>
    <br>
    The Anderson's analysis has been removed.  If you want Anderson's
    analysis, you'll need to use one of the points-to analysis passes
    developed by Ben Hardekopf.<br>
    <br>
    I believe newer versions of LLVM provide an alias analysis called
    CFL-AA.  If you just need points-to analysis, you might try it out
    and see how it works.<br>
    <br>
    If you need a shape graph, you might need to use DSA located in the
    poolalloc project (it has been updated to work, though perhaps not
    very precisely, with LLVM 3.7).<br>
    <br>
    Regards,<br>
    <br>
    John Criswell<br>
    <br>
    <blockquote cite="mid:5742E0AE.8050901@gmail.com" type="cite"> <br>
      Thank you in advance,<br>
      <pre class="moz-signature" cols="72">-- 
Irini</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>
<a class="moz-txt-link-freetext" href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
John Criswell
Assistant Professor
Department of Computer Science, University of Rochester
<a class="moz-txt-link-freetext" href="http://www.cs.rochester.edu/u/criswell">http://www.cs.rochester.edu/u/criswell</a></pre>
  </body>
</html>