summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-10-13 18:11:54 +0000
committerChris Lattner <sabre@nondot.org>2008-10-13 18:11:54 +0000
commit44c09cd164322f62ab19c4bcfe03eec4a170dcab (patch)
tree5c6387ddb63dd562acb13ab28b06c4f76af683e1 /llvm
parentf5cd98683e53c4f2c2028d8f0a1861e00df94c30 (diff)
downloadbcm5719-llvm-44c09cd164322f62ab19c4bcfe03eec4a170dcab.tar.gz
bcm5719-llvm-44c09cd164322f62ab19c4bcfe03eec4a170dcab.zip
give the static analyzer its own section.
llvm-svn: 57455
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/ReleaseNotes.html21
1 files changed, 15 insertions, 6 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index e5ec2fa4097..f8363a22d9b 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -73,7 +73,7 @@ current one. To see the release notes for a specific releases, please see the
<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 @@ are the most actively developed are the <a href="#clang">Clang Project</a> and
<!--=========================================================================-->
<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 @@ front-end work has started to make significant progress.</p>
<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>
OpenPOWER on IntegriCloud