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