From ff53779015eac992e0e3aafa12ac8022db64cf2a Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 23 May 2004 17:23:13 +0000 Subject: [PATCH] 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. llvm-svn: 13660 --- docs/ReleaseNotes.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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