diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index c68cd03aa7a8..ef56380d22d2 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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