diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index c3108007306e..f62466c1d7d1 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -81,7 +81,7 @@ Release Notes.
The LLVM 3.0 distribution currently consists of code from the core LLVM repository (which roughly includes the LLVM optimizers, code generators and - supporting tools), the Clang repository and the llvm-gcc repository. In + supporting tools), and the Clang repository. In addition to this code, the LLVM Project includes other sub-projects that are in development. Here we include updates on these subprojects.
@@ -442,7 +442,7 @@ be used to verify some algorithms. a single core of a CPU with an 8-wide SIMD unit compared to serial code, while still providing a clean and easy-to-understand programming model. For an introduction to the language and its performance, - see the walkthrough of a short + see the walkthrough of a short example program. ispc is licensed under the BSD license. @@ -639,89 +639,6 @@ be used to verify some algorithms. ZooLib all support. - - - - - - - - - - - - - - - - @@ -744,8 +661,10 @@ Faust compiler can now generate LLVM bitcode, and works with LLVM 2.7-3.0.LLVM 3.0 includes several major new capabilities:
+llvm-gcc is gone
+LLVM 3.0 includes several major new capabilities:
+LLVM 2.9 was the last release of llvm-gcc.
- -llvm-gcc is generally very stable for the C family of languages. The only - major language feature of GCC not supported by llvm-gcc is the - __builtin_apply family of builtins. However, some extensions - are only supported on some targets. For example, trampolines are only - supported on some targets (these are used when you take the address of a - nested function).
- -Fortran support generally works, but there are still several unresolved bugs - in Bugzilla. Please see the - tools/gfortran component for details. Note that llvm-gcc is missing major - Fortran performance work in the frontend and library that went into GCC after - 4.2. If you are interested in Fortran, we recommend that you consider using - dragonegg instead.
- -The llvm-gcc 4.2 Ada compiler has basic functionality, but is no longer being - actively maintained. If you are interested in Ada, we recommend that you - consider using dragonegg instead.
- -