diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index f9d7ab7c0308..2dec7fa45cda 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -79,14 +79,38 @@ llvm-gcc 4.2 in this release cycle because LLVM 2.2 is the last release that will support llvm-gcc 4.0: LLVM 2.3 will only support the llvm-gcc 4.2 front-end.
-The clang project is an effort -to build a set of new front-end technology for the LLVM optimizer and code -generator. Currently, its C and Objective-C support is maturing nicely, and it -has advanced source-to-source analysis and transformation capabilities. If you -are interested in building source-level tools for C and Objective-C (and -eventually C++), you should take a look. However, note that clang is not an -official part of the LLVM 2.2 release. If you are interested in this project, -please see the web site and check it out from SVN head.
+The clang project is an effort to build +a set of new 'llvm native' front-end technologies for the LLVM optimizer +and code generator. Currently, its C and Objective-C support is maturing +nicely, and it has advanced source-to-source analysis and transformation +capabilities. If you are interested in building source-level tools for C and +Objective-C (and eventually C++), you should take a look. However, note that +clang is not an official part of the LLVM 2.2 release. If you are interested in +this project, please see the web site.
+ + + + + + +Dale contributed full support for long double on x86/x86-64 (where it is 80 +bits) and on Darwin PPC/PPC64 (where it is 128 bits).
+ +Ada, gfortran
+ ++debug improvements -O0 +EH. + +Gordon: GC Revamp. docs/GarbageCollection.html + +Kaleidescope: docs/tutorial + +Gordon: C and Ocaml Bindings
One of the main focuses of this release was performance tuning and bug +
foci of this release was performance tuning and bug fixing. In addition to these, several new major changes occurred:
llvm-gcc4 does not currently support Link-Time -Optimization on most platforms "out-of-the-box". Please inquire on the +
llvm-gcc 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.