[llvm-commits] [release_11] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Fri Dec 12 17:16:00 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.82.2.1 -> 1.82.2.2

---
Log message:

Mac OS/X -> Mac OS X


---
Diffs of the changes:  (+5 -5)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.82.2.1 llvm/docs/ReleaseNotes.html:1.82.2.2
--- llvm/docs/ReleaseNotes.html:1.82.2.1	Fri Dec 12 15:34:10 2003
+++ llvm/docs/ReleaseNotes.html	Fri Dec 12 17:15:37 2003
@@ -73,7 +73,7 @@
 <p>This is the second public release of the LLVM compiler infrastructure.  This
 release is primarily a bugfix release, dramatically improving the C/C++
 front-end, and improving support for C++ in the LLVM core.  This release also
-includes a few new features, such as a simple profiler, support for Mac OS/X,
+includes a few new features, such as a simple profiler, support for Mac OS X,
 better interoperability with external source bases, a new example language
 front-end, and improvements in a few optimizations.</p>
 
@@ -104,9 +104,9 @@
 href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-November/000528.html">A new
 LLVM profiler, similar to gprof</a> is available</li>
 
-<li>LLVM and the C/C++ front-end now compile on Mac OS/X!  Mac OS/X users can
+<li>LLVM and the C/C++ front-end now compile on Mac OS X!  Mac OS X users can
 now explore the LLVM optimizer with the C backend and interpreter.  Note that
-LLVM requires GCC 3.3 on Mac OS/X.</li>
+LLVM requires GCC 3.3 on Mac OS X.</li>
 
 <li>LLVM has been <a
 href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-November/000554.html">moved
@@ -304,7 +304,7 @@
 <p>LLVM has been extensively tested on Intel and AMD machines running Red
 Hat Linux and has been tested on Sun UltraSPARC workstations running Solaris 8.
 Additionally, 
-LLVM works on Mac OS/X 10.3 and above, but only with the C backend or 
+LLVM works on Mac OS X 10.3 and above, but only with the C backend or 
 interpreter (no native backend for the PowerPC is available yet).
 The core LLVM infrastructure uses "autoconf" for portability, so hopefully we
 work on more platforms than that.  However, it is likely that we
@@ -686,7 +686,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2003/12/12 21:34:10 $
+  Last modified: $Date: 2003/12/12 23:15:37 $
 </address>
 
 </body>





More information about the llvm-commits mailing list