From d09c4ecb898173505213e2d45bda612c4591c553 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 17 May 2007 22:02:24 +0000 Subject: [PATCH] llvm-gcc now supports almost all gcc extensions. The key missing one is builtin_apply. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37182 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 87 +++++++++++++----------------------------- 1 file changed, 26 insertions(+), 61 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index bf2fd305eb6..9953d6ad78c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -679,8 +679,6 @@ programs. Optimization on most platforms "out-of-the-box". Please inquire on the llvmdev mailing list if you are interested.

-

FIXME: the list of supported stuff below needs to be updated. We do support -tls now, what else??

@@ -689,85 +687,52 @@ tls now, what else??

-