From c679fbbab4e4107841cec15c508509526978a7a9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 4 Nov 2003 20:06:53 +0000 Subject: [PATCH] Substantial release notes updates llvm-svn: 9700 --- llvm/docs/ReleaseNotes.html | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 31d0ad65141b..76bc2506eada 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -97,6 +97,7 @@ In this release, the following bugs in the previous release were fixed:

  • C front-end crash on empty structure
  • CFrontend crashes when compiling C99 compound expressions
  • [X86] Emission of global bool initializers broken
  • +
  • llvm-gcc infinite loops on "case MAXINT:"
  • At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -150,7 +151,13 @@ sections.

  • It is not possible to dlopen an LLVM bytecode file in the JIT.

  • Linking in static archive files (.a files) is very slow (there is no symbol -table in the archive). +table in the archive).

    + +

  • Interpreter does not support invoke +or unwind.

    + +

  • LLVM cannot handle structures with +more than 256 elements.


    Known problems with the C front-end