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

Chris Lattner lattner at cs.uiuc.edu
Wed Apr 19 21:22:18 PDT 2006



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.356 -> 1.357
---
Log message:

Yeah that's right!


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

 ReleaseNotes.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.356 llvm/docs/ReleaseNotes.html:1.357
--- llvm/docs/ReleaseNotes.html:1.356	Wed Apr 19 23:01:31 2006
+++ llvm/docs/ReleaseNotes.html	Wed Apr 19 23:22:06 2006
@@ -87,8 +87,8 @@
 including GCC inline assembly, generic vector support, SSE and Altivec
 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>
+correspond to GCC's (they emit native code), supports Objective C/C++, and 
+it has debugging support well underway.</p>
 
 <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.  
@@ -768,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/20 04:01:31 $
+  Last modified: $Date: 2006/04/20 04:22:06 $
 </address>
 
 </body>






More information about the llvm-commits mailing list