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

Chris Lattner lattner at cs.uiuc.edu
Sun Feb 13 14:27:39 PST 2005



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.293 -> 1.294
---
Log message:

Add some updates


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

 ReleaseNotes.html |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.293 llvm/docs/ReleaseNotes.html:1.294
--- llvm/docs/ReleaseNotes.html:1.293	Fri Feb 11 13:29:52 2005
+++ llvm/docs/ReleaseNotes.html	Sun Feb 13 16:27:24 2005
@@ -79,7 +79,11 @@
       Interprocedural Sparse Conditional Constant Propagation</a> pass, named
      -ipsccp, which is run by default at link-time.</li>
   <li>LLVM 1.5 is now about 15% faster than LLVM 1.4 and its core data structures
-      use about 20% less memory.</li>
+      use about 30% less memory.</li>
+  <li>LLVM includes new experimental native code generators for SparcV8 and 
+      Alpha.</li>
+  <li>Support for Microsoft Visual Studio is improved, and <a 
+      href="GettingStartedVS.html">not documented</a>.</li>
 </ol>
 
 </div>
@@ -216,6 +220,7 @@
     be used to step through programs and inspect the stack.</li>
 <li>The "iterative scan" register allocator (enabled with -regalloc=iterativescan)
     is not stable.</li>
+<li>The SparcV8 and Alpha ports are experimental.</li>
 </ul>
 
 </div>
@@ -569,7 +574,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: 2005/02/11 19:29:52 $
+  Last modified: $Date: 2005/02/13 22:27:24 $
 </address>
 
 </body>






More information about the llvm-commits mailing list