[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Apr 19 21:01:43 PDT 2006
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.355 -> 1.356
---
Log message:
Fixes from Tanya
---
Diffs of the changes: (+7 -6)
ReleaseNotes.html | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.355 llvm/docs/ReleaseNotes.html:1.356
--- llvm/docs/ReleaseNotes.html:1.355 Wed Apr 19 12:20:48 2006
+++ llvm/docs/ReleaseNotes.html Wed Apr 19 23:01:31 2006
@@ -85,12 +85,12 @@
all of those blocked by the <a href="http://llvm.org/PR498">llvm-gcc 4 meta
bug</a>. 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.</p>
-<p>If you can use it, llvm-gcc4 is offers significant new functionality, and we
+<p>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 @@
and targets the 32-bit SPARC ABI.</p>
<p>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.</p>
+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.</p>
</div>
@@ -226,7 +226,8 @@
<div class="doc_text">
<ul>
-<li>The Mac OS/X PowerPC and X86 backends now have initial support Darwin DWARF
+<li>The Mac OS/X PowerPC and X86 backends now have initial support for
+ Darwin DWARF
debugging information, however, debug info generation has been disabled for
the 1.7 release in llvmgcc4.</li>
<li>LLVM includes the new <a href="docs/CommandGuide/html/llvm-config.html">
@@ -767,7 +768,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/04/19 17:20:48 $
+ Last modified: $Date: 2006/04/20 04:01:31 $
</address>
</body>
More information about the llvm-commits
mailing list