From: Chris Lattner Date: Mon, 24 May 2004 04:53:32 +0000 (+0000) Subject: Personally, I think that documentation is as important as code. Increase X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b965669d558e42220f011f5885a15f9a28522fe8;p=oota-llvm.git Personally, I think that documentation is as important as code. Increase the visibility of dox changes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13711 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c68cd03aa7a..ef56380d22d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -105,6 +105,8 @@ constrained to be the same as the CFG for the LLVM input code.
  • LLVM now has new loop unrolling and loop unswitching passes.
  • The induction variable substitution pass performs linear function test replacement and exit value replacement optimizations.
  • +
  • The LLVM Bytecode file format is now + documented.
  • LLVM now has first-class support for Accurate Garbage Collection, enabling the use of aggressive copying and generational collectors.
  • @@ -148,6 +150,7 @@ issues were fixed: bytecode onto your terminal
  • [llvmgcc] type names are not emitted for structure typedefs
  • +
  • All documentation is now conformant to the HTML 4.01 (Strict) level.
  • @@ -249,23 +252,6 @@ 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