From a7aadf1642c18e16b156aae7b4f7e152f1514931 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 19 Apr 2004 02:56:49 +0000 Subject: [PATCH] Wrap (some) lines to 80 cols. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13055 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 48 +++++++++++++++++++++++++----------------- 1 file changed, 29 insertions(+), 19 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 40b46a16201..ab1b6732702 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -89,7 +89,8 @@ the C front-end.
  1. The LLVM select instruction is now fully implemented and supported by all targets.
  2. -
  3. Bugpoint can now narrow down code-generation bugs to a loop nest, where before it could only narrow them down to a function being miscompiled.
  4. +
  5. Bugpoint can now narrow down code-generation bugs to a loop nest, where +before it could only narrow them down to a function being miscompiled.
@@ -99,17 +100,20 @@ In this release, the following missing features were implemented:
    -
  1. LLVM cannot handle structures with more than 256 elements
  2. +
  3. LLVM cannot handle structures with +more than 256 elements
-In this release, the following Quality of Implementation issues were fixed: +In this release, the following Quality of Implementation +issues were fixed:
    -
  1. LLVM tools will happily spew bytecode onto your terminal
  2. +
  3. LLVM tools will happily spew +bytecode onto your terminal
@@ -123,7 +127,8 @@ In this release, the following build problems were fixed:
-In this release, the following Code Quality issues were fixed: +In this release, the following Code Quality issues were +fixed:
    @@ -158,15 +163,19 @@ exception handlers.

    Bugs in the LLVM Core:

      -
    1. [loopsimplify] Loop simplify incorrectly updates dominator information
    2. -
    3. [tailduplicate] DemoteRegToStack breaks SSA form
    4. -
    5. [X86] JIT miscompiles unsigned short to floating point cast
    6. +
    7. [loopsimplify] Loop simplify +incorrectly updates dominator information
    8. +
    9. [tailduplicate] DemoteRegToStack +breaks SSA form
    10. +
    11. [X86] JIT miscompiles unsigned short +to floating point cast
    @@ -188,14 +197,13 @@ exception handlers.

    LLVM has been extensively tested on Intel and AMD machines running Red -Hat Linux and FreeBSD. It has also been tested on Sun UltraSPARC workstations running Solaris 8. -Additionally, -LLVM works on Mac OS X 10.3 and above, but only with the C backend or -interpreter (no native backend for the PowerPC is available yet). -The core LLVM infrastructure uses "autoconf" for portability, so hopefully we -work on more platforms than that. However, it is likely that we -missed something and that minor porting is required to get LLVM to work on -new platforms. We welcome portability patches and error messages.

    +Hat Linux and FreeBSD. It has also been tested on Sun UltraSPARC workstations +running Solaris 8. Additionally, LLVM works on Mac OS X 10.3 and above, but +only with the C backend or interpreter (no native backend for the PowerPC is +available yet). The core LLVM infrastructure uses "autoconf" for portability, +so hopefully we work on more platforms than that. However, it is likely that we +missed something and that minor porting is required to get LLVM to work on new +platforms. We welcome portability patches and error messages.

    @@ -263,7 +271,8 @@ corrupted.
  1. Linking in static archive files (.a files) is very slow (there is no symbol table in the archive).
  2. -
  3. The gccld program does not link objects/archives in the order specified on the command line.
  4. +
  5. The gccld program does not link +objects/archives in the order specified on the command line.
  6. The lower-invoke pass does not mark values live across a setjmp as volatile. This missing feature only affects @@ -297,7 +306,8 @@ Initialization of global union variables can only be done union member.
  7. -
  8. [llvm-gcc] Error when an implicitly external function is re-declared as static
  9. +
  10. [llvm-gcc] Error when an implicitly +external function is re-declared as static