From: Reid Spencer Date: Sun, 23 May 2004 17:23:13 +0000 (+0000) Subject: Added a "Miscellaneous Improvements" section to cover things like the X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8e0262f0edec9e40bfe0bdc7f1c70a3f1cbb95c7;p=oota-llvm.git Added a "Miscellaneous Improvements" section to cover things like the Bytecode File Format documentation, getting all documents in HTML 4.01 (Strict) compliance, and any other minor improvement that shoud be noted. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13660 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4bd208d2d39..fb61c522ab1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -150,7 +150,6 @@ work if you change PATH
This release includes the following Code Quality improvements: -
  1. Fixed: [vmcore] Code quality problem @@ -189,6 +188,7 @@ propagation of function calls. It currently supports a few math library functions like sqrt/sin/cos/etc.
+
@@ -224,9 +224,23 @@ enum type
  • [llvmgcc] Variable length array indexing miscompiled
  • +
    + + +
    +This release includes the following miscellaneous +improvements: + +

    Documentation Improvements

    +
      +
    1. Documentation of the LLVM Bytecode file format +was added.
    2. +
    3. All documentation was brought up to HTML 4.01 (Strict) level.
    4. +
    +
    Portability and Supported Platforms