[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Thu Nov 3 14:33:59 PST 2005
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.340 -> 1.341
---
Log message:
Fix mac os spelling
---
Diffs of the changes: (+5 -5)
ReleaseNotes.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.340 llvm/docs/ReleaseNotes.html:1.341
--- llvm/docs/ReleaseNotes.html:1.340 Mon Oct 31 13:07:29 2005
+++ llvm/docs/ReleaseNotes.html Thu Nov 3 16:33:48 2005
@@ -64,7 +64,7 @@
release incorporates a large number of enhancements and additions (primarily in
the code generator), which combine to improve the quality of the code generated
by LLVM by up to 30% in some cases. This release is also the first release to
-have first-class support for Mac OS/X: all of the major bugs have been shaken
+have first-class support for Mac OS X: all of the major bugs have been shaken
out and it is now as well supported as Linux on X86.</p>
</div>
@@ -172,7 +172,7 @@
giving up completely. In addition, <a href="http://llvm.org/PR576">the JIT
debugging mode of bugpoint is much faster</a>.</li>
<li>LLVM now includes Xcode project files in the llvm/Xcode directory.</li>
- <li>LLVM now supports Mac OS/X on Intel.</li>
+ <li>LLVM now supports Mac OS X on Intel.</li>
<li>LLVM now builds cleanly with GCC 4.1.</li>
</ol>
</div>
@@ -193,7 +193,7 @@
we find that it often speeds up programs from 10-40% depending on the
program.</li>
<li>The code produced when exception handling is enabled is far more
- efficient in some cases, particularly on Mac OS/X.</li>
+ efficient in some cases, particularly on Mac OS X.</li>
</ol>
</div>
@@ -229,7 +229,7 @@
<div class="doc_text">
<ol>
<li>A vast number of bugs have been fixed in the PowerPC backend and in
- llvm-gcc when configured for Mac OS/X (particularly relating to ABI
+ llvm-gcc when configured for Mac OS X (particularly relating to ABI
issues). For example:
<a href="http://llvm.org/PR603">PR449</a>,
<a href="http://llvm.org/PR594">PR594</a>,
@@ -715,7 +715,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: 2005/10/31 19:07:29 $
+ Last modified: $Date: 2005/11/03 22:33:48 $
</address>
</body>
More information about the llvm-commits
mailing list