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

Chris Lattner lattner at cs.uiuc.edu
Wed Nov 17 10:19:44 PST 2004



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.248 -> 1.249
---
Log message:

Make this more accurate


---
Diffs of the changes:  (+4 -2)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.248 llvm/docs/ReleaseNotes.html:1.249
--- llvm/docs/ReleaseNotes.html:1.248	Sat Nov  6 19:55:32 2004
+++ llvm/docs/ReleaseNotes.html	Wed Nov 17 12:19:32 2004
@@ -97,7 +97,9 @@
       program.</li>
   <li>The LLVM makefiles have been improved to build LLVM much faster and 
       includes new targets (like make dist-check).</li>
-  <li>The LLVM source code is now compatible with Microsoft Visual C++.</li>
+  <li>The LLVM source code is much more compatible with Microsoft Visual C++,
+      including the JIT and runtime-code generation, though the entire system 
+      may not work with it.</li>
 </ol>
 
 </div>
@@ -643,7 +645,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: 2004/11/07 01:55:32 $
+  Last modified: $Date: 2004/11/17 18:19:32 $
 </address>
 
 </body>






More information about the llvm-commits mailing list