diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 596d24aed94..8a0c2257c31 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -100,15 +100,10 @@ At link-time, the following optimizations are run:

  • Interprocedural dead code elimination (-globaldce)

    - -TODO: Works on: SPEC CPU 2000

    -TODO: Works on: Olden/Ptrdist benchmarks

    - -The What's New section should give a bulletted list of what is -included, perhaps a couple of lists (Stable, Beta).

    - -It would be useful to give a pointer to a list of the available passes (at least -for the standard compiler techniques).

    +At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden +benchmarks, and the Ptrdist benchmarks among many other programs. Note however +that the Sparc and X86 backends do not currently support exception throwing or +long jumping. For these programs you must use the C backend.

    @@ -163,7 +158,8 @@ sections.

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

    -

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


    Known problems with the C front-end


    Known problems with the Sparc back-end