From: Chris Lattner Date: Mon, 13 Oct 2008 18:01:01 +0000 (+0000) Subject: more rearranging. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=96a445e3cbcc165fdba11bc465865635820756e7;p=oota-llvm.git more rearranging. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57453 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 429e60aadcb..e5ec2fa4097 100644 --- a/docs/ReleaseNotes.html +++ b/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.

    -
    - - -
    -

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