From e07043c4b4f76f3122c2e3d5502367aacbe6f496 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 29 Sep 2010 05:30:03 +0000 Subject: [PATCH] prepare for new content. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115030 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 98 ++++++++++++++++++++---------------------- 1 file changed, 46 insertions(+), 52 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 2c41d23b999..b6b2ef20c1c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -19,7 +19,6 @@
  • External Projects Using LLVM 2.8
  • What's New in LLVM 2.8?
  • Installation Instructions
  • -
  • Portability and Supported Platforms
  • Known Problems
  • Additional Information
  • @@ -28,11 +27,13 @@

    Written by the LLVM Team

    +
    @@ -71,18 +72,16 @@ Almost dead code. --> - - - + +
    @@ -115,12 +114,13 @@ through expressive diagnostics, a high level of conformance to language standards, fast compilation, and low memory use. Like LLVM, Clang provides a modular, library-based architecture that makes it suitable for creating or integrating with other development tools. Clang is considered a -production-quality compiler for C and Objective-C on x86 (32- and 64-bit).

    +production-quality compiler for C, Objective-C, C++ and Objective-C++ on x86 +(32- and 64-bit), and for darwin-arm targets.

    In the LLVM 2.8 time-frame, the Clang team has made many improvements:

      - +
    • Surely these guys have done something
    @@ -240,6 +240,42 @@ LLVM MC Project Blog Post.

    2.8 status here

    + +
    +LLDB: Low Level Debugger +
    + +
    +

    +LLDB is

    + +

    +

    + +

    +2.8 status here. +

    + +
    + + +
    +libc++: C++ Standard Library +
    + +
    +

    +libc++ is

    + +

    +

    + +

    +2.8 status here. +

    + +
    +
    @@ -282,6 +318,7 @@ organization changes have happened:

    @@ -554,37 +591,6 @@ API changes are:

    - - -
    - Portability and Supported Platforms -
    - - -
    - -

    LLVM is known to work on the following platforms:

    - - - -

    The core LLVM infrastructure uses GNU autoconf to adapt itself -to the machine and operating system on which it is built. However, minor -porting may be required to get LLVM to work on new platforms. We welcome your -portability patches and reports of successful builds or error messages.

    - -
    -
    Known Problems @@ -598,18 +604,6 @@ listed by component. If you run into a problem, please check the LLVM bug database and submit a bug if there isn't already one.

    - -
    -- 2.34.1