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

Misha Brukman brukman at cs.uiuc.edu
Thu Mar 17 16:49:07 PST 2005



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.305 -> 1.306
---
Log message:

We shall have IA64 as a new experimental backend released with LLVM 1.5


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

 ReleaseNotes.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.305 llvm/docs/ReleaseNotes.html:1.306
--- llvm/docs/ReleaseNotes.html:1.305	Fri Mar 11 00:16:26 2005
+++ llvm/docs/ReleaseNotes.html	Thu Mar 17 18:48:56 2005
@@ -80,8 +80,8 @@
      -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 30% less memory.</li>
-  <li>LLVM includes new experimental native code generators for SparcV8 and 
-      Alpha.</li>
+  <li>LLVM includes new experimental native code generators for SparcV8,
+      Alpha, and IA64.</li>
   <li>Support for Microsoft Visual Studio is improved, and <a 
       href="GettingStartedVS.html">now documented</a>.</li>
 </ol>
@@ -242,7 +242,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>
+<li>The SparcV8, Alpha, and IA64 ports are experimental.</li>
 </ul>
 
 </div>
@@ -597,7 +597,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/03/11 06:16:26 $
+  Last modified: $Date: 2005/03/18 00:48:56 $
 </address>
 
 </body>






More information about the llvm-commits mailing list