From f5cd98683e53c4f2c2028d8f0a1861e00df94c30 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 13 Oct 2008 18:01:01 +0000 Subject: [PATCH] more rearranging. llvm-svn: 57453 --- llvm/docs/ReleaseNotes.html | 68 ++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 38 deletions(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 429e60aadcb2..e5ec2fa4097a 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -12,8 +12,8 @@
  1. Introduction
  2. -
  3. Major Changes and Sub-project Status
  4. -
  5. What's New?
  6. +
  7. Sub-project Status Update
  8. +
  9. What's New in LLVM?
  10. Installation Instructions
  11. Portability and Supported Platforms
  12. Known Problems @@ -51,20 +51,6 @@ current one. To see the release notes for a specific releases, please see the - - - - -

    If you're already an LLVM user, this section lists some "gotchas" that you -may run into upgrading from the previous release. It also includes some status -updates on subprojects of LLVM.

    - -
    - -
    - - -
    -Other LLVM Sub-Projects + + +

    -The core LLVM 2.4 distribution currently consists of code from the core LLVM -repository (which roughly contains the LLVM optimizer, code generators and +The LLVM 2.4 distribution currently consists of code from the core LLVM +repository (which roughly contains 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 vmkit Project.

    +
    + -
    -vmkit -
    - -
    -

    -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.

    - -

    ...

    - -
    - - -
    + @@ -133,10 +107,25 @@ front-end work has started to make significant progress.

    + +
    +vmkit +
    + +
    +

    +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.

    + +

    ...

    + +
    + @@ -348,6 +337,9 @@ allocator.
  13. +

    If you're already an LLVM user, this section lists some "gotchas" that you +may run into upgrading from the previous release.

    +

    The LLVM IR generated by llvm-gcc now doesn't name instructions. Use the instnamer pass if you want them.