X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FReleaseNotes.html;h=ca47bc58e1938bf7270706168aabdd99306b9afa;hb=6fc205fc446050a434e49e7cfcac89bb5d4435b1;hp=9ab3a61eb7ed6e68a25d192c90167e8440b97246;hpb=0c760dc224013afcc835f157073eaaf49918ab4b;p=oota-llvm.git diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 9ab3a61eb7e..ca47bc58e19 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -85,12 +85,12 @@ of llvm-gcc solves many serious long-standing problems with llvm-gcc, including all of those blocked by the llvm-gcc 4 meta bug. In addition, llvm-gcc4 implements support for many new features, including GCC inline assembly, generic vector support, SSE and Altivec -intrinsics, and several new GCC attributes. In addition, llvm-gcc4 is +intrinsics, and several new GCC attributes. Finally, llvm-gcc4 is significantly faster than llvm-gcc3, respects -O options, its -c/-S options -correspond to GCC's (they emit native code), and it has debugging support well -underway.

+correspond to GCC's (they emit native code), supports Objective C/C++, and +it has debugging support well underway.

-

If you can use it, llvm-gcc4 is offers significant new functionality, and we +

If you can use it, llvm-gcc4 offers significant new functionality, and we hope that it will replace llvm-gcc3 completely in a future release. Unfortunately, it does not currently support C++ exception handling at all, and it only works on Apple Mac OS/X machines with X86 or PowerPC processors. @@ -124,8 +124,8 @@ SPARC V8 and SPARC V9 subtargets (controlling whether V9 features can be used), and targets the 32-bit SPARC ABI.

The LLVM 1.7 release is the last release that will include the LLVM "SparcV9" -backend, which was the very first LLVM native code generator. In 1.8, it will -be removed, replaced with the new SPARC backend.

+backend, which was the very first LLVM native code generator. It will +be removed in LLVM 1.8, being replaced with the new SPARC backend.

@@ -226,7 +226,8 @@ Improvements