From sabre at nondot.org Mon May 14 01:56:29 2007 From: sabre at nondot.org (Chris Lattner) Date: Mon, 14 May 2007 01:56:29 -0500 Subject: [llvm-commits] CVS: llvm/docs/ReleaseNotes.html Message-ID: <200705140656.l4E6uTq9031806@zion.cs.uiuc.edu> Changes in directory llvm/docs: ReleaseNotes.html updated: 1.374 -> 1.375 --- Log message: Add a skeleton for future contents --- Diffs of the changes: (+75 -69) ReleaseNotes.html | 144 ++++++++++++++++++++++++++++-------------------------- 1 files changed, 75 insertions(+), 69 deletions(-) Index: llvm/docs/ReleaseNotes.html diff -u llvm/docs/ReleaseNotes.html:1.374 llvm/docs/ReleaseNotes.html:1.375 --- llvm/docs/ReleaseNotes.html:1.374 Fri May 11 21:36:41 2007 +++ llvm/docs/ReleaseNotes.html Mon May 14 01:56:09 2007 @@ -90,11 +90,39 @@ +
+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.
- -