From 7b00096e33f7bbe7a0b3b08f600404feb7dd42e9 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 29 Jun 2004 23:39:24 +0000 Subject: [PATCH] Fix order and line length of fixed bugs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14503 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 8faa9ec4a6a..b3324b8aa21 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -262,37 +262,43 @@ were fixed:

Bugs in the LLVM Core:

    -
  1. [vmcore] Linker causes erroneous -asssertion
  2. [loopsimplify] Loop simplify incorrectly updates dominator information
  3. [tailduplicate] DemoteRegToStack breaks SSA form
  4. [X86] JIT miscompiles unsigned short to floating point cast
  5. +
  6. [jit] abort, don't warn, when +missing external functions encountered
  7. +
  8. [vmcore] Linker causes erroneous +asssertion
  9. [adce] Crash handling unreachable code that unwinds
  10. [sparc] LLC can't emit 2 functions of the same name, both having constant pools
  11. [livevar] Live variables missed physical register use of aliased definition
  12. -
  13. Verifier misses malformed switch instruction
  14. -
  15. [jit] abort, don't warn, when missing external functions encountered
  16. -
  17. [X86] stackifier crash on floating point setcc X, X
  18. +
  19. Verifier misses malformed switch +instruction
  20. +
  21. [asmwriter] Asm writer aborts if +an instruction is not embedded into a function
  22. +
  23. [X86] stackifier crash on floating +point setcc X, X

Bugs in the C/C++ front-end:

    -
  1. [llvmgcc] miscompilation of staticly initialized unsigned bitfields
  2. -
  3. [llvmgcc] Crash on use of undeclared -enum type
  4. [llvmgcc] Variable length array indexing miscompiled
  5. +
  6. [llvmgcc] Crash on use of undeclared +enum type
  7. [llvmgcc] Errors handling function prototypes that take opaque structs by-value
  8. [llvmgcc] Crash compiling variable length array of structures
  9. +
  10. [llvmgcc] miscompilation of staticly +initialized unsigned bitfields