[cfe-commits] r125432 - in /cfe/trunk/www/analyzer: index.html latest_checker.html.incl release_notes.html

Ted Kremenek kremenek at apple.com
Fri Feb 11 19:20:34 PST 2011


Author: kremenek
Date: Fri Feb 11 21:20:34 2011
New Revision: 125432

URL: http://llvm.org/viewvc/llvm-project?rev=125432&view=rev
Log:
Update static analyzer build to checker-255.

Modified:
    cfe/trunk/www/analyzer/index.html
    cfe/trunk/www/analyzer/latest_checker.html.incl
    cfe/trunk/www/analyzer/release_notes.html

Modified: cfe/trunk/www/analyzer/index.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/index.html?rev=125432&r1=125431&r2=125432&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/index.html (original)
+++ cfe/trunk/www/analyzer/index.html Fri Feb 11 21:20:34 2011
@@ -98,7 +98,7 @@
   <div style="padding:15px">
    <h3 style="margin:0px;padding:0px">Mac OS X</h3>
    <ul>
-    <li>Latest build (Universal binary, 10.5+):<br>
+    <li>Latest build (Intel-only binary, 10.5+):<br>
      <!--#include virtual="latest_checker.html.incl"-->
     </li>
     <li><a href="/release_notes.html">Release notes</a></li></li>

Modified: cfe/trunk/www/analyzer/latest_checker.html.incl
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/latest_checker.html.incl?rev=125432&r1=125431&r2=125432&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/latest_checker.html.incl (original)
+++ cfe/trunk/www/analyzer/latest_checker.html.incl Fri Feb 11 21:20:34 2011
@@ -1 +1 @@
-<b><a href="/checker/checker-254.tar.bz2">checker-254.tar.bz2</a></b> (built January 27, 2011)
+<b><a href="/checker/checker-255.tar.bz2">checker-255.tar.bz2</a></b> (built February 11, 2011)

Modified: cfe/trunk/www/analyzer/release_notes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/release_notes.html?rev=125432&r1=125431&r2=125432&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/release_notes.html (original)
+++ cfe/trunk/www/analyzer/release_notes.html Fri Feb 11 21:20:34 2011
@@ -15,6 +15,19 @@
 
 <h1>Release notes for <tt>checker-XXX</tt> builds</h1>
 
+<h4 id="checker_255">checker-255</h4>
+
+<p><b>built:</b> February 11, 2011<br>
+<b>download:</b> <a href="/checker/checker-255.tar.bz2">checker-255.tar.bz2</a></p>
+<p><b>highlights:</b></p>
+
+<ul>
+<li>Mac OS X builds are now Intel <tt>i386</tt> and <tt>x86_64</tt> only (no <tt>ppc</tt> support)</li>
+<li>Turns on new <tt>-init</tt> method checker by default</li>
+<li>Reduces memory usage of analyzer by 10%</li>
+<li>Misc. fixes to reduce false positives on dead stores and idempotent operations.</li>
+</ul>
+
 <h4 id="checker_254">checker-254</h4>
 
 <p><b>built:</b> January 27, 2011<br>





More information about the cfe-commits mailing list