From fb97b2dd340494ef7c2159d47aa202f9209a0ad4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 13 Oct 2008 18:11:54 +0000 Subject: [PATCH] give the static analyzer its own section. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57455 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e5ec2fa4097..f8363a22d9b 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -73,7 +73,7 @@ current one. To see the release notes for a specific releases, please see the

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 Clang Project and @@ -85,7 +85,7 @@ are the most actively developed are the Clang Project and

@@ -101,20 +101,29 @@ front-end work has started to make significant progress.

Codegen progress/state

-

+

+ + + + +
+ +

The static analysis tool -

+.

-The "vmkit" project is an implementation of +The vmkit project 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.