diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 5b71a715ec3..6b4bc451e17 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -312,9 +312,6 @@ href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev list.

@@ -422,10 +419,8 @@ programs.
+

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, which are used when you take the address of a + nested function.

- -
- Notes -
- -
- - -

If you run into GCC extensions which have not been included in any of these -lists, please let us know (also including whether or not they work).

+

If you run into GCC extensions which are not supported, please let us know. +

- Known problems with the C++ front-end + Known problems with the llvm-gcc C++ front-end
@@ -509,8 +467,9 @@ tested and works for a number of non-trivial programs, including LLVM itself, Qt, Mozilla, etc.

@@ -518,7 +477,7 @@ It works well for x86-64 darwin but not x86-64 linux.
- Known problems with the Ada front-end + Known problems with the llvm-gcc Ada front-end
@@ -551,7 +510,7 @@ integers.
- Known problems with the Fortran front-end + Known problems with the llvm-gcc Fortran front-end