From 2855ecdf04a671785b8cf120e5b85ae416822157 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9700 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 31d0ad65141..76bc2506ead 100644 --- a/docs/ReleaseNotes.html +++ b/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