diff options
author | Ted Kremenek <kremenek@apple.com> | 2011-02-12 03:20:34 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2011-02-12 03:20:34 +0000 |
commit | e673279e5c8868c653e0aafab3d2f799fff3facc (patch) | |
tree | ebd5a4a252b049e3f30fc7bf19e51e4bb79543e9 /www/analyzer | |
parent | b715a7cef11664c1c47cfc3dcc503aadc58b6cac (diff) |
Update static analyzer build to checker-255.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125432 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/analyzer')
-rw-r--r-- | www/analyzer/index.html | 2 | ||||
-rw-r--r-- | www/analyzer/latest_checker.html.incl | 2 | ||||
-rw-r--r-- | www/analyzer/release_notes.html | 13 |
3 files changed, 15 insertions, 2 deletions
diff --git a/www/analyzer/index.html b/www/analyzer/index.html index 3446571908..7d99ac9621 100644 --- a/www/analyzer/index.html +++ b/www/analyzer/index.html @@ -98,7 +98,7 @@ applications.</p> <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> diff --git a/www/analyzer/latest_checker.html.incl b/www/analyzer/latest_checker.html.incl index 3b44a70bcb..7cd6b2bff5 100644 --- a/www/analyzer/latest_checker.html.incl +++ b/www/analyzer/latest_checker.html.incl @@ -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) diff --git a/www/analyzer/release_notes.html b/www/analyzer/release_notes.html index 9a3ea1825a..7b6924fa34 100644 --- a/www/analyzer/release_notes.html +++ b/www/analyzer/release_notes.html @@ -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> |