[llvm-commits] [llvm] r57455 - /llvm/trunk/docs/ReleaseNotes.html
Chris Lattner
sabre at nondot.org
Mon Oct 13 11:11:55 PDT 2008
Author: lattner
Date: Mon Oct 13 13:11:54 2008
New Revision: 57455
URL: http://llvm.org/viewvc/llvm-project?rev=57455&view=rev
Log:
give the static analyzer its own section.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=57455&r1=57454&r2=57455&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Oct 13 13:11:54 2008
@@ -73,7 +73,7 @@
<div class="doc_text">
<p>
The LLVM 2.4 distribution currently consists of code from the core LLVM
-repository (which roughly contains the LLVM optimizers, code generators and
+repository (which roughly includes the LLVM optimizers, code generators and
supporting tools) and the llvm-gcc repository. In addition to this code, the
LLVM Project includes other sub-projects that are in development. The two which
are the most actively developed are the <a href="#clang">Clang Project</a> and
@@ -85,7 +85,7 @@
<!--=========================================================================-->
<div class="doc_subsection">
-<a name="clang">Clang</a>
+<a name="clang">Clang: C/C++/Objective-C Frontend Toolkit</a>
</div>
<div class="doc_text">
@@ -101,20 +101,29 @@
<p>Codegen progress/state
</p>
-<p>
+</div>
+
+<!--=========================================================================-->
+<div class="doc_subsection">
+<a name="clangsa">Clang Static Analyzer</a>
+</div>
+
+<div class="doc_text">
+
+<p>The
<a href="http://clang.llvm.org/StaticAnalysis.html">static analysis tool</a>
-</p>
+.</p>
</div>
<!--=========================================================================-->
<div class="doc_subsection">
-<a name="vmkit">vmkit</a>
+<a name="vmkit">vmkit: JVM/CLI Virtual Machine Implementation</a>
</div>
<div class="doc_text">
<p>
-The <a href="http://vmkit.llvm.org/">"vmkit" project</a> is an implementation of
+The <a href="http://vmkit.llvm.org/">vmkit project</a> is an implementation of
a JVM and a CLI Virtual Machines (Microsoft .NET is an
implementation of the CLI) using the Just-In-Time compiler of LLVM.</p>
More information about the llvm-commits
mailing list