diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 7f9f22f313c..c8a9fabf579 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -89,12 +89,40 @@ release series, like we did within the 1.x series. New Features in LLVM 2.0 + +
+blah +
+ +New features include: +
+ +The mid-level optimizer is now faster and produces better code in many cases. - Significant changes include:
+New features include: +
-The LLVM Target-Independent code generator now supports more target features and -optimizes many cases more aggressively. New features include: +New features include:
New features include: +
+ +- -
llvm-gcc4 is far more stable and produces better code than llvm-gcc3, but -does not currently support Link-Time -Optimization or C++ Exception Handling, -which llvm-gcc3 does.
- -llvm-gcc4 does not support the GCC indirect -goto extension, but llvm-gcc3 does.
+llvm-gcc4 does not currently support Link-Time +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??
For this release, the C++ front-end is considered to be fully +
The C++ front-end is considered to be fully tested and works for a number of non-trivial programs, including LLVM -itself.
+itself, Qt, Mozilla, etc. -